Skip to content

Commit 762bb7a

Browse files
Merge pull request #174 from edx/nadeem/upgrade_requirements
feat: upgrade requirements
2 parents afdb2db + 7bf8f87 commit 762bb7a

File tree

11 files changed

+71
-58
lines changed

11 files changed

+71
-58
lines changed

playbooks/roles/aws/templates/requirements.txt.j2

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade
66
#
7-
awscli==1.35.20
7+
awscli==1.38.8
88
# via -r requirements/aws.in
99
boto==2.49.0
1010
# via -r requirements/aws.in
11-
boto3==1.35.54
11+
boto3==1.37.8
1212
# via -r requirements/aws.in
13-
botocore==1.35.54
13+
botocore==1.37.8
1414
# via
1515
# awscli
1616
# boto3
@@ -39,10 +39,13 @@ rsa==4.7.2
3939
# via awscli
4040
s3cmd==2.4.0
4141
# via -r requirements/aws.in
42-
s3transfer==0.10.3
42+
s3transfer==0.11.4
4343
# via
4444
# awscli
4545
# boto3
46-
six==1.16.0
46+
six==1.17.0
4747
# via python-dateutil
4848
urllib3==1.26.18
49+
# via
50+
# -r requirements/aws.in
51+
# botocore

requirements.txt

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade
@@ -8,39 +8,39 @@ ansible==2.10.7
88
# via -r requirements/base.in
99
ansible-base==2.10.17
1010
# via ansible
11-
awscli==1.35.20
11+
awscli==1.38.8
1212
# via -r requirements/base.in
1313
bcrypt==3.1.7
1414
# via
1515
# -c requirements/constraints.txt
1616
# paramiko
1717
boto==2.49.0
1818
# via -r requirements/base.in
19-
boto3==1.35.54
19+
boto3==1.37.8
2020
# via -r requirements/base.in
21-
botocore==1.35.54
21+
botocore==1.37.8
2222
# via
2323
# awscli
2424
# boto3
2525
# s3transfer
26-
certifi==2024.8.30
26+
certifi==2025.1.31
2727
# via requests
2828
cffi==1.17.1
2929
# via
3030
# bcrypt
3131
# cryptography
3232
# pynacl
33-
charset-normalizer==3.4.0
33+
charset-normalizer==3.4.1
3434
# via requests
3535
colorama==0.4.6
3636
# via awscli
37-
cryptography==43.0.3
37+
cryptography==44.0.2
3838
# via
3939
# ansible-base
4040
# paramiko
4141
datadog==0.8.0
4242
# via -r requirements/base.in
43-
decorator==5.1.1
43+
decorator==5.2.1
4444
# via
4545
# datadog
4646
# networkx
@@ -68,7 +68,7 @@ mysqlclient==1.4.6
6868
# via -r requirements/base.in
6969
networkx==1.11
7070
# via -r requirements/base.in
71-
packaging==24.1
71+
packaging==24.2
7272
# via ansible-base
7373
paramiko==2.4.2
7474
# via -r requirements/base.in
@@ -101,13 +101,18 @@ requests==2.32.3
101101
# datadog
102102
rsa==4.7.2
103103
# via awscli
104-
s3transfer==0.10.3
104+
s3transfer==0.11.4
105105
# via
106106
# awscli
107107
# boto3
108-
six==1.16.0
108+
six==1.17.0
109109
# via
110110
# bcrypt
111111
# pathlib2
112112
# python-dateutil
113113
urllib3==1.26.18
114+
# via
115+
# -c requirements/common_constraints.txt
116+
# -r requirements/base.in
117+
# botocore
118+
# requests

requirements/common_constraints.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# Note: Changes to this file will automatically be used by other repos, referencing
1212
# this file from Github directly. It does not require packaging in edx-lint.
1313

14-
1514
# using LTS django version
1615
Django<5.0
1716

@@ -33,3 +32,7 @@ event-tracking<2.4.1
3332
# Cause: https://github.com/openedx/edx-lint/issues/458
3433
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
3534
pip<24.3
35+
36+
# Cause: https://github.com/openedx/edx-lint/issues/475
37+
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
38+
urllib3<2.3.0

requirements/jenkins.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ opsgenie-sdk==0.3.1
1414
PyMySQL==0.9.3
1515
python-gnupg
1616
redis==2.10.6
17-
splunk-sdk==1.6.16 # older versions have been yanked
1817
yq
1918
jq

requirements/pip-tools.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade
66
#
77
build==1.2.2.post1
88
# via pip-tools
9-
click==8.1.7
9+
click==8.1.8
1010
# via pip-tools
11-
packaging==24.1
11+
packaging==24.2
1212
# via build
1313
pip-tools==7.4.1
1414
# via -r requirements/pip-tools.in
1515
pyproject-hooks==1.2.0
1616
# via
1717
# build
1818
# pip-tools
19-
wheel==0.44.0
19+
wheel==0.45.1
2020
# via pip-tools
2121

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

requirements/pip.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade
66
#
7-
wheel==0.44.0
7+
wheel==0.45.1
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==24.2
1212
# via
1313
# -c requirements/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==75.3.0
15+
setuptools==75.8.2
1616
# via -r requirements/pip.in
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade
@@ -8,7 +8,7 @@ deepdiff==3.1.0
88
# via -r requirements/elasticsearch.in
99
elasticsearch==0.4.5
1010
# via -r requirements/elasticsearch.in
11-
jsonpickle==3.3.0
11+
jsonpickle==4.0.2
1212
# via deepdiff
1313
urllib3==1.26.20
1414
# via elasticsearch
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade
66
#
7-
certifi==2024.8.30
7+
certifi==2025.1.31
88
# via requests
9-
charset-normalizer==3.4.0
9+
charset-normalizer==3.4.1
1010
# via requests
11-
click==8.1.7
11+
click==8.1.8
1212
# via -r requirements/cloudflare.in
1313
idna==3.10
1414
# via requests
1515
requests==2.32.3
1616
# via -r requirements/cloudflare.in
17-
urllib3==2.2.3
17+
urllib3==2.3.0
1818
# via requests

util/jenkins/requirements.txt

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade
66
#
7-
amqp==5.2.0
7+
amqp==5.3.1
88
# via kombu
9-
argcomplete==3.5.1
9+
argcomplete==3.6.0
1010
# via yq
11-
awscli==1.35.20
11+
awscli==1.38.8
1212
# via -r requirements/jenkins.in
1313
backoff==1.4.3
1414
# via -r requirements/jenkins.in
1515
billiard==4.2.1
1616
# via celery
1717
boto==2.49.0
1818
# via -r requirements/jenkins.in
19-
boto3==1.35.54
19+
boto3==1.37.8
2020
# via -r requirements/jenkins.in
21-
botocore==1.35.54
21+
botocore==1.37.8
2222
# via
2323
# awscli
2424
# boto3
2525
# s3transfer
2626
celery==5.4.0
2727
# via -r requirements/jenkins.in
28-
certifi==2024.8.30
28+
certifi==2025.1.31
2929
# via
3030
# opsgenie-sdk
3131
# requests
32-
charset-normalizer==3.4.0
32+
charset-normalizer==3.4.1
3333
# via requests
34-
click==8.1.7
34+
click==8.1.8
3535
# via
3636
# -r requirements/jenkins.in
3737
# celery
@@ -60,7 +60,7 @@ kombu==5.4.2
6060
# via celery
6161
opsgenie-sdk==0.3.1
6262
# via -r requirements/jenkins.in
63-
prompt-toolkit==3.0.48
63+
prompt-toolkit==3.0.50
6464
# via click-repl
6565
pyasn1==0.6.1
6666
# via rsa
@@ -72,11 +72,11 @@ python-dateutil==2.9.0.post0
7272
# celery
7373
# opsgenie-sdk
7474
# s3cmd
75-
python-gnupg==0.5.3
75+
python-gnupg==0.5.4
7676
# via -r requirements/jenkins.in
7777
python-magic==0.4.27
7878
# via s3cmd
79-
pytz==2024.2
79+
pytz==2025.1
8080
# via opsgenie-sdk
8181
pyyaml==6.0.2
8282
# via
@@ -91,23 +91,26 @@ rsa==4.7.2
9191
# via awscli
9292
s3cmd==2.4.0
9393
# via -r requirements/jenkins.in
94-
s3transfer==0.10.3
94+
s3transfer==0.11.4
9595
# via
9696
# awscli
9797
# boto3
98-
six==1.16.0
98+
six==1.17.0
9999
# via
100100
# opsgenie-sdk
101101
# python-dateutil
102-
splunk-sdk==1.6.16
103-
# via -r requirements/jenkins.in
104102
tomlkit==0.13.2
105103
# via yq
106-
tzdata==2024.2
104+
tzdata==2025.1
107105
# via
108106
# celery
109107
# kombu
110108
urllib3==1.26.18
109+
# via
110+
# -r requirements/jenkins.in
111+
# botocore
112+
# opsgenie-sdk
113+
# requests
111114
vine==5.1.0
112115
# via
113116
# amqp

util/pingdom/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade
66
#
7-
certifi==2024.8.30
7+
certifi==2025.1.31
88
# via requests
9-
charset-normalizer==3.4.0
9+
charset-normalizer==3.4.1
1010
# via requests
1111
click==6.7
1212
# via -r requirements/pingdom.in
@@ -18,5 +18,5 @@ requests==2.32.3
1818
# via -r requirements/pingdom.in
1919
six==1.14.0
2020
# via -r requirements/pingdom.in
21-
urllib3==2.2.3
21+
urllib3==2.3.0
2222
# via requests

0 commit comments

Comments
 (0)