Skip to content

Commit

Permalink
chore: update python dependencies + pin pip (#77)
Browse files Browse the repository at this point in the history
* Pin pip to 24.2 due to jazzband/pip-tools#2131
* Update python dependencies using 'tox -e update-requirements'

Ref canonical/bundle-kubeflow#1177
Ref canonical/bundle-kubeflow#1185
  • Loading branch information
orfeas-k authored Dec 13, 2024
1 parent aaadcfd commit ca2fbaa
Show file tree
Hide file tree
Showing 7 changed files with 536 additions and 240 deletions.
16 changes: 8 additions & 8 deletions requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# pip-compile requirements-fmt.in
#
black==23.3.0
black==24.8.0
# via -r requirements-fmt.in
click==8.1.3
click==8.1.7
# via black
isort==5.12.0
isort==5.13.2
# via -r requirements-fmt.in
mypy-extensions==1.0.0
# via black
packaging==23.1
packaging==24.2
# via black
pathspec==0.11.1
pathspec==0.12.1
# via black
platformdirs==3.5.3
platformdirs==4.3.6
# via black
tomli==2.0.1
tomli==2.2.1
# via black
typing-extensions==4.6.3
typing-extensions==4.12.2
# via black
Loading

0 comments on commit ca2fbaa

Please sign in to comment.