Skip to content

Commit

Permalink
feat: upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemshahzad committed Mar 7, 2025
1 parent afdb2db commit 7bf8f87
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 58 deletions.
15 changes: 9 additions & 6 deletions playbooks/roles/aws/templates/requirements.txt.j2
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
awscli==1.35.20
awscli==1.38.8
# via -r requirements/aws.in
boto==2.49.0
# via -r requirements/aws.in
boto3==1.35.54
boto3==1.37.8
# via -r requirements/aws.in
botocore==1.35.54
botocore==1.37.8
# via
# awscli
# boto3
Expand Down Expand Up @@ -39,10 +39,13 @@ rsa==4.7.2
# via awscli
s3cmd==2.4.0
# via -r requirements/aws.in
s3transfer==0.10.3
s3transfer==0.11.4
# via
# awscli
# boto3
six==1.16.0
six==1.17.0
# via python-dateutil
urllib3==1.26.18
# via
# -r requirements/aws.in
# botocore
27 changes: 16 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -8,39 +8,39 @@ ansible==2.10.7
# via -r requirements/base.in
ansible-base==2.10.17
# via ansible
awscli==1.35.20
awscli==1.38.8
# via -r requirements/base.in
bcrypt==3.1.7
# via
# -c requirements/constraints.txt
# paramiko
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.54
boto3==1.37.8
# via -r requirements/base.in
botocore==1.35.54
botocore==1.37.8
# via
# awscli
# boto3
# s3transfer
certifi==2024.8.30
certifi==2025.1.31
# via requests
cffi==1.17.1
# via
# bcrypt
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
colorama==0.4.6
# via awscli
cryptography==43.0.3
cryptography==44.0.2
# via
# ansible-base
# paramiko
datadog==0.8.0
# via -r requirements/base.in
decorator==5.1.1
decorator==5.2.1
# via
# datadog
# networkx
Expand Down Expand Up @@ -68,7 +68,7 @@ mysqlclient==1.4.6
# via -r requirements/base.in
networkx==1.11
# via -r requirements/base.in
packaging==24.1
packaging==24.2
# via ansible-base
paramiko==2.4.2
# via -r requirements/base.in
Expand Down Expand Up @@ -101,13 +101,18 @@ requests==2.32.3
# datadog
rsa==4.7.2
# via awscli
s3transfer==0.10.3
s3transfer==0.11.4
# via
# awscli
# boto3
six==1.16.0
six==1.17.0
# via
# bcrypt
# pathlib2
# python-dateutil
urllib3==1.26.18
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
# botocore
# requests
5 changes: 4 additions & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# Note: Changes to this file will automatically be used by other repos, referencing
# this file from Github directly. It does not require packaging in edx-lint.


# using LTS django version
Django<5.0

Expand All @@ -33,3 +32,7 @@ event-tracking<2.4.1
# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
1 change: 0 additions & 1 deletion requirements/jenkins.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ opsgenie-sdk==0.3.1
PyMySQL==0.9.3
python-gnupg
redis==2.10.6
splunk-sdk==1.6.16 # older versions have been yanked
yq
jq
8 changes: 4 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
setuptools==75.8.2
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions util/elasticsearch/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -8,7 +8,7 @@ deepdiff==3.1.0
# via -r requirements/elasticsearch.in
elasticsearch==0.4.5
# via -r requirements/elasticsearch.in
jsonpickle==3.3.0
jsonpickle==4.0.2
# via deepdiff
urllib3==1.26.20
# via elasticsearch
10 changes: 5 additions & 5 deletions util/jenkins/requirements-cloudflare.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
certifi==2024.8.30
certifi==2025.1.31
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via -r requirements/cloudflare.in
idna==3.10
# via requests
requests==2.32.3
# via -r requirements/cloudflare.in
urllib3==2.2.3
urllib3==2.3.0
# via requests
37 changes: 20 additions & 17 deletions util/jenkins/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
amqp==5.2.0
amqp==5.3.1
# via kombu
argcomplete==3.5.1
argcomplete==3.6.0
# via yq
awscli==1.35.20
awscli==1.38.8
# via -r requirements/jenkins.in
backoff==1.4.3
# via -r requirements/jenkins.in
billiard==4.2.1
# via celery
boto==2.49.0
# via -r requirements/jenkins.in
boto3==1.35.54
boto3==1.37.8
# via -r requirements/jenkins.in
botocore==1.35.54
botocore==1.37.8
# via
# awscli
# boto3
# s3transfer
celery==5.4.0
# via -r requirements/jenkins.in
certifi==2024.8.30
certifi==2025.1.31
# via
# opsgenie-sdk
# requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# -r requirements/jenkins.in
# celery
Expand Down Expand Up @@ -60,7 +60,7 @@ kombu==5.4.2
# via celery
opsgenie-sdk==0.3.1
# via -r requirements/jenkins.in
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
# via click-repl
pyasn1==0.6.1
# via rsa
Expand All @@ -72,11 +72,11 @@ python-dateutil==2.9.0.post0
# celery
# opsgenie-sdk
# s3cmd
python-gnupg==0.5.3
python-gnupg==0.5.4
# via -r requirements/jenkins.in
python-magic==0.4.27
# via s3cmd
pytz==2024.2
pytz==2025.1
# via opsgenie-sdk
pyyaml==6.0.2
# via
Expand All @@ -91,23 +91,26 @@ rsa==4.7.2
# via awscli
s3cmd==2.4.0
# via -r requirements/jenkins.in
s3transfer==0.10.3
s3transfer==0.11.4
# via
# awscli
# boto3
six==1.16.0
six==1.17.0
# via
# opsgenie-sdk
# python-dateutil
splunk-sdk==1.6.16
# via -r requirements/jenkins.in
tomlkit==0.13.2
# via yq
tzdata==2024.2
tzdata==2025.1
# via
# celery
# kombu
urllib3==1.26.18
# via
# -r requirements/jenkins.in
# botocore
# opsgenie-sdk
# requests
vine==5.1.0
# via
# amqp
Expand Down
8 changes: 4 additions & 4 deletions util/pingdom/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
certifi==2024.8.30
certifi==2025.1.31
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==6.7
# via -r requirements/pingdom.in
Expand All @@ -18,5 +18,5 @@ requests==2.32.3
# via -r requirements/pingdom.in
six==1.14.0
# via -r requirements/pingdom.in
urllib3==2.2.3
urllib3==2.3.0
# via requests
8 changes: 4 additions & 4 deletions util/vpc-tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
boto==2.49.0
# via -r requirements/vpc-tools.in
certifi==2024.8.30
certifi==2025.1.31
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
docopt==0.6.2
# via -r requirements/vpc-tools.in
idna==3.10
# via requests
requests==2.32.3
# via -r requirements/vpc-tools.in
urllib3==2.2.3
urllib3==2.3.0
# via requests

0 comments on commit 7bf8f87

Please sign in to comment.