Skip to content
This repository has been archived by the owner on Mar 12, 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 Dec 11, 2023
1 parent 512d9ff commit c7696e5
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 50 deletions.
48 changes: 24 additions & 24 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ backoff==2.2.1
# via -r requirements/base.in
beautifulsoup4==4.12.2
# via cloudflare
boto3==1.28.68
boto3==1.33.11
# via -r requirements/base.in
botocore==1.31.68
botocore==1.33.11
# via
# boto3
# s3transfer
cachetools==5.3.1
cachetools==5.3.2
# via google-auth
certifi==2023.7.22
certifi==2023.11.17
# via
# kubernetes
# requests
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand All @@ -39,15 +39,15 @@ click==8.1.7
# edx-django-utils
click-log==0.4.0
# via -r requirements/base.in
cloudflare==2.12.4
cloudflare==2.14.2
# via -r requirements/base.in
cryptography==41.0.4
cryptography==41.0.7
# via
# pyjwt
# simple-salesforce
deprecated==1.2.14
# via pygithub
django==3.2.22
django==3.2.23
# via
# -c requirements/constraints.txt
# django-crum
Expand All @@ -57,41 +57,41 @@ django-crum==0.7.9
# via edx-django-utils
django-waffle==4.0.0
# via edx-django-utils
easydict==1.10
easydict==1.11
# via yagocd
edx-django-utils==5.7.0
edx-django-utils==5.9.0
# via edx-rest-api-client
edx-opaque-keys==2.5.1
# via -r requirements/base.in
edx-rest-api-client==5.6.1
# via -r requirements/base.in
freezegun==1.2.2
freezegun==1.3.1
# via -r requirements/base.in
gitdb==4.0.11
# via gitpython
gitpython==3.1.40
# via -r requirements/base.in
google-api-core==2.12.0
google-api-core==2.15.0
# via google-api-python-client
google-api-python-client==1.12.11
# via
# -c requirements/constraints.txt
# -r requirements/base.in
google-auth==2.23.3
google-auth==2.25.2
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
# kubernetes
google-auth-httplib2==0.1.1
# via google-api-python-client
googleapis-common-protos==1.61.0
googleapis-common-protos==1.62.0
# via google-api-core
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
idna==3.4
idna==3.6
# via requests
isodate==0.6.1
# via zeep
Expand All @@ -113,25 +113,25 @@ markupsafe==2.1.3
# via jinja2
more-itertools==10.1.0
# via simple-salesforce
newrelic==9.1.1
newrelic==9.3.0
# via edx-django-utils
oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
pbr==5.11.1
pbr==6.0.0
# via stevedore
pendulum==2.1.2
# via simple-salesforce
platformdirs==3.11.0
platformdirs==4.1.0
# via zeep
protobuf==4.24.4
protobuf==4.25.1
# via
# google-api-core
# googleapis-common-protos
psutil==5.9.6
# via edx-django-utils
pyasn1==0.5.0
pyasn1==0.5.1
# via
# pyasn1-modules
# rsa
Expand Down Expand Up @@ -201,7 +201,7 @@ requests-toolbelt==1.0.0
# via zeep
rsa==4.9
# via google-auth
s3transfer==0.7.0
s3transfer==0.8.2
# via boto3
sailthru-client==2.3.5
# via -r requirements/base.in
Expand Down Expand Up @@ -231,7 +231,7 @@ stevedore==5.1.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# edx-opaque-keys
Expand All @@ -248,9 +248,9 @@ urllib3==1.26.18
# requests
validators==0.22.0
# via -r requirements/base.in
websocket-client==1.6.4
websocket-client==1.7.0
# via kubernetes
wrapt==1.15.0
wrapt==1.16.0
# via
# -r requirements/base.in
# deprecated
Expand Down
4 changes: 2 additions & 2 deletions 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==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand All @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.42.0
# 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.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
85 changes: 62 additions & 23 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,27 @@
#
# make upgrade
#
annotated-types==0.6.0
# via pydantic
astroid==3.0.1
# via
# -r requirements/testing.in
# pylint
# pylint-celery
boto3==1.28.68
boto3==1.33.11
# via moto
botocore==1.31.68
botocore==1.33.11
# via
# boto3
# moto
# s3transfer
certifi==2023.7.22
cerberus==1.3.5
# via plette
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand All @@ -35,25 +39,29 @@ coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.7
# via moto
ddt==1.6.0
ddt==1.7.0
# via -r requirements/testing.in
dill==0.3.7
# via pylint
edx-lint==5.3.4
distlib==0.3.7
# via requirementslib
docopt==0.6.2
# via pipreqs
edx-lint==5.3.6
# via -r requirements/testing.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
execnet==2.0.2
# via pytest-xdist
httpretty==1.1.4
# via -r requirements/testing.in
idna==3.4
idna==3.6
# via requests
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.13.0
# via pylint
jinja2==3.1.2
# via
Expand All @@ -71,14 +79,24 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/testing.in
moto==4.2.6
moto==4.2.11
# via -r requirements/testing.in
packaging==23.2
# via pytest
pbr==5.11.1
pbr==6.0.0
# via stevedore
platformdirs==3.11.0
# via pylint
pep517==0.13.1
# via requirementslib
pip-api==0.0.30
# via isort
pipreqs==0.4.13
# via isort
platformdirs==4.1.0
# via
# pylint
# requirementslib
plette[validation]==0.4.4
# via requirementslib
pluggy==1.3.0
# via pytest
py==1.11.0
Expand All @@ -89,6 +107,10 @@ pycodestyle==2.11.1
# pytest-pycodestyle
pycparser==2.21
# via cffi
pydantic==2.5.2
# via requirementslib
pydantic-core==2.14.5
# via pydantic
pylint==3.0.2
# via
# -r requirements/testing.in
Expand All @@ -99,13 +121,13 @@ pylint==3.0.2
# pytest-pylint
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/testing.in
# pytest-cov
Expand All @@ -118,7 +140,7 @@ pytest-pycodestyle==2.3.1
# via -r requirements/testing.in
pytest-pylint==0.21.0
# via -r requirements/testing.in
pytest-xdist==3.3.1
pytest-xdist==3.5.0
# via -r requirements/testing.in
python-dateutil==2.8.2
# via
Expand All @@ -132,15 +154,19 @@ requests==2.31.0
# via
# moto
# requests-mock
# requirementslib
# responses
# yarg
requests-mock==1.11.0
# via -r requirements/testing.in
requirementslib==3.0.0
# via isort
responses==0.20.0
# via
# -c requirements/constraints.txt
# -r requirements/testing.in
# moto
s3transfer==0.7.0
s3transfer==0.8.2
# via boto3
six==1.16.0
# via
Expand All @@ -154,23 +180,36 @@ text-unidecode==1.3
tomli==2.0.1
# via
# coverage
# pep517
# pylint
# pytest
# pytest-pylint
tomlkit==0.12.1
# via pylint
typing-extensions==4.8.0
tomlkit==0.12.3
# via
# plette
# pylint
# requirementslib
typing-extensions==4.9.0
# via
# annotated-types
# astroid
# pydantic
# pydantic-core
# pylint
urllib3==1.26.18
# via
# botocore
# requests
# responses
werkzeug==3.0.0
werkzeug==3.0.1
# via moto
wrapt==1.15.0
wrapt==1.16.0
# via -r requirements/testing.in
xmltodict==0.13.0
# via moto
yarg==0.1.9
# via pipreqs

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools

0 comments on commit c7696e5

Please sign in to comment.