Skip to content

Commit

Permalink
bump mypy and types_pyyaml into latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
petracihalova committed Jan 13, 2025
1 parent 558e9bc commit 7b519ff
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 38 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ flake8 = "==7.0.0"
flake8-docstrings = "==1.7.0"
flake8-import-order = "==0.18.2"
flake8-quotes = "==3.3.2"
mypy = "==1.11.2"
types-pyyaml = "==6.0.12.12"
mypy = "==1.14.1"
types-pyyaml = "==6.0.12.20241230"
cryptography = "==44.0.0"

[requires]
Expand Down
82 changes: 47 additions & 35 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ astunparse==1.6.3
async-timeout==5.0.1; python_full_version <= '3.11.2'
billiard==4.2.1; python_version >= '3.7'
boto3==1.35.92; python_version >= '3.8'
botocore==1.35.95; python_version >= '3.8'
botocore==1.35.96; python_version >= '3.8'
celery==5.3.0b2; python_version >= '3.7'
certifi==2024.12.14; python_version >= '3.6'
cffi==1.17.1; platform_python_implementation != 'PyPy'
Expand Down

0 comments on commit 7b519ff

Please sign in to comment.