Skip to content

Commit 0e1713c

Browse files
dependabot[bot]mdellweg
authored andcommitted
Update cryptography requirement from <47.0,>=44.0.3 to >=44.0.3,<48.0
Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.3...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b96acd0 commit 0e1713c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"asyncio-throttle>=1.0,<=1.0.2", # Unsure about versioning, but not released often anyway.
3232
"backoff>=2.1.2,<2.3", # Looks like only bugfixes in z-Stream.
3333
"click>=8.1.0,<8.4", # Uses milestone.feature.fix https://palletsprojects.com/versions .
34-
"cryptography>=44.0.3,<47.0", # SemVer compatible https://cryptography.io/en/latest/api-stability/#versioning .
34+
"cryptography>=44.0.3,<48.0", # SemVer compatible https://cryptography.io/en/latest/api-stability/#versioning .
3535
"Django>=4.2.24,<5.3, !=5.0, !=5.1", # LTS version, switch only if we have a compelling reason to".
3636
"django-filter>=23.1,<=25.2", # Uses CalVer, not released often https://github.com/carltongibson/django-filter
3737
"django-guid>=3.3.0,<3.6", # Looks like only bugfixes in z-Stream.

0 commit comments

Comments
 (0)