Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements-typehint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading