Skip to content

Commit efb3340

Browse files
authored
Merge pull request #364 from edx/jenkins/upgrade-python-requirements-4237a70
Python Requirements Update
2 parents 4237a70 + b3a2bfa commit efb3340

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#
77
boto==2.49.0
88
# via google-compute-engine
9-
boto3==1.42.27
9+
boto3==1.42.31
1010
# via -r requirements/base.in
11-
botocore==1.42.27
11+
botocore==1.42.31
1212
# via
1313
# -r requirements/base.in
1414
# boto3

requirements/test.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ boto==2.49.0
2020
# via
2121
# -r requirements/base.txt
2222
# google-compute-engine
23-
boto3==1.42.27
23+
boto3==1.42.31
2424
# via
2525
# -r requirements/base.txt
2626
# aws-sam-translator
2727
# moto
28-
botocore==1.42.27
28+
botocore==1.42.31
2929
# via
3030
# -r requirements/base.txt
3131
# aws-xray-sdk
@@ -44,7 +44,7 @@ cryptography==46.0.3
4444
# via
4545
# joserfc
4646
# moto
47-
dill==0.4.0
47+
dill==0.4.1
4848
# via pylint
4949
distro==1.9.0
5050
# via
@@ -101,7 +101,7 @@ mccabe==0.7.0
101101
# via pylint
102102
mock==5.2.0
103103
# via -r requirements/test.in
104-
moto[cloudformation]==5.1.19
104+
moto[cloudformation]==5.1.20
105105
# via -r requirements/test.in
106106
mpmath==1.3.0
107107
# via sympy
@@ -158,7 +158,7 @@ referencing==0.36.2
158158
# jsonschema
159159
# jsonschema-path
160160
# jsonschema-specifications
161-
regex==2025.11.3
161+
regex==2026.1.15
162162
# via cfn-lint
163163
requests==2.32.5
164164
# via

0 commit comments

Comments
 (0)