Skip to content

Commit

Permalink
sec: BI-5329 upgrade cryptography (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety authored Oct 18, 2024
1 parent 3482292 commit 599da7e
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 38 deletions.
2 changes: 1 addition & 1 deletion ci/requirements_types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ types-aiobotocore==2.4.2
types-aiofiles==23.1.0
types-cffi==1.16.0
types-colorama==0.4.6
types-cryptography==3.3.2
types-cryptography==3.3.23.2
types-decorator==5.1.1
types-flask-sqlalchemy==2.5.1
types-html5lib==1.1
Expand Down
66 changes: 30 additions & 36 deletions metapkg/poetry.lock

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

2 changes: 1 addition & 1 deletion metapkg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ aiodns = "==3.1.1"
jaeger-client = "==4.8.0"
pytest = "==7.2.2"
tornado = "==6.3.3"
cryptography = "==42.0.0"
cryptography = "==43.0.1"
typeguard = "==4.1.5"
more-itertools = "==9.1.0"
faust-cchardet = ">=2.1.19"
Expand Down
8 changes: 8 additions & 0 deletions tools/taskfiles/taskfile_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ tasks:
vars:
- PYPROJECT_TOML_PATH

poetry-lock:
desc: Lock dependencies in metapkg
cmds:
- poetry lock --no-update --directory={{.PYPROJECT_TOML_PATH}}
requires:
vars:
- PYPROJECT_TOML_PATH

clean:
desc: Clean project
cmds:
Expand Down

0 comments on commit 599da7e

Please sign in to comment.