Skip to content

Commit 1d44066

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

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
@@ -87,7 +87,7 @@ runtime = [
8787
"aws-sam-translator>=1.15.1",
8888
"crontab>=0.22.6",
8989
# TODO remove upper limit once https://github.com/getmoto/moto/pull/7876 is in our moto-ext version
90-
"cryptography>=41.0.5,<43.0.0",
90+
"cryptography>=41.0.5,<44.0.0",
9191
# allow Python programs full access to Java class libraries. Used for opt-in event ruler.
9292
"JPype1>=1.5.0",
9393
"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==43.0.1
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==43.0.1
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.1
101101
# via localstack-core (pyproject.toml)
102102
crontab==1.0.1
103103
# via localstack-core
104-
cryptography==42.0.8
104+
cryptography==43.0.1
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==43.0.1
115115
# via
116116
# joserfc
117117
# localstack-core

0 commit comments

Comments
 (0)