diff --git a/pyproject.toml b/pyproject.toml index 3118c500f0da3..a2c5481caf141 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ runtime = [ "aws-sam-translator>=1.15.1", "crontab>=0.22.6", # TODO remove upper limit once https://github.com/getmoto/moto/pull/7876 is in our moto-ext version - "cryptography>=41.0.5,<43.0.0", + "cryptography>=41.0.5,<44.0.0", # allow Python programs full access to Java class libraries. Used for opt-in event ruler. "JPype1>=1.5.0", "json5>=0.9.11", diff --git a/requirements-dev.txt b/requirements-dev.txt index c7fe53c521433..3fa5ad8295a8f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -107,7 +107,7 @@ coveralls==4.0.1 # via localstack-core (pyproject.toml) crontab==1.0.1 # via localstack-core -cryptography==42.0.8 +cryptography==43.0.1 # via # joserfc # localstack-core diff --git a/requirements-runtime.txt b/requirements-runtime.txt index 065bf183b5425..b23c710a7883a 100644 --- a/requirements-runtime.txt +++ b/requirements-runtime.txt @@ -78,7 +78,7 @@ constantly==23.10.4 # via localstack-twisted crontab==1.0.1 # via localstack-core (pyproject.toml) -cryptography==42.0.8 +cryptography==43.0.1 # via # joserfc # localstack-core diff --git a/requirements-test.txt b/requirements-test.txt index 391ab3e4a8155..a45eb90b8b2f1 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -101,7 +101,7 @@ coverage==7.6.1 # via localstack-core (pyproject.toml) crontab==1.0.1 # via localstack-core -cryptography==42.0.8 +cryptography==43.0.1 # via # joserfc # localstack-core diff --git a/requirements-typehint.txt b/requirements-typehint.txt index 299214a1f81f0..318a90c830161 100644 --- a/requirements-typehint.txt +++ b/requirements-typehint.txt @@ -111,7 +111,7 @@ coveralls==4.0.1 # via localstack-core crontab==1.0.1 # via localstack-core -cryptography==42.0.8 +cryptography==43.0.1 # via # joserfc # localstack-core