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

Python Requirements Update #713

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
28 changes: 14 additions & 14 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ backoff==2.2.1
# via -r requirements/base.in
beautifulsoup4==4.12.2
# via cloudflare
boto3==1.28.68
boto3==1.28.84
# via -r requirements/base.in
botocore==1.31.68
botocore==1.31.84
# via
# boto3
# s3transfer
cachetools==5.3.1
cachetools==5.3.2
# via google-auth
certifi==2023.7.22
# via
Expand All @@ -30,7 +30,7 @@ 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 @@ -41,13 +41,13 @@ click-log==0.4.0
# via -r requirements/base.in
cloudflare==2.12.4
# via -r requirements/base.in
cryptography==41.0.4
cryptography==41.0.5
# 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,9 +57,9 @@ 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.8.0
# via edx-rest-api-client
edx-opaque-keys==2.5.1
# via -r requirements/base.in
Expand All @@ -71,13 +71,13 @@ 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.14.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.23.4
# via
# google-api-core
# google-api-python-client
Expand Down Expand Up @@ -119,13 +119,13 @@ 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.0.0
# via zeep
protobuf==4.24.4
protobuf==4.25.0
# via
# google-api-core
# googleapis-common-protos
Expand Down Expand Up @@ -250,7 +250,7 @@ validators==0.22.0
# via -r requirements/base.in
websocket-client==1.6.4
# via kubernetes
wrapt==1.15.0
wrapt==1.16.0
# via
# -r requirements/base.in
# deprecated
Expand Down
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
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.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
30 changes: 15 additions & 15 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ astroid==3.0.1
# -r requirements/testing.in
# pylint
# pylint-celery
boto3==1.28.68
boto3==1.28.84
# via moto
botocore==1.31.68
botocore==1.31.84
# via
# boto3
# moto
Expand All @@ -20,7 +20,7 @@ certifi==2023.7.22
# 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,13 +35,13 @@ coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# 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
edx-lint==5.3.6
# via -r requirements/testing.in
exceptiongroup==1.1.3
# via pytest
Expand Down Expand Up @@ -71,13 +71,13 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/testing.in
moto==4.2.6
moto==4.2.8
# via -r requirements/testing.in
packaging==23.2
# via pytest
pbr==5.11.1
pbr==6.0.0
# via stevedore
platformdirs==3.11.0
platformdirs==4.0.0
# via pylint
pluggy==1.3.0
# via pytest
Expand All @@ -99,13 +99,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 +118,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.4.0
# via -r requirements/testing.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -157,7 +157,7 @@ tomli==2.0.1
# pylint
# pytest
# pytest-pylint
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
typing-extensions==4.8.0
# via
Expand All @@ -168,9 +168,9 @@ urllib3==1.26.18
# 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
Loading