Skip to content

Commit

Permalink
update pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed committed May 6, 2024
1 parent 1d4a1ea commit bd2f895
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 156 deletions.
10 changes: 5 additions & 5 deletions requirements-base-runtime.txt
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=base-runtime --output-file=requirements-base-runtime.txt --strip-extras --unsafe-package=distribute --unsafe-package=localstack-core --unsafe-package=pip --unsafe-package=setuptools pyproject.toml
Expand Down Expand Up @@ -40,7 +40,7 @@ click==8.1.7
# quart
constantly==23.10.4
# via localstack-twisted
cryptography==42.0.5
cryptography==42.0.6
# via
# localstack-core (pyproject.toml)
# pyopenssl
Expand Down Expand Up @@ -85,7 +85,7 @@ itsdangerous==2.2.0
# via
# flask
# quart
jinja2==3.1.3
jinja2==3.1.4
# via
# flask
# quart
Expand Down Expand Up @@ -124,7 +124,7 @@ psutil==5.9.8
# via localstack-core (pyproject.toml)
pycparser==2.22
# via cffi
pygments==2.17.2
pygments==2.18.0
# via rich
pyopenssl==24.1.0
# via
Expand Down Expand Up @@ -180,7 +180,7 @@ urllib3==2.2.1
# requests
websocket-client==1.8.0
# via docker
werkzeug==3.0.2
werkzeug==3.0.3
# via
# flask
# localstack-core (pyproject.toml)
Expand Down
6 changes: 3 additions & 3 deletions requirements-basic.txt
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements-basic.txt --strip-extras --unsafe-package=distribute --unsafe-package=localstack-core --unsafe-package=pip --unsafe-package=setuptools pyproject.toml
Expand All @@ -16,7 +16,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via localstack-core (pyproject.toml)
cryptography==42.0.5
cryptography==42.0.6
# via localstack-core (pyproject.toml)
dill==0.3.6
# via localstack-core (pyproject.toml)
Expand All @@ -40,7 +40,7 @@ psutil==5.9.8
# via localstack-core (pyproject.toml)
pycparser==2.22
# via cffi
pygments==2.17.2
pygments==2.18.0
# via rich
pyproject-hooks==1.1.0
# via build
Expand Down
24 changes: 12 additions & 12 deletions requirements-dev.txt
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements-dev.txt --strip-extras --unsafe-package=distribute --unsafe-package=localstack-core --unsafe-package=pip --unsafe-package=setuptools pyproject.toml
Expand Down Expand Up @@ -37,7 +37,7 @@ aws-cdk-asset-kubectl-v20==2.1.2
# via aws-cdk-lib
aws-cdk-asset-node-proxy-agent-v6==2.0.3
# via aws-cdk-lib
aws-cdk-lib==2.139.1
aws-cdk-lib==2.140.0
# via localstack-core
aws-sam-translator==1.87.0
# via
Expand Down Expand Up @@ -92,7 +92,7 @@ cffi==1.16.0
# via cryptography
cfgv==3.4.0
# via pre-commit
cfn-lint==0.86.4
cfn-lint==0.87.1
# via moto-ext
charset-normalizer==3.3.2
# via requests
Expand All @@ -102,7 +102,7 @@ click==8.1.7
# localstack-core
# localstack-core (pyproject.toml)
# quart
colorama==0.4.4
colorama==0.4.6
# via awscli
constantly==23.10.4
# via localstack-twisted
Expand All @@ -116,7 +116,7 @@ coveralls==4.0.0
# via localstack-core (pyproject.toml)
crontab==1.0.1
# via localstack-core
cryptography==42.0.5
cryptography==42.0.6
# via
# joserfc
# localstack-core
Expand Down Expand Up @@ -205,7 +205,7 @@ itsdangerous==2.2.0
# via
# flask
# quart
jinja2==3.1.3
jinja2==3.1.4
# via
# flask
# moto-ext
Expand All @@ -220,7 +220,7 @@ jpype1==1.5.0
# via localstack-core
jschema-to-python==1.2.3
# via cfn-lint
jsii==1.97.0
jsii==1.98.0
# via
# aws-cdk-asset-awscli-v1
# aws-cdk-asset-kubectl-v20
Expand All @@ -246,7 +246,7 @@ jsonpickle==3.0.4
# via jschema-to-python
jsonpointer==2.4
# via jsonpatch
jsonschema==4.21.1
jsonschema==4.22.0
# via
# aws-sam-translator
# cfn-lint
Expand Down Expand Up @@ -357,9 +357,9 @@ pydantic==2.7.1
# via aws-sam-translator
pydantic-core==2.18.2
# via pydantic
pygments==2.17.2
pygments==2.18.0
# via rich
pymongo==4.7.0
pymongo==4.7.1
# via localstack-core
pyopenssl==24.1.0
# via
Expand Down Expand Up @@ -449,7 +449,7 @@ rsa==4.7.2
# via awscli
rstr==3.2.2
# via localstack-core (pyproject.toml)
ruff==0.4.2
ruff==0.4.3
# via localstack-core (pyproject.toml)
s3transfer==0.10.1
# via
Expand Down Expand Up @@ -515,7 +515,7 @@ websocket-client==1.8.0
# via
# docker
# localstack-core
werkzeug==3.0.2
werkzeug==3.0.3
# via
# flask
# localstack-core
Expand Down
18 changes: 9 additions & 9 deletions requirements-runtime.txt
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=runtime --output-file=requirements-runtime.txt --strip-extras --unsafe-package=distribute --unsafe-package=localstack-core --unsafe-package=pip --unsafe-package=setuptools pyproject.toml
Expand Down Expand Up @@ -73,7 +73,7 @@ certifi==2024.2.2
# requests
cffi==1.16.0
# via cryptography
cfn-lint==0.86.4
cfn-lint==0.87.1
# via moto-ext
charset-normalizer==3.3.2
# via requests
Expand All @@ -83,13 +83,13 @@ click==8.1.7
# localstack-core
# localstack-core (pyproject.toml)
# quart
colorama==0.4.4
colorama==0.4.6
# via awscli
constantly==23.10.4
# via localstack-twisted
crontab==1.0.1
# via localstack-core (pyproject.toml)
cryptography==42.0.5
cryptography==42.0.6
# via
# joserfc
# localstack-core
Expand Down Expand Up @@ -152,7 +152,7 @@ itsdangerous==2.2.0
# via
# flask
# quart
jinja2==3.1.3
jinja2==3.1.4
# via
# flask
# moto-ext
Expand Down Expand Up @@ -185,7 +185,7 @@ jsonpickle==3.0.4
# via jschema-to-python
jsonpointer==2.4
# via jsonpatch
jsonschema==4.21.1
jsonschema==4.22.0
# via
# aws-sam-translator
# cfn-lint
Expand Down Expand Up @@ -265,9 +265,9 @@ pydantic==2.7.1
# via aws-sam-translator
pydantic-core==2.18.2
# via pydantic
pygments==2.17.2
pygments==2.18.0
# via rich
pymongo==4.7.0
pymongo==4.7.1
# via localstack-core (pyproject.toml)
pyopenssl==24.1.0
# via
Expand Down Expand Up @@ -383,7 +383,7 @@ urllib3==2.2.1
# responses
websocket-client==1.8.0
# via docker
werkzeug==3.0.2
werkzeug==3.0.3
# via
# flask
# localstack-core
Expand Down
24 changes: 12 additions & 12 deletions requirements-test.txt
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=test --output-file=requirements-test.txt --strip-extras --unsafe-package=distribute --unsafe-package=localstack-core --unsafe-package=pip --unsafe-package=setuptools pyproject.toml
Expand Down Expand Up @@ -37,7 +37,7 @@ aws-cdk-asset-kubectl-v20==2.1.2
# via aws-cdk-lib
aws-cdk-asset-node-proxy-agent-v6==2.0.3
# via aws-cdk-lib
aws-cdk-lib==2.139.1
aws-cdk-lib==2.140.0
# via localstack-core (pyproject.toml)
aws-sam-translator==1.87.0
# via
Expand Down Expand Up @@ -90,7 +90,7 @@ certifi==2024.2.2
# requests
cffi==1.16.0
# via cryptography
cfn-lint==0.86.4
cfn-lint==0.87.1
# via moto-ext
charset-normalizer==3.3.2
# via requests
Expand All @@ -100,17 +100,17 @@ click==8.1.7
# localstack-core
# localstack-core (pyproject.toml)
# quart
colorama==0.4.4
colorama==0.4.6
# via awscli
constantly==23.10.4
# via localstack-twisted
constructs==10.3.0
# via aws-cdk-lib
coverage==7.5.0
coverage==7.5.1
# via localstack-core (pyproject.toml)
crontab==1.0.1
# via localstack-core
cryptography==42.0.5
cryptography==42.0.6
# via
# joserfc
# localstack-core
Expand Down Expand Up @@ -189,7 +189,7 @@ itsdangerous==2.2.0
# via
# flask
# quart
jinja2==3.1.3
jinja2==3.1.4
# via
# flask
# moto-ext
Expand All @@ -204,7 +204,7 @@ jpype1==1.5.0
# via localstack-core
jschema-to-python==1.2.3
# via cfn-lint
jsii==1.97.0
jsii==1.98.0
# via
# aws-cdk-asset-awscli-v1
# aws-cdk-asset-kubectl-v20
Expand All @@ -230,7 +230,7 @@ jsonpickle==3.0.4
# via jschema-to-python
jsonpointer==2.4
# via jsonpatch
jsonschema==4.21.1
jsonschema==4.22.0
# via
# aws-sam-translator
# cfn-lint
Expand Down Expand Up @@ -328,9 +328,9 @@ pydantic==2.7.1
# via aws-sam-translator
pydantic-core==2.18.2
# via pydantic
pygments==2.17.2
pygments==2.18.0
# via rich
pymongo==4.7.0
pymongo==4.7.1
# via localstack-core
pyopenssl==24.1.0
# via
Expand Down Expand Up @@ -476,7 +476,7 @@ websocket-client==1.8.0
# via
# docker
# localstack-core (pyproject.toml)
werkzeug==3.0.2
werkzeug==3.0.3
# via
# flask
# localstack-core
Expand Down

0 comments on commit bd2f895

Please sign in to comment.