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

Python Requirements Update #7089

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
8 changes: 4 additions & 4 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.32.2
awscli==1.32.23
# via -r requirements/aws.in
boto==2.49.0
# via -r requirements/aws.in
boto3==1.34.2
boto3==1.34.23
# via -r requirements/aws.in
botocore==1.34.2
botocore==1.34.23
# via
# awscli
# boto3
Expand Down Expand Up @@ -39,7 +39,7 @@ rsa==4.7.2
# via awscli
s3cmd==2.4.0
# via -r requirements/aws.in
s3transfer==0.9.0
s3transfer==0.10.0
# via
# awscli
# boto3
Expand Down
10 changes: 5 additions & 5 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.32.2
awscli==1.32.23
# 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.34.2
boto3==1.34.23
# via -r requirements/base.in
botocore==1.34.2
botocore==1.34.23
# via
# awscli
# boto3
Expand Down Expand Up @@ -82,7 +82,7 @@ pyasn1==0.5.1
# rsa
pycparser==2.21
# via cffi
pycryptodome==3.19.0
pycryptodome==3.20.0
# via -r requirements/base.in
pymongo==3.9.0
# via -r requirements/base.in
Expand All @@ -101,7 +101,7 @@ requests==2.31.0
# datadog
rsa==4.7.2
# via awscli
s3transfer==0.9.0
s3transfer==0.10.0
# via
# awscli
# boto3
Expand Down
2 changes: 1 addition & 1 deletion 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==7.0.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
setuptools==69.0.3
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions util/jenkins/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.2.0
# via kombu
argcomplete==3.2.1
# via yq
awscli==1.32.2
awscli==1.32.23
# via -r requirements/jenkins.in
backoff==1.4.3
# via -r requirements/jenkins.in
Expand All @@ -20,9 +20,9 @@ billiard==4.2.0
# via celery
boto==2.49.0
# via -r requirements/jenkins.in
boto3==1.34.2
boto3==1.34.23
# via -r requirements/jenkins.in
botocore==1.34.2
botocore==1.34.23
# via
# awscli
# boto3
Expand Down Expand Up @@ -60,7 +60,7 @@ jmespath==1.0.1
# botocore
jq==1.6.0
# via -r requirements/jenkins.in
kombu==5.3.4
kombu==5.3.5
# via celery
opsgenie-sdk==0.3.1
# via -r requirements/jenkins.in
Expand Down Expand Up @@ -95,7 +95,7 @@ rsa==4.7.2
# via awscli
s3cmd==2.4.0
# via -r requirements/jenkins.in
s3transfer==0.9.0
s3transfer==0.10.0
# via
# awscli
# boto3
Expand All @@ -109,7 +109,7 @@ tomlkit==0.12.3
# via yq
typing-extensions==4.9.0
# via kombu
tzdata==2023.3
tzdata==2023.4
# via
# backports-zoneinfo
# celery
Expand All @@ -123,7 +123,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
xmltodict==0.13.0
# via yq
Expand Down
Loading