Skip to content

Commit cc6b849

Browse files
authored
Upgrade pinned Python dependencies (#11322)
1 parent 7f60a43 commit cc6b849

6 files changed

+22
-22
lines changed

requirements-base-runtime.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# 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
66
#
7-
attrs==24.1.0
7+
attrs==24.2.0
88
# via localstack-twisted
99
awscrt==0.21.2
1010
# via localstack-core (pyproject.toml)
@@ -23,7 +23,7 @@ cbor2==5.6.4
2323
# via localstack-core (pyproject.toml)
2424
certifi==2024.7.4
2525
# via requests
26-
cffi==1.16.0
26+
cffi==1.17.0
2727
# via cryptography
2828
charset-normalizer==3.3.2
2929
# via requests
@@ -120,7 +120,7 @@ requests-aws4auth==1.3.1
120120
# via localstack-core (pyproject.toml)
121121
rich==13.7.1
122122
# via localstack-core (pyproject.toml)
123-
rolo==0.7.0
123+
rolo==0.7.1
124124
# via localstack-core (pyproject.toml)
125125
s3transfer==0.10.2
126126
# via boto3
@@ -148,7 +148,7 @@ wsproto==1.2.0
148148
# via hypercorn
149149
xmltodict==0.13.0
150150
# via localstack-core (pyproject.toml)
151-
zope-interface==6.4.post2
151+
zope-interface==7.0.1
152152
# via localstack-twisted
153153

154154
# The following packages are considered to be unsafe in a requirements file:

requirements-basic.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cachetools==5.4.0
1010
# via localstack-core (pyproject.toml)
1111
certifi==2024.7.4
1212
# via requests
13-
cffi==1.16.0
13+
cffi==1.17.0
1414
# via cryptography
1515
charset-normalizer==3.3.2
1616
# via requests

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ certifi==2024.7.4
7979
# httpx
8080
# opensearch-py
8181
# requests
82-
cffi==1.16.0
82+
cffi==1.17.0
8383
# via cryptography
8484
cfgv==3.4.0
8585
# via pre-commit
@@ -402,9 +402,9 @@ rich==13.7.1
402402
# via
403403
# localstack-core
404404
# localstack-core (pyproject.toml)
405-
rolo==0.7.0
405+
rolo==0.7.1
406406
# via localstack-core
407-
rpds-py==0.19.1
407+
rpds-py==0.20.0
408408
# via
409409
# jsonschema
410410
# referencing
@@ -482,7 +482,7 @@ xmltodict==0.13.0
482482
# via
483483
# localstack-core
484484
# moto-ext
485-
zope-interface==6.4.post2
485+
zope-interface==7.0.1
486486
# via localstack-twisted
487487

488488
# The following packages are considered to be unsafe in a requirements file:

requirements-runtime.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apispec==6.6.1
1818
# via localstack-core (pyproject.toml)
1919
argparse==1.4.0
2020
# via amazon-kclpy
21-
attrs==24.1.0
21+
attrs==24.2.0
2222
# via
2323
# jsonschema
2424
# localstack-twisted
@@ -62,7 +62,7 @@ certifi==2024.7.4
6262
# via
6363
# opensearch-py
6464
# requests
65-
cffi==1.16.0
65+
cffi==1.17.0
6666
# via cryptography
6767
cfn-lint==1.9.5
6868
# via moto-ext
@@ -291,9 +291,9 @@ rich==13.7.1
291291
# via
292292
# localstack-core
293293
# localstack-core (pyproject.toml)
294-
rolo==0.7.0
294+
rolo==0.7.1
295295
# via localstack-core
296-
rpds-py==0.19.1
296+
rpds-py==0.20.0
297297
# via
298298
# jsonschema
299299
# referencing
@@ -349,7 +349,7 @@ xmltodict==0.13.0
349349
# via
350350
# localstack-core
351351
# moto-ext
352-
zope-interface==6.4.post2
352+
zope-interface==7.0.1
353353
# via localstack-twisted
354354

355355
# The following packages are considered to be unsafe in a requirements file:

requirements-test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ certifi==2024.7.4
7979
# httpx
8080
# opensearch-py
8181
# requests
82-
cffi==1.16.0
82+
cffi==1.17.0
8383
# via cryptography
8484
cfn-lint==1.9.5
8585
# via moto-ext
@@ -369,9 +369,9 @@ rich==13.7.1
369369
# via
370370
# localstack-core
371371
# localstack-core (pyproject.toml)
372-
rolo==0.7.0
372+
rolo==0.7.1
373373
# via localstack-core
374-
rpds-py==0.19.1
374+
rpds-py==0.20.0
375375
# via
376376
# jsonschema
377377
# referencing
@@ -443,7 +443,7 @@ xmltodict==0.13.0
443443
# via
444444
# localstack-core
445445
# moto-ext
446-
zope-interface==6.4.post2
446+
zope-interface==7.0.1
447447
# via localstack-twisted
448448

449449
# The following packages are considered to be unsafe in a requirements file:

requirements-typehint.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ certifi==2024.7.4
8383
# httpx
8484
# opensearch-py
8585
# requests
86-
cffi==1.16.0
86+
cffi==1.17.0
8787
# via cryptography
8888
cfgv==3.4.0
8989
# via pre-commit
@@ -598,9 +598,9 @@ rich==13.7.1
598598
# via
599599
# localstack-core
600600
# localstack-core (pyproject.toml)
601-
rolo==0.7.0
601+
rolo==0.7.1
602602
# via localstack-core
603-
rpds-py==0.19.1
603+
rpds-py==0.20.0
604604
# via
605605
# jsonschema
606606
# referencing
@@ -779,7 +779,7 @@ xmltodict==0.13.0
779779
# via
780780
# localstack-core
781781
# moto-ext
782-
zope-interface==6.4.post2
782+
zope-interface==7.0.1
783783
# via localstack-twisted
784784

785785
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)