Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 16, 2024
1 parent 7060bab commit 96aad8b
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 37 deletions.
13 changes: 8 additions & 5 deletions playbooks/roles/aws/templates/requirements.txt.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
awscli==1.35.20
awscli==1.36.22
# via -r requirements/aws.in
boto==2.49.0
# via -r requirements/aws.in
boto3==1.35.54
boto3==1.35.81
# via -r requirements/aws.in
botocore==1.35.54
botocore==1.35.81
# 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.10.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
20 changes: 12 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ ansible==2.10.7
# via -r requirements/base.in
ansible-base==2.10.17
# via ansible
awscli==1.35.20
awscli==1.36.22
# 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.35.81
# via -r requirements/base.in
botocore==1.35.54
botocore==1.35.81
# via
# awscli
# boto3
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand All @@ -34,7 +34,7 @@ charset-normalizer==3.4.0
# via requests
colorama==0.4.6
# via awscli
cryptography==43.0.3
cryptography==44.0.0
# via
# ansible-base
# paramiko
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,17 @@ requests==2.32.3
# datadog
rsa==4.7.2
# via awscli
s3transfer==0.10.3
s3transfer==0.10.4
# via
# awscli
# boto3
six==1.16.0
six==1.17.0
# via
# bcrypt
# pathlib2
# python-dateutil
urllib3==1.26.18
# via
# -r requirements/base.in
# botocore
# requests
8 changes: 0 additions & 8 deletions 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 @@ -23,13 +22,6 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# Cause: https://github.com/openedx/event-tracking/pull/290
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
# We will pin event-tracking to do not break existing installations
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0
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
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# 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
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# 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.6.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion util/elasticsearch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
# via deepdiff
urllib3==1.26.20
# via elasticsearch
2 changes: 1 addition & 1 deletion util/jenkins/requirements-cloudflare.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
# via requests
Expand Down
21 changes: 13 additions & 8 deletions util/jenkins/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@
#
# make upgrade
#
amqp==5.2.0
amqp==5.3.1
# via kombu
argcomplete==3.5.1
argcomplete==3.5.2
# via yq
awscli==1.35.20
awscli==1.36.22
# 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.35.81
# via -r requirements/jenkins.in
botocore==1.35.54
botocore==1.35.81
# via
# awscli
# boto3
# s3transfer
celery==5.4.0
# via -r requirements/jenkins.in
certifi==2024.8.30
certifi==2024.12.14
# via
# opsgenie-sdk
# requests
Expand Down Expand Up @@ -91,11 +91,11 @@ rsa==4.7.2
# via awscli
s3cmd==2.4.0
# via -r requirements/jenkins.in
s3transfer==0.10.3
s3transfer==0.10.4
# via
# awscli
# boto3
six==1.16.0
six==1.17.0
# via
# opsgenie-sdk
# python-dateutil
Expand All @@ -108,6 +108,11 @@ tzdata==2024.2
# celery
# kombu
urllib3==1.26.18
# via
# -r requirements/jenkins.in
# botocore
# opsgenie-sdk
# requests
vine==5.1.0
# via
# amqp
Expand Down
2 changes: 1 addition & 1 deletion util/pingdom/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
# via requests
Expand Down
2 changes: 1 addition & 1 deletion util/vpc-tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
boto==2.49.0
# via -r requirements/vpc-tools.in
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
# via requests
Expand Down

0 comments on commit 96aad8b

Please sign in to comment.