Skip to content

Commit 6ac025f

Browse files
authored
Upgrade dependencies (#544)
### Description List - Upgrading backend dependencies while resolving pip-audit finding against cryptography 44.0.0
1 parent 358416b commit 6ac025f

File tree

12 files changed

+45
-49
lines changed

12 files changed

+45
-49
lines changed

backend/compact-connect/lambdas/python/attestations/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile --no-emit-index-url compact-connect/lambdas/python/attestations/requirements-dev.in
66
#
7-
boto3==1.36.13
7+
boto3==1.36.19
88
# via moto
9-
botocore==1.36.13
9+
botocore==1.36.19
1010
# via
1111
# boto3
1212
# moto
@@ -17,7 +17,7 @@ cffi==1.17.1
1717
# via cryptography
1818
charset-normalizer==3.4.1
1919
# via requests
20-
cryptography==44.0.0
20+
cryptography==44.0.1
2121
# via moto
2222
docker==7.1.0
2323
# via moto

backend/compact-connect/lambdas/python/common/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile --no-emit-index-url compact-connect/lambdas/python/common/requirements-dev.in
66
#
7-
boto3==1.36.13
7+
boto3==1.36.19
88
# via moto
9-
botocore==1.36.13
9+
botocore==1.36.19
1010
# via
1111
# boto3
1212
# moto
@@ -17,7 +17,7 @@ cffi==1.17.1
1717
# via cryptography
1818
charset-normalizer==3.4.1
1919
# via requests
20-
cryptography==44.0.0
20+
cryptography==44.0.1
2121
# via moto
2222
docker==7.1.0
2323
# via moto

backend/compact-connect/lambdas/python/common/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# pip-compile --no-emit-index-url compact-connect/lambdas/python/common/requirements.in
66
#
7-
aws-lambda-powertools==3.5.0
7+
aws-lambda-powertools==3.6.0
88
# via -r compact-connect/lambdas/python/common/requirements.in
9-
boto3==1.36.13
9+
boto3==1.36.19
1010
# via -r compact-connect/lambdas/python/common/requirements.in
11-
botocore==1.36.13
11+
botocore==1.36.19
1212
# via
1313
# boto3
1414
# s3transfer

backend/compact-connect/lambdas/python/custom-resources/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile --no-emit-index-url compact-connect/lambdas/python/custom-resources/requirements-dev.in
66
#
7-
boto3==1.36.13
7+
boto3==1.36.19
88
# via moto
9-
botocore==1.36.13
9+
botocore==1.36.19
1010
# via
1111
# boto3
1212
# moto
@@ -17,7 +17,7 @@ cffi==1.17.1
1717
# via cryptography
1818
charset-normalizer==3.4.1
1919
# via requests
20-
cryptography==44.0.0
20+
cryptography==44.0.1
2121
# via moto
2222
docker==7.1.0
2323
# via moto

backend/compact-connect/lambdas/python/data-events/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile --no-emit-index-url compact-connect/lambdas/python/data-events/requirements-dev.in
66
#
7-
boto3==1.36.13
7+
boto3==1.36.19
88
# via moto
9-
botocore==1.36.13
9+
botocore==1.36.19
1010
# via
1111
# boto3
1212
# moto
@@ -17,7 +17,7 @@ cffi==1.17.1
1717
# via cryptography
1818
charset-normalizer==3.4.1
1919
# via requests
20-
cryptography==44.0.0
20+
cryptography==44.0.1
2121
# via moto
2222
docker==7.1.0
2323
# via moto

backend/compact-connect/lambdas/python/provider-data-v1/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile --no-emit-index-url compact-connect/lambdas/python/provider-data-v1/requirements-dev.in
66
#
7-
boto3==1.36.13
7+
boto3==1.36.19
88
# via moto
9-
botocore==1.36.13
9+
botocore==1.36.19
1010
# via
1111
# boto3
1212
# moto
@@ -17,7 +17,7 @@ cffi==1.17.1
1717
# via cryptography
1818
charset-normalizer==3.4.1
1919
# via requests
20-
cryptography==44.0.0
20+
cryptography==44.0.1
2121
# via moto
2222
docker==7.1.0
2323
# via moto

backend/compact-connect/lambdas/python/purchases/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile --no-emit-index-url compact-connect/lambdas/python/purchases/requirements-dev.in
66
#
7-
boto3==1.36.13
7+
boto3==1.36.19
88
# via moto
9-
botocore==1.36.13
9+
botocore==1.36.19
1010
# via
1111
# boto3
1212
# moto
@@ -17,7 +17,7 @@ cffi==1.17.1
1717
# via cryptography
1818
charset-normalizer==3.4.1
1919
# via requests
20-
cryptography==44.0.0
20+
cryptography==44.0.1
2121
# via moto
2222
docker==7.1.0
2323
# via moto

backend/compact-connect/lambdas/python/staff-user-pre-token/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile --no-emit-index-url compact-connect/lambdas/python/staff-user-pre-token/requirements-dev.in
66
#
7-
boto3==1.36.13
7+
boto3==1.36.19
88
# via moto
9-
botocore==1.36.13
9+
botocore==1.36.19
1010
# via
1111
# boto3
1212
# moto
@@ -17,7 +17,7 @@ cffi==1.17.1
1717
# via cryptography
1818
charset-normalizer==3.4.1
1919
# via requests
20-
cryptography==44.0.0
20+
cryptography==44.0.1
2121
# via moto
2222
docker==7.1.0
2323
# via moto

backend/compact-connect/lambdas/python/staff-users/requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile --no-emit-index-url compact-connect/lambdas/python/staff-users/requirements-dev.in
66
#
7-
boto3==1.36.13
7+
boto3==1.36.19
88
# via moto
9-
botocore==1.36.13
9+
botocore==1.36.19
1010
# via
1111
# boto3
1212
# moto
@@ -17,7 +17,7 @@ cffi==1.17.1
1717
# via cryptography
1818
charset-normalizer==3.4.1
1919
# via requests
20-
cryptography==44.0.0
20+
cryptography==44.0.1
2121
# via
2222
# joserfc
2323
# moto
@@ -33,7 +33,7 @@ jmespath==1.0.1
3333
# via
3434
# boto3
3535
# botocore
36-
joserfc==1.0.2
36+
joserfc==1.0.3
3737
# via moto
3838
markupsafe==3.0.2
3939
# via

backend/compact-connect/requirements-dev.txt

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,18 @@ charset-normalizer==3.4.1
1818
# via requests
1919
click==8.1.8
2020
# via pip-tools
21-
coverage[toml]==7.6.10
21+
coverage[toml]==7.6.12
2222
# via
2323
# -r compact-connect/requirements-dev.in
2424
# pytest-cov
25-
cyclonedx-python-lib==7.6.2
25+
cyclonedx-python-lib==8.8.0
2626
# via pip-audit
2727
defusedxml==0.7.1
2828
# via py-serializable
2929
faker==28.4.1
3030
# via -r compact-connect/requirements-dev.in
3131
filelock==3.17.0
3232
# via cachecontrol
33-
html5lib==1.1
34-
# via pip-audit
3533
idna==3.10
3634
# via requests
3735
iniconfig==2.0.0
@@ -54,12 +52,14 @@ packaging==24.2
5452
# pytest
5553
pip-api==0.0.34
5654
# via pip-audit
57-
pip-audit==2.7.3
55+
pip-audit==2.8.0
5856
# via -r compact-connect/requirements-dev.in
5957
pip-requirements-parser==32.0.1
6058
# via pip-audit
6159
pip-tools==7.4.1
6260
# via -r compact-connect/requirements-dev.in
61+
platformdirs==4.3.6
62+
# via pip-audit
6363
pluggy==1.5.0
6464
# via pytest
6565
py-serializable==1.1.2
@@ -86,20 +86,16 @@ requests==2.32.3
8686
# pip-audit
8787
rich==13.9.4
8888
# via pip-audit
89-
ruff==0.9.4
89+
ruff==0.9.6
9090
# via -r compact-connect/requirements-dev.in
9191
six==1.17.0
92-
# via
93-
# html5lib
94-
# python-dateutil
92+
# via python-dateutil
9593
sortedcontainers==2.4.0
9694
# via cyclonedx-python-lib
9795
toml==0.10.2
9896
# via pip-audit
9997
urllib3==2.3.0
10098
# via requests
101-
webencodings==0.5.1
102-
# via html5lib
10399
wheel==0.45.1
104100
# via pip-tools
105101

0 commit comments

Comments
 (0)