Skip to content

Commit 8121576

Browse files
Set cryptography ceiling to match downstream requirement. (#4904)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 26f4838 commit 8121576

3 files changed

Lines changed: 18 additions & 61 deletions

File tree

.config/requirements-lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ click==8.3.1
1818
# via black
1919
colorama==0.4.6 ; sys_platform == 'win32'
2020
# via click
21-
cryptography==46.0.3
21+
cryptography==37.0.4
2222
# via
2323
# ansible-core
2424
# ansible-lint

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"ansible-core>=2.16.14",
3838
"black>=24.3.0",
3939
"cffi>=1.15.1", # indirect dependency of ruamel-yaml
40-
"cryptography>=38",
40+
"cryptography>=37",
4141
"distro>=1.9.0",
4242
"filelock>=3.8.2",
4343
"jsonschema>=4.10.0",

0 commit comments

Comments
 (0)