Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 18, 2023
1 parent d9c2980 commit ae749b1
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 56 deletions.
12 changes: 6 additions & 6 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.29.70
awscli==1.32.2
# via -r requirements/aws.in
boto==2.49.0
# via -r requirements/aws.in
boto3==1.28.70
boto3==1.34.2
# via -r requirements/aws.in
botocore==1.31.70
botocore==1.34.2
# via
# awscli
# boto3
Expand All @@ -23,7 +23,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
pyasn1==0.5.0
pyasn1==0.5.1
# via rsa
python-dateutil==2.8.2
# via
Expand All @@ -37,9 +37,9 @@ pyyaml==5.3.1
# awscli
rsa==4.7.2
# via awscli
s3cmd==2.3.0
s3cmd==2.4.0
# via -r requirements/aws.in
s3transfer==0.7.0
s3transfer==0.9.0
# via
# awscli
# boto3
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,33 @@ ansible==2.10.7
# via -r requirements/base.in
ansible-base==2.10.17
# via ansible
awscli==1.29.70
awscli==1.32.2
# 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.28.70
boto3==1.34.2
# via -r requirements/base.in
botocore==1.31.70
botocore==1.34.2
# via
# awscli
# boto3
# s3transfer
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via
# bcrypt
# cryptography
# pynacl
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
colorama==0.4.4
# via awscli
cryptography==41.0.5
cryptography==41.0.7
# via
# ansible-base
# paramiko
Expand All @@ -50,7 +50,7 @@ docutils==0.16
# via awscli
ecdsa==0.13.3
# via -r requirements/base.in
idna==3.4
idna==3.6
# via requests
jinja2==2.8
# via
Expand All @@ -76,7 +76,7 @@ pathlib2==2.3.0
# via -r requirements/base.in
prettytable==0.7.2
# via -r requirements/base.in
pyasn1==0.5.0
pyasn1==0.5.1
# via
# paramiko
# rsa
Expand All @@ -101,7 +101,7 @@ requests==2.31.0
# datadog
rsa==4.7.2
# via awscli
s3transfer==0.7.0
s3transfer==0.9.0
# via
# awscli
# boto3
Expand Down
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ 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

# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand All @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.2
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==23.3.2
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions util/jenkins/requirements-cloudflare.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via -r requirements/cloudflare.in
idna==3.4
idna==3.6
# via requests
requests==2.31.0
# via -r requirements/cloudflare.in
urllib3==2.0.7
urllib3==2.1.0
# via requests
40 changes: 20 additions & 20 deletions util/jenkins/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@
#
# make upgrade
#
amqp==5.1.1
amqp==5.2.0
# via kombu
argcomplete==3.1.2
argcomplete==3.2.1
# via yq
awscli==1.29.70
awscli==1.32.2
# via -r requirements/jenkins.in
backoff==1.4.3
# via -r requirements/jenkins.in
backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# kombu
billiard==4.1.0
billiard==4.2.0
# via celery
boto==2.49.0
# via -r requirements/jenkins.in
boto3==1.28.70
boto3==1.34.2
# via -r requirements/jenkins.in
botocore==1.31.70
botocore==1.34.2
# via
# awscli
# boto3
# s3transfer
celery==5.3.4
celery==5.3.6
# via -r requirements/jenkins.in
certifi==2023.7.22
certifi==2023.11.17
# via
# opsgenie-sdk
# requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand All @@ -52,21 +52,21 @@ colorama==0.4.4
# via awscli
docutils==0.16
# via awscli
idna==3.4
idna==3.6
# via requests
jmespath==1.0.1
# via
# boto3
# botocore
jq==1.6.0
# via -r requirements/jenkins.in
kombu==5.3.2
kombu==5.3.4
# via celery
opsgenie-sdk==0.3.1
# via -r requirements/jenkins.in
prompt-toolkit==3.0.39
prompt-toolkit==3.0.43
# via click-repl
pyasn1==0.5.0
pyasn1==0.5.1
# via rsa
pymysql==0.9.3
# via -r requirements/jenkins.in
Expand All @@ -76,7 +76,7 @@ python-dateutil==2.8.2
# celery
# opsgenie-sdk
# s3cmd
python-gnupg==0.5.1
python-gnupg==0.5.2
# via -r requirements/jenkins.in
python-magic==0.4.27
# via s3cmd
Expand All @@ -93,9 +93,9 @@ requests==2.31.0
# via opsgenie-sdk
rsa==4.7.2
# via awscli
s3cmd==2.3.0
s3cmd==2.4.0
# via -r requirements/jenkins.in
s3transfer==0.7.0
s3transfer==0.9.0
# via
# awscli
# boto3
Expand All @@ -105,9 +105,9 @@ six==1.16.0
# python-dateutil
splunk-sdk==1.6.16
# via -r requirements/jenkins.in
tomlkit==0.12.1
tomlkit==0.12.3
# via yq
typing-extensions==4.8.0
typing-extensions==4.9.0
# via kombu
tzdata==2023.3
# via
Expand All @@ -118,12 +118,12 @@ urllib3==1.26.18
# botocore
# opsgenie-sdk
# requests
vine==5.0.0
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.8
wcwidth==0.2.12
# via prompt-toolkit
xmltodict==0.13.0
# via yq
Expand Down
8 changes: 4 additions & 4 deletions util/pingdom/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# make upgrade
#
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==6.7
# via -r requirements/pingdom.in
idna==3.4
idna==3.6
# via requests
pyyaml==6.0.1
# via -r requirements/pingdom.in
requests==2.31.0
# via -r requirements/pingdom.in
six==1.14.0
# via -r requirements/pingdom.in
urllib3==2.0.7
urllib3==2.1.0
# via requests
8 changes: 4 additions & 4 deletions util/vpc-tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
boto==2.49.0
# via -r requirements/vpc-tools.in
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
docopt==0.6.2
# via -r requirements/vpc-tools.in
idna==3.4
idna==3.6
# via requests
requests==2.31.0
# via -r requirements/vpc-tools.in
urllib3==2.0.7
urllib3==2.1.0
# via requests

0 comments on commit ae749b1

Please sign in to comment.