Skip to content

Commit

Permalink
Merge pull request #250 from edx/jenkins/upgrade-python-requirements-…
Browse files Browse the repository at this point in the history
…9254510

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Nov 15, 2023
2 parents 9254510 + 038e55a commit ffa51ba
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 39 deletions.
6 changes: 3 additions & 3 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.28.62
boto3==1.29.0
# via -r requirements/base.in
botocore==1.31.62
botocore==1.32.0
# via
# -r requirements/base.in
# boto3
Expand All @@ -34,7 +34,7 @@ six==1.16.0
# via
# -r requirements/base.in
# python-dateutil
urllib3==1.26.17
urllib3==1.26.18
# via botocore

# The following packages are considered to be unsafe in a requirements file:
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.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
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
68 changes: 35 additions & 33 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
#
annotated-types==0.6.0
# via pydantic
astroid==3.0.0
astroid==3.0.1
# via pylint
attrs==23.1.0
# via
# jschema-to-python
# jsonschema
# referencing
# sarif-om
aws-sam-translator==1.77.0
aws-sam-translator==1.79.0
# via cfn-lint
aws-xray-sdk==2.12.0
aws-xray-sdk==2.12.1
# via moto
boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.28.62
boto3==1.29.0
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.31.62
botocore==1.32.0
# via
# -r requirements/base.txt
# aws-xray-sdk
Expand All @@ -38,11 +38,11 @@ certifi==2023.7.22
# via requests
cffi==1.16.0
# via cryptography
cfn-lint==0.81.0
cfn-lint==0.83.2
# via moto
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
cryptography==41.0.4
cryptography==41.0.5
# via
# moto
# python-jose
Expand Down Expand Up @@ -70,7 +70,7 @@ graphql-core==3.2.3
# via moto
idna==3.4
# via requests
importlib-resources==6.1.0
importlib-resources==6.1.1
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -98,13 +98,13 @@ jsonpickle==3.0.2
# via jschema-to-python
jsonpointer==2.4
# via jsonpatch
jsonschema==4.19.1
jsonschema==4.19.2
# via
# aws-sam-translator
# cfn-lint
# openapi-schema-validator
# openapi-spec-validator
jsonschema-spec==0.2.4
jsonschema-path==0.3.1
# via openapi-spec-validator
jsonschema-specifications==2023.7.1
# via
Expand All @@ -123,23 +123,23 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
moto[cloudformation]==4.2.5
moto[cloudformation]==4.2.8
# via -r requirements/test.in
mpmath==1.3.0
# via sympy
networkx==3.1
# via cfn-lint
openapi-schema-validator==0.6.2
# via openapi-spec-validator
openapi-spec-validator==0.7.0
openapi-spec-validator==0.7.1
# via moto
packaging==23.2
# via
# docker
# pytest
pathable==0.4.3
# via jsonschema-spec
pbr==5.11.1
# via jsonschema-path
pbr==6.0.0
# via
# jschema-to-python
# sarif-om
Expand All @@ -148,10 +148,12 @@ pep8==1.7.1
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==3.11.0
# via pylint
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pylint
pluggy==1.3.0
# via pytest
py-partiql-parser==0.3.7
py-partiql-parser==0.4.2
# via moto
pyasn1==0.5.0
# via
Expand All @@ -161,50 +163,52 @@ pycparser==2.21
# via cffi
pycurl==7.45.2
# via pyresttest
pydantic==2.4.2
pydantic==2.5.0
# via aws-sam-translator
pydantic-core==2.10.1
pydantic-core==2.14.1
# via pydantic
pylint==3.0.1
pylint==3.0.2
# via -r requirements/test.in
pyparsing==3.1.1
# via moto
pyresttest==1.7.1
# via -r requirements/test.in
pytest==7.4.2
pytest==7.4.3
# via -r requirements/test.in
python-dateutil==2.8.2
# via
# -r requirements/base.txt
# botocore
# moto
python-jose[cryptography]==3.3.0
# via moto
# via
# moto
# python-jose
pyyaml==6.0.1
# via
# cfn-lint
# jsonschema-spec
# jsonschema-path
# moto
# pyresttest
# responses
referencing==0.30.2
# via
# jsonschema
# jsonschema-spec
# jsonschema-path
# jsonschema-specifications
regex==2023.10.3
# via cfn-lint
requests==2.31.0
# via
# docker
# jsonschema-spec
# jsonschema-path
# moto
# responses
responses==0.23.3
responses==0.24.1
# via moto
rfc3339-validator==0.1.4
# via openapi-schema-validator
rpds-py==0.10.4
rpds-py==0.12.0
# via
# jsonschema
# referencing
Expand All @@ -231,10 +235,8 @@ tomli==2.0.1
# via
# pylint
# pytest
tomlkit==0.12.1
tomlkit==0.12.3
# via pylint
types-pyyaml==6.0.12.12
# via responses
typing-extensions==4.8.0
# via
# annotated-types
Expand All @@ -243,7 +245,7 @@ typing-extensions==4.8.0
# pydantic
# pydantic-core
# pylint
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/base.txt
# botocore
Expand All @@ -252,9 +254,9 @@ urllib3==1.26.17
# responses
websocket-client==1.6.4
# via docker
werkzeug==3.0.0
werkzeug==3.0.1
# via moto
wrapt==1.15.0
wrapt==1.16.0
# via aws-xray-sdk
xmltodict==0.13.0
# via moto
Expand Down

0 comments on commit ffa51ba

Please sign in to comment.