-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
for lightning-fast Python dependency updates. To update all dependencies (as done by the GitHub action): $ make update-dependencies To update only one package: ./lib/galaxy/dependencies/update.sh -p <PKG>
- Loading branch information
Showing
7 changed files
with
652 additions
and
691 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
62 changes: 32 additions & 30 deletions
62
lib/galaxy/dependencies/pinned-typecheck-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
annotated-types==0.7.0 ; python_version >= "3.8" and python_version < "3.13" | ||
boto3-stubs[s3]==1.35.49 ; python_version >= "3.8" and python_version < "3.13" | ||
botocore-stubs==1.35.49 ; python_version >= "3.8" and python_version < "3.13" | ||
cffi==1.17.1 ; python_version >= "3.8" and python_version < "3.13" and platform_python_implementation != "PyPy" | ||
cryptography==43.0.3 ; python_version >= "3.8" and python_version < "3.13" | ||
lxml-stubs==0.5.1 ; python_version >= "3.8" and python_version < "3.13" | ||
mypy-boto3-s3==1.35.46 ; python_version >= "3.8" and python_version < "3.13" | ||
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "3.13" | ||
mypy==1.13.0 ; python_version >= "3.8" and python_version < "3.13" | ||
pycparser==2.22 ; python_version >= "3.8" and python_version < "3.13" and platform_python_implementation != "PyPy" | ||
pydantic-core==2.23.4 ; python_version >= "3.8" and python_version < "3.13" | ||
pydantic==2.9.2 ; python_version >= "3.8" and python_version < "3.13" | ||
tomli==2.0.2 ; python_version >= "3.8" and python_version < "3.11" | ||
types-awscrt==0.23.0 ; python_version >= "3.8" and python_version < "3.13" | ||
types-bleach==6.1.0.20240331 ; python_version >= "3.8" and python_version < "3.13" | ||
types-boto==2.49.18.20241019 ; python_version >= "3.8" and python_version < "3.13" | ||
types-contextvars==2.4.7.3 ; python_version >= "3.8" and python_version < "3.13" | ||
types-dataclasses==0.6.6 ; python_version >= "3.8" and python_version < "3.13" | ||
types-docutils==0.21.0.20241005 ; python_version >= "3.8" and python_version < "3.13" | ||
types-html5lib==1.1.11.20241018 ; python_version >= "3.8" and python_version < "3.13" | ||
types-markdown==3.7.0.20240822 ; python_version >= "3.8" and python_version < "3.13" | ||
types-paramiko==3.5.0.20240928 ; python_version >= "3.8" and python_version < "3.13" | ||
types-python-dateutil==2.9.0.20241003 ; python_version >= "3.8" and python_version < "3.13" | ||
types-pyyaml==6.0.12.20240917 ; python_version >= "3.8" and python_version < "3.13" | ||
types-requests==2.31.0.6 ; python_version >= "3.8" and python_version < "3.13" | ||
types-s3transfer==0.10.3 ; python_version >= "3.8" and python_version < "3.13" | ||
types-setuptools==75.2.0.20241025 ; python_version >= "3.8" and python_version < "3.13" | ||
types-six==1.16.21.20241009 ; python_version >= "3.8" and python_version < "3.13" | ||
types-urllib3==1.26.25.14 ; python_version >= "3.8" and python_version < "3.13" | ||
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.13" | ||
# This file was autogenerated by uv via the following command: | ||
# uv export --no-hashes --only-group=typecheck | ||
annotated-types==0.7.0 | ||
boto3-stubs==1.35.49 | ||
botocore-stubs==1.35.49 | ||
cffi==1.17.1 ; platform_python_implementation != 'PyPy' | ||
cryptography==43.0.3 | ||
lxml-stubs==0.5.1 | ||
mypy==1.13.0 | ||
mypy-boto3-s3==1.35.46 | ||
mypy-extensions==1.0.0 | ||
pycparser==2.22 ; platform_python_implementation != 'PyPy' | ||
pydantic==2.9.2 | ||
pydantic-core==2.23.4 | ||
tomli==2.0.2 ; python_full_version < '3.11' | ||
types-awscrt==0.23.0 | ||
types-bleach==6.1.0.20240331 | ||
types-boto==2.49.18.20241019 | ||
types-contextvars==2.4.7.3 | ||
types-dataclasses==0.6.6 | ||
types-docutils==0.21.0.20241005 | ||
types-html5lib==1.1.11.20241018 | ||
types-markdown==3.7.0.20240822 | ||
types-paramiko==3.5.0.20240928 | ||
types-python-dateutil==2.9.0.20241003 | ||
types-pyyaml==6.0.12.20240917 | ||
types-requests==2.31.0.6 | ||
types-s3transfer==0.10.3 | ||
types-setuptools==75.2.0.20241025 | ||
types-six==1.16.21.20241009 | ||
types-urllib3==1.26.25.14 | ||
typing-extensions==4.12.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.