Skip to content

chore: Upgrade Python requirements #198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions playbooks/roles/aws/templates/requirements.txt.j2
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
awscli==1.38.8
awscli==1.40.7
# via -r requirements/aws.in
boto==2.49.0
# via -r requirements/aws.in
boto3==1.37.8
boto3==1.38.8
# via -r requirements/aws.in
botocore==1.37.8
botocore==1.38.8
# via
# awscli
# boto3
# s3transfer
colorama==0.4.6
# via awscli
docutils==0.16
docutils==0.19
# via awscli
jmespath==1.0.1
# via
Expand All @@ -39,7 +39,7 @@ rsa==4.7.2
# via awscli
s3cmd==2.4.0
# via -r requirements/aws.in
s3transfer==0.11.4
s3transfer==0.12.0
# via
# awscli
# boto3
Expand Down
22 changes: 11 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.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,33 +8,33 @@ ansible==2.10.7
# via -r requirements/base.in
ansible-base==2.10.17
# via ansible
awscli==1.38.8
awscli==1.40.7
# 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.37.8
boto3==1.38.8
# via -r requirements/base.in
botocore==1.37.8
botocore==1.38.8
# via
# awscli
# boto3
# s3transfer
certifi==2025.1.31
certifi==2025.4.26
# via requests
cffi==1.17.1
# via
# bcrypt
# cryptography
# pynacl
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
colorama==0.4.6
# via awscli
cryptography==44.0.2
cryptography==44.0.3
# via
# ansible-base
# paramiko
Expand All @@ -46,7 +46,7 @@ decorator==5.2.1
# networkx
docopt==0.6.2
# via -r requirements/base.in
docutils==0.16
docutils==0.19
# via awscli
ecdsa==0.13.3
# via -r requirements/base.in
Expand All @@ -68,7 +68,7 @@ mysqlclient==1.4.6
# via -r requirements/base.in
networkx==1.11
# via -r requirements/base.in
packaging==24.2
packaging==25.0
# via ansible-base
paramiko==2.4.2
# via -r requirements/base.in
Expand All @@ -82,7 +82,7 @@ pyasn1==0.6.1
# rsa
pycparser==2.22
# via cffi
pycryptodome==3.21.0
pycryptodome==3.22.0
# via -r requirements/base.in
pymongo==3.9.0
# via -r requirements/base.in
Expand All @@ -101,7 +101,7 @@ requests==2.32.3
# datadog
rsa==4.7.2
# via awscli
s3transfer==0.11.4
s3transfer==0.12.0
# via
# awscli
# boto3
Expand Down
7 changes: 0 additions & 7 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,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
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.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.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,7 +8,7 @@ build==1.2.2.post1
# via pip-tools
click==8.1.8
# via pip-tools
packaging==24.2
packaging==25.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.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.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down
22 changes: 11 additions & 11 deletions requirements3_12.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.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,33 +8,33 @@ ansible==9.13.0
# via -r requirements/base3_12.in
ansible-core==2.16.14
# via ansible
awscli==1.38.8
awscli==1.40.7
# via -r requirements/base3_12.in
bcrypt==3.1.7
# via
# -c requirements/constraints.txt
# paramiko
boto==2.49.0
# via -r requirements/base3_12.in
boto3==1.37.8
boto3==1.38.8
# via -r requirements/base3_12.in
botocore==1.37.8
botocore==1.38.8
# via
# awscli
# boto3
# s3transfer
certifi==2025.1.31
certifi==2025.4.26
# via requests
cffi==1.17.1
# via
# bcrypt
# cryptography
# pynacl
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
colorama==0.4.6
# via awscli
cryptography==44.0.2
cryptography==44.0.3
# via
# ansible-core
# paramiko
Expand All @@ -46,7 +46,7 @@ decorator==5.2.1
# networkx
docopt==0.6.2
# via -r requirements/base3_12.in
docutils==0.16
docutils==0.19
# via awscli
ecdsa==0.13.3
# via -r requirements/base3_12.in
Expand All @@ -68,7 +68,7 @@ mysqlclient==1.4.6
# via -r requirements/base3_12.in
networkx==1.11
# via -r requirements/base3_12.in
packaging==24.2
packaging==25.0
# via ansible-core
paramiko==2.4.2
# via -r requirements/base3_12.in
Expand All @@ -82,7 +82,7 @@ pyasn1==0.6.1
# rsa
pycparser==2.22
# via cffi
pycryptodome==3.21.0
pycryptodome==3.22.0
# via -r requirements/base3_12.in
pymongo==3.9.0
# via -r requirements/base3_12.in
Expand All @@ -103,7 +103,7 @@ resolvelib==1.0.1
# via ansible-core
rsa==4.7.2
# via awscli
s3transfer==0.11.4
s3transfer==0.12.0
# via
# awscli
# boto3
Expand Down
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.12
# This file is autogenerated by pip-compile with Python 3.11
# 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==4.0.2
jsonpickle==4.0.5
# via deepdiff
urllib3==1.26.20
# via elasticsearch
8 changes: 4 additions & 4 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.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
certifi==2025.1.31
certifi==2025.4.26
# via requests
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
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.3.0
urllib3==2.4.0
# via requests
32 changes: 15 additions & 17 deletions util/jenkins/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
amqp==5.3.1
# via kombu
argcomplete==3.6.0
argcomplete==3.6.2
# via yq
awscli==1.38.8
awscli==1.40.7
# 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.37.8
boto3==1.38.8
# via -r requirements/jenkins.in
botocore==1.37.8
botocore==1.38.8
# via
# awscli
# boto3
# s3transfer
celery==5.4.0
celery==5.5.2
# via -r requirements/jenkins.in
certifi==2025.1.31
certifi==2025.4.26
# via
# opsgenie-sdk
# requests
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
click==8.1.8
# via
Expand All @@ -46,7 +46,7 @@ click-repl==0.3.0
# via celery
colorama==0.4.6
# via awscli
docutils==0.16
docutils==0.19
# via awscli
idna==3.10
# via requests
Expand All @@ -56,11 +56,11 @@ jmespath==1.0.1
# botocore
jq==1.8.0
# via -r requirements/jenkins.in
kombu==5.4.2
kombu==5.5.3
# via celery
opsgenie-sdk==0.3.1
# via -r requirements/jenkins.in
prompt-toolkit==3.0.50
prompt-toolkit==3.0.51
# via click-repl
pyasn1==0.6.1
# via rsa
Expand All @@ -76,7 +76,7 @@ python-gnupg==0.5.4
# via -r requirements/jenkins.in
python-magic==0.4.27
# via s3cmd
pytz==2025.1
pytz==2025.2
# via opsgenie-sdk
pyyaml==6.0.2
# via
Expand All @@ -91,7 +91,7 @@ rsa==4.7.2
# via awscli
s3cmd==2.4.0
# via -r requirements/jenkins.in
s3transfer==0.11.4
s3transfer==0.12.0
# via
# awscli
# boto3
Expand All @@ -101,10 +101,8 @@ six==1.17.0
# python-dateutil
tomlkit==0.13.2
# via yq
tzdata==2025.1
# via
# celery
# kombu
tzdata==2025.2
# via kombu
urllib3==1.26.18
# via
# -r requirements/jenkins.in
Expand Down
Loading