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

Python Requirements Update #712

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
20 changes: 10 additions & 10 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.78
# via -r requirements/base.in
botocore==1.31.68
botocore==1.31.78
# 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 @@ -77,7 +77,7 @@ 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 @@ -125,7 +125,7 @@ pendulum==2.1.2
# via simple-salesforce
platformdirs==3.11.0
# via zeep
protobuf==4.24.4
protobuf==4.25.0
# via
# google-api-core
# googleapis-common-protos
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
20 changes: 10 additions & 10 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.78
# via moto
botocore==1.31.68
botocore==1.31.78
# 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
# 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,7 +71,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/testing.in
moto==4.2.6
moto==4.2.7
# via -r requirements/testing.in
packaging==23.2
# via pytest
Expand Down Expand Up @@ -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 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,7 +168,7 @@ urllib3==1.26.18
# botocore
# requests
# responses
werkzeug==3.0.0
werkzeug==3.0.1
# via moto
wrapt==1.15.0
# via -r requirements/testing.in
Expand Down
Loading