Skip to content

Commit

Permalink
Update Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
galaxybot authored Sep 23, 2023
1 parent 75c5977 commit ee90b23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/pinned-lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ importlib-metadata==4.2.0
mccabe==0.7.0
pycodestyle==2.9.1
pyflakes==2.5.0
ruff==0.0.290
ruff==0.0.291
typing_extensions==4.7.1
zipp==3.15.0
4 changes: 2 additions & 2 deletions lib/galaxy/dependencies/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jmespath==1.0.1 ; python_version >= "3.7" and python_version < "3.12"
jsonref==1.1.0 ; python_version >= "3.7" and python_version < "3.12"
jsonschema==4.17.3 ; python_version >= "3.7" and python_version < "3.12"
kombu==5.2.4 ; python_version >= "3.7" and python_version < "3.12"
lagom==2.4.1 ; python_version >= "3.7" and python_version < "3.12"
lagom==2.5.0 ; python_version >= "3.7" and python_version < "3.12"
lxml==4.9.3 ; python_version >= "3.7" and python_version < "3.12"
mako==1.2.4 ; python_version >= "3.7" and python_version < "3.12"
markdown-it-py==2.2.0 ; python_version >= "3.7" and python_version < "3.12"
Expand Down Expand Up @@ -132,7 +132,7 @@ pydantic==1.10.12 ; python_version >= "3.7" and python_version < "3.12"
pydantic[email]==1.10.12 ; python_version >= "3.7" and python_version < "3.12"
pydot==1.4.2 ; python_version >= "3.7" and python_version < "3.12"
pyeventsystem==0.1.0 ; python_version >= "3.7" and python_version < "3.12"
pyfaidx==0.7.2.1 ; python_version >= "3.7" and python_version < "3.12"
pyfaidx==0.7.2.2 ; python_version >= "3.7" and python_version < "3.12"
pygments==2.16.1 ; python_version >= "3.7" and python_version < "3.12"
pyjwt==2.8.0 ; python_version >= "3.7" and python_version < "3.12"
pyjwt[crypto]==2.8.0 ; python_version >= "3.7" and python_version < "3.12"
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/pinned-typecheck-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ types-paramiko==3.3.0.0 ; python_version >= "3.7" and python_version < "3.12"
types-pkg-resources==0.1.3 ; python_version >= "3.7" and python_version < "3.12"
types-python-dateutil==2.8.19.14 ; python_version >= "3.7" and python_version < "3.12"
types-pyyaml==6.0.12.11 ; python_version >= "3.7" and python_version < "3.12"
types-requests==2.31.0.2 ; python_version >= "3.7" and python_version < "3.12"
types-requests==2.31.0.3 ; python_version >= "3.7" and python_version < "3.12"
types-six==1.16.21.9 ; python_version >= "3.7" and python_version < "3.12"
types-urllib3==1.26.25.14 ; python_version >= "3.7" and python_version < "3.12"
typing-extensions==4.7.1 ; python_version >= "3.7" and python_version < "3.12"

0 comments on commit ee90b23

Please sign in to comment.