Skip to content

Commit ad588c7

Browse files
Bump cryptography from 42.0.8 to 44.0.0
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 44.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.8...44.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3907c24 commit ad588c7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ runtime = [
8888
"aws-sam-translator>=1.15.1",
8989
"crontab>=0.22.6",
9090
# TODO remove upper limit once https://github.com/getmoto/moto/pull/7876 is in our moto-ext version
91-
"cryptography>=41.0.5,<43.0.0",
91+
"cryptography>=41.0.5,<45.0.0",
9292
# allow Python programs full access to Java class libraries. Used for opt-in event ruler.
9393
"jpype1-ext>=0.0.1",
9494
"json5>=0.9.11",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ coveralls==4.0.1
107107
# via localstack-core (pyproject.toml)
108108
crontab==1.0.1
109109
# via localstack-core
110-
cryptography==42.0.8
110+
cryptography==44.0.0
111111
# via
112112
# joserfc
113113
# localstack-core

requirements-runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ constantly==23.10.4
7878
# via localstack-twisted
7979
crontab==1.0.1
8080
# via localstack-core (pyproject.toml)
81-
cryptography==42.0.8
81+
cryptography==44.0.0
8282
# via
8383
# joserfc
8484
# localstack-core

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ coverage==7.6.9
101101
# via localstack-core (pyproject.toml)
102102
crontab==1.0.1
103103
# via localstack-core
104-
cryptography==42.0.8
104+
cryptography==44.0.0
105105
# via
106106
# joserfc
107107
# localstack-core

requirements-typehint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ coveralls==4.0.1
111111
# via localstack-core
112112
crontab==1.0.1
113113
# via localstack-core
114-
cryptography==42.0.8
114+
cryptography==44.0.0
115115
# via
116116
# joserfc
117117
# localstack-core

0 commit comments

Comments
 (0)