Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Apr 10, 2024
1 parent 1eb6aaa commit 3d90f68
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 31 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
boto==2.49.0
# via google-compute-engine
boto3==1.34.51
boto3==1.34.81
# via -r requirements/base.in
botocore==1.34.51
botocore==1.34.81
# via
# -r requirements/base.in
# boto3
Expand All @@ -26,9 +26,9 @@ jmespath==1.0.1
# botocore
markupsafe==2.1.5
# via jinja2
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via botocore
s3transfer==0.10.0
s3transfer==0.10.1
# via boto3
six==1.16.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.42.0
wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.1
setuptools==69.2.0
# via -r requirements/pip.in
16 changes: 9 additions & 7 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
#
# make upgrade
#
build==1.0.3
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
# via build
packaging==23.2
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
packaging==24.0
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via
Expand All @@ -23,9 +25,9 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
36 changes: 18 additions & 18 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ attrs==23.2.0
# jsonschema
# referencing
# sarif-om
aws-sam-translator==1.85.0
aws-sam-translator==1.87.0
# via cfn-lint
aws-xray-sdk==2.12.1
aws-xray-sdk==2.13.0
# via moto
boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.34.51
boto3==1.34.81
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.34.51
botocore==1.34.81
# via
# -r requirements/base.txt
# aws-xray-sdk
Expand All @@ -38,7 +38,7 @@ certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
cfn-lint==0.85.3
cfn-lint==0.86.2
# via moto
charset-normalizer==3.3.2
# via requests
Expand All @@ -55,7 +55,7 @@ distro==1.9.0
# google-compute-engine
docker==7.0.0
# via moto
ecdsa==0.18.0
ecdsa==0.19.0
# via
# moto
# python-jose
Expand All @@ -70,7 +70,7 @@ graphql-core==3.2.3
# via moto
idna==3.6
# via requests
importlib-resources==6.1.2
importlib-resources==6.4.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -135,7 +135,7 @@ openapi-schema-validator==0.6.2
# via openapi-spec-validator
openapi-spec-validator==0.7.1
# via moto
packaging==23.2
packaging==24.0
# via
# docker
# pytest
Expand All @@ -155,27 +155,27 @@ pluggy==1.4.0
# via pytest
py-partiql-parser==0.5.0
# via moto
pyasn1==0.5.1
pyasn1==0.6.0
# via
# python-jose
# rsa
pycparser==2.21
pycparser==2.22
# via cffi
pycurl==7.45.3
# via pyresttest
pydantic==2.6.3
pydantic==2.6.4
# via aws-sam-translator
pydantic-core==2.16.3
# via pydantic
pylint==3.1.0
# via -r requirements/test.in
pyparsing==3.1.1
pyparsing==3.1.2
# via moto
pyresttest==1.7.1
# via -r requirements/test.in
pytest==8.0.2
pytest==8.1.1
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# botocore
Expand Down Expand Up @@ -212,7 +212,7 @@ rpds-py==0.18.0
# referencing
rsa==4.9
# via python-jose
s3transfer==0.10.0
s3transfer==0.10.1
# via
# -r requirements/base.txt
# boto3
Expand All @@ -235,7 +235,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.4
# via pylint
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# annotated-types
# astroid
Expand All @@ -250,13 +250,13 @@ urllib3==1.26.18
# docker
# requests
# responses
werkzeug==3.0.1
werkzeug==3.0.2
# via moto
wrapt==1.16.0
# via aws-xray-sdk
xmltodict==0.13.0
# via moto
zipp==3.17.0
zipp==3.18.1
# via importlib-resources

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 3d90f68

Please sign in to comment.