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 Nov 6, 2023
1 parent de5bfd7 commit 5ba5d74
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 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.29.78
# via -r requirements/aws.in
boto==2.49.0
# via -r requirements/aws.in
boto3==1.28.70
boto3==1.28.78
# via -r requirements/aws.in
botocore==1.31.70
botocore==1.31.78
# via
# awscli
# boto3
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ ansible==2.10.7
# via -r requirements/base.in
ansible-base==2.10.17
# via ansible
awscli==1.29.70
awscli==1.29.78
# 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.28.78
# via -r requirements/base.in
botocore==1.31.70
botocore==1.31.78
# via
# awscli
# boto3
Expand All @@ -30,7 +30,7 @@ cffi==1.16.0
# bcrypt
# cryptography
# pynacl
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
colorama==0.4.4
# via awscli
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion util/jenkins/requirements-cloudflare.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
certifi==2023.7.22
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via -r requirements/cloudflare.in
Expand Down
16 changes: 8 additions & 8 deletions util/jenkins/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
amqp==5.1.1
# via kombu
argcomplete==3.1.2
argcomplete==3.1.4
# via yq
awscli==1.29.70
awscli==1.29.78
# via -r requirements/jenkins.in
backoff==1.4.3
# via -r requirements/jenkins.in
Expand All @@ -20,9 +20,9 @@ billiard==4.1.0
# via celery
boto==2.49.0
# via -r requirements/jenkins.in
boto3==1.28.70
boto3==1.28.78
# via -r requirements/jenkins.in
botocore==1.31.70
botocore==1.31.78
# via
# awscli
# boto3
Expand All @@ -33,7 +33,7 @@ certifi==2023.7.22
# via
# opsgenie-sdk
# requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -105,7 +105,7 @@ six==1.16.0
# python-dateutil
splunk-sdk==1.6.16
# via -r requirements/jenkins.in
tomlkit==0.12.1
tomlkit==0.12.2
# via yq
typing-extensions==4.8.0
# via kombu
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.9
# via prompt-toolkit
xmltodict==0.13.0
# via yq
Expand Down
2 changes: 1 addition & 1 deletion util/pingdom/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
certifi==2023.7.22
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==6.7
# via -r requirements/pingdom.in
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 @@ -8,7 +8,7 @@ boto==2.49.0
# via -r requirements/vpc-tools.in
certifi==2023.7.22
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
docopt==0.6.2
# via -r requirements/vpc-tools.in
Expand Down

0 comments on commit 5ba5d74

Please sign in to comment.