Skip to content

Commit

Permalink
upgrade providers to fixed version with schema included
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschubert committed Feb 12, 2024
1 parent 5b6175e commit a75e349
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 21 deletions.
18 changes: 2 additions & 16 deletions requirements-base-runtime.txt
Expand Up @@ -6,7 +6,6 @@
#
aiofiles==23.2.1
# via quart
awscli==1.32.39
awscrt==0.20.3
# via localstack-core (pyproject.toml)
blinker==1.7.0
Expand All @@ -17,7 +16,6 @@ boto3==1.34.39
# via localstack-core (pyproject.toml)
botocore==1.34.39
# via
# awscli
# boto3
# localstack-core (pyproject.toml)
# s3transfer
Expand All @@ -36,8 +34,6 @@ click==8.1.7
# flask
# localstack-core (pyproject.toml)
# quart
colorama==0.4.4
# via awscli
cryptography==42.0.2
# via
# localstack-core (pyproject.toml)
Expand All @@ -50,8 +46,6 @@ dnspython==2.5.0
# via localstack-core (pyproject.toml)
docker==6.1.3
# via localstack-core (pyproject.toml)
docutils==0.16
# via awscli
flask==3.0.2
# via
# localstack-core (pyproject.toml)
Expand Down Expand Up @@ -107,8 +101,6 @@ priority==2.0.0
# via hypercorn
psutil==5.9.8
# via localstack-core (pyproject.toml)
pyasn1==0.5.1
# via rsa
pycparser==2.21
# via cffi
pygments==2.17.2
Expand All @@ -120,9 +112,7 @@ python-dateutil==2.8.2
python-dotenv==1.0.1
# via localstack-core (pyproject.toml)
pyyaml==6.0.1
# via
# awscli
# localstack-core (pyproject.toml)
# via localstack-core (pyproject.toml)
quart==0.19.4
# via localstack-core (pyproject.toml)
readerwriterlock==1.0.9
Expand All @@ -139,12 +129,8 @@ rich==13.7.0
# via localstack-core (pyproject.toml)
rolo==0.3.0
# via localstack-core (pyproject.toml)
rsa==4.7.2
# via awscli
s3transfer==0.10.0
# via
# awscli
# boto3
# via boto3
semver==3.0.2
# via localstack-core (pyproject.toml)
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -226,7 +226,7 @@ junit-xml==1.9
# via cfn-lint
lazy-object-proxy==1.10.0
# via openapi-spec-validator
localstack-cfn-resource-providers==0.1.0
localstack-cfn-resource-providers==0.1.1
# via localstack-core (pyproject.toml)
markdown-it-py==3.0.0
# via rich
Expand Down
2 changes: 1 addition & 1 deletion requirements-runtime.txt
Expand Up @@ -177,7 +177,7 @@ junit-xml==1.9
# via cfn-lint
lazy-object-proxy==1.10.0
# via openapi-spec-validator
localstack-cfn-resource-providers==0.1.0
localstack-cfn-resource-providers==0.1.1
# via localstack-core (pyproject.toml)
markdown-it-py==3.0.0
# via rich
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Expand Up @@ -208,7 +208,7 @@ junit-xml==1.9
# via cfn-lint
lazy-object-proxy==1.10.0
# via openapi-spec-validator
localstack-cfn-resource-providers==0.1.0
localstack-cfn-resource-providers==0.1.1
# via localstack-core (pyproject.toml)
markdown-it-py==3.0.0
# via rich
Expand Down
2 changes: 1 addition & 1 deletion requirements-typehint.txt
Expand Up @@ -230,7 +230,7 @@ junit-xml==1.9
# via cfn-lint
lazy-object-proxy==1.10.0
# via openapi-spec-validator
localstack-cfn-resource-providers==0.1.0
localstack-cfn-resource-providers==0.1.1
# via localstack-core (pyproject.toml)
markdown-it-py==3.0.0
# via rich
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -96,7 +96,7 @@ runtime =
# TODO fix snapshot test framework (test_dot_in_skip_verification_path) - pinned in https://github.com/localstack/localstack/pull/9142
jsonpath-ng==1.5.3
jsonpath-rw>=1.4.0
localstack-cfn-resource-providers>=0.1.0
localstack-cfn-resource-providers>=0.1.1
moto-ext[all]==5.0.0.post1
opensearch-py>=2.4.1
pymongo>=4.2.0
Expand Down

0 comments on commit a75e349

Please sign in to comment.