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 Nov 22, 2023
1 parent ffa51ba commit 7f1dc45
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 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.29.0
boto3==1.29.5
# via -r requirements/base.in
botocore==1.32.0
botocore==1.32.5
# via
# -r requirements/base.in
# boto3
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.41.3
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
30 changes: 15 additions & 15 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@ attrs==23.1.0
# jsonschema
# referencing
# sarif-om
aws-sam-translator==1.79.0
aws-sam-translator==1.80.0
# via cfn-lint
aws-xray-sdk==2.12.1
# via moto
boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.29.0
boto3==1.29.5
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.32.0
botocore==1.32.5
# via
# -r requirements/base.txt
# aws-xray-sdk
# boto3
# moto
# s3transfer
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
cfn-lint==0.83.2
cfn-lint==0.83.3
# via moto
charset-normalizer==3.3.2
# via requests
Expand All @@ -60,7 +60,7 @@ ecdsa==0.18.0
# moto
# python-jose
# sshpubkeys
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
future==0.18.3
# via pyresttest
Expand Down Expand Up @@ -98,15 +98,15 @@ jsonpickle==3.0.2
# via jschema-to-python
jsonpointer==2.4
# via jsonpatch
jsonschema==4.19.2
jsonschema==4.20.0
# via
# aws-sam-translator
# cfn-lint
# openapi-schema-validator
# openapi-spec-validator
jsonschema-path==0.3.1
jsonschema-path==0.3.2
# via openapi-spec-validator
jsonschema-specifications==2023.7.1
jsonschema-specifications==2023.11.1
# via
# jsonschema
# openapi-schema-validator
Expand All @@ -123,7 +123,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
moto[cloudformation]==4.2.8
moto[cloudformation]==4.2.9
# via -r requirements/test.in
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -155,17 +155,17 @@ pluggy==1.3.0
# via pytest
py-partiql-parser==0.4.2
# via moto
pyasn1==0.5.0
pyasn1==0.5.1
# via
# python-jose
# rsa
pycparser==2.21
# via cffi
pycurl==7.45.2
# via pyresttest
pydantic==2.5.0
pydantic==2.5.1
# via aws-sam-translator
pydantic-core==2.14.1
pydantic-core==2.14.3
# via pydantic
pylint==3.0.2
# via -r requirements/test.in
Expand All @@ -191,7 +191,7 @@ pyyaml==6.0.1
# moto
# pyresttest
# responses
referencing==0.30.2
referencing==0.31.0
# via
# jsonschema
# jsonschema-path
Expand All @@ -208,7 +208,7 @@ responses==0.24.1
# via moto
rfc3339-validator==0.1.4
# via openapi-schema-validator
rpds-py==0.12.0
rpds-py==0.13.1
# via
# jsonschema
# referencing
Expand Down

0 comments on commit 7f1dc45

Please sign in to comment.