Skip to content

Commit

Permalink
Update dependency cryptography to v44 (1.3) (#2047)
Browse files Browse the repository at this point in the history
* Update dependency cryptography to v44

* Fix lock

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stéphane Brunner <[email protected]>
  • Loading branch information
renovate[bot] and sbrunner authored Feb 4, 2025
1 parent a4fce27 commit 4773a1b
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 60 deletions.
107 changes: 54 additions & 53 deletions poetry.lock

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

12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ c2cciutils-download-applications = "c2cciutils.scripts.download_applications:mai
c2cciutils-docker-versions-gen = "c2cciutils.scripts.docker_versions_gen:main"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = ">=3.8,<3.12,!=3.9.0,!=3.9.1"
pipenv = { version = "2022.9.24", optional = true }
safety = "2.1.1"
markdown-table = "2020.12.3"
Expand All @@ -102,13 +102,13 @@ codespell = { version = "2.2.6", optional = true }
toml = "0.10.2"
debian-inspector = "31.0.0"
PyYAML = "6.0.2"
pyOpenSSL = { version = "24.2.1", optional = true }
pyOpenSSL = { version = "25.0.0", optional = true }
tomlkit = { version = "0.11.8", optional = true }
poetry-dynamic-versioning = { version = "0.21.5", optional = true, extras = ["plugin"] }
poetry-plugin-tweak-dependencies-version = { version = "1.4.0", optional = true }
poetry = { version = "1.5.1", optional = true }
protobuf = { version = "4.21.12", optional = true }
cryptography = { version = "43.0.3", optional = true }
cryptography = { version = "44.0.0", optional = true }
certifi = "2024.7.4"
Pygments = { version = "2.15.1", optional = true }
urllib3 = { version = "1.26.20", optional = true }
Expand All @@ -127,8 +127,7 @@ publish = [
"tomlkit",
"poetry-dynamic-versioning",
"poetry-plugin-tweak-dependencies-version",
"poetry",
"poetry-core"
"poetry"
]
pr_checks = ["codespell"]

Expand All @@ -139,7 +138,7 @@ types-pyyaml = "6.0.12.12"
types-setuptools = "65.3.0"
types-markdown = "3.4.2.10"
types-toml = "0.10.8.20240310"
typing-extensions = "4.3.0"
typing-extensions = "4.9.0"
jsonschema2md = "0.4.0"

[build-system]
Expand Down Expand Up @@ -173,6 +172,5 @@ codespell = "full"
poetry-dynamic-versioning = "full"
poetry-plugin-tweak-dependencies-version = "full"
poetry = "full"
poetry-core = "full"
cryptography = "present"
certifi = "present"

0 comments on commit 4773a1b

Please sign in to comment.