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 Oct 9, 2023
1 parent ef4de4a commit e356441
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 32 deletions.
32 changes: 17 additions & 15 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ backoff==2.2.1
# via -r requirements/base.in
beautifulsoup4==4.12.2
# via cloudflare
boto3==1.28.53
boto3==1.28.62
# via -r requirements/base.in
botocore==1.31.53
botocore==1.31.62
# via
# boto3
# s3transfer
Expand All @@ -26,11 +26,11 @@ certifi==2023.7.22
# via
# kubernetes
# requests
cffi==1.15.1
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand All @@ -47,7 +47,7 @@ cryptography==41.0.4
# simple-salesforce
deprecated==1.2.14
# via pygithub
django==3.2.21
django==3.2.22
# via
# -c requirements/constraints.txt
# django-crum
Expand Down Expand Up @@ -77,7 +77,7 @@ google-api-python-client==1.12.11
# via
# -c requirements/constraints.txt
# -r requirements/base.in
google-auth==2.23.0
google-auth==2.23.2
# via
# google-api-core
# google-api-python-client
Expand Down Expand Up @@ -113,7 +113,7 @@ markupsafe==2.1.3
# via jinja2
more-itertools==10.1.0
# via simple-salesforce
newrelic==9.0.0
newrelic==9.1.0
# via edx-django-utils
oauthlib==3.2.2
# via
Expand All @@ -123,9 +123,9 @@ pbr==5.11.1
# via stevedore
pendulum==2.1.2
# via simple-salesforce
platformdirs==3.10.0
platformdirs==3.11.0
# via zeep
protobuf==4.24.3
protobuf==4.24.4
# via
# google-api-core
# googleapis-common-protos
Expand All @@ -139,7 +139,7 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pygithub==1.59.1
pygithub==2.1.1
# via -r requirements/base.in
pyjwt[crypto]==2.8.0
# via
Expand All @@ -162,6 +162,7 @@ python-dateutil==2.8.2
# freezegun
# kubernetes
# pendulum
# pygithub
pytz==2023.3.post1
# via
# -r requirements/base.in
Expand Down Expand Up @@ -200,13 +201,13 @@ requests-toolbelt==1.0.0
# via zeep
rsa==4.9
# via google-auth
s3transfer==0.6.2
s3transfer==0.7.0
# via boto3
sailthru-client==2.3.5
# via -r requirements/base.in
simple-salesforce==1.12.5
# via -r requirements/base.in
simplejson==3.19.1
simplejson==3.19.2
# via sailthru-client
six==1.16.0
# via
Expand Down Expand Up @@ -234,19 +235,20 @@ typing-extensions==4.8.0
# via
# asgiref
# edx-opaque-keys
# pygithub
unicodecsv==0.14.1
# via -r requirements/base.in
uritemplate==3.0.1
# via google-api-python-client
urllib3==1.26.16
urllib3==1.26.17
# via
# botocore
# google-auth
# kubernetes
# pygithub
# requests
validators==0.22.0
# via -r requirements/base.in
websocket-client==1.6.3
websocket-client==1.6.4
# via kubernetes
wrapt==1.15.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
Expand Down
31 changes: 15 additions & 16 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# make upgrade
#
astroid==2.15.7
astroid==2.15.8
# via
# -r requirements/testing.in
# pylint
# pylint-celery
boto3==1.28.53
boto3==1.28.62
# via moto
botocore==1.31.53
botocore==1.31.62
# via
# boto3
# moto
# s3transfer
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand All @@ -31,7 +31,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via pytest-cov
cryptography==41.0.4
# via moto
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.4
moto==4.2.5
# via -r requirements/testing.in
packaging==23.1
packaging==23.2
# via pytest
pbr==5.11.1
# via stevedore
platformdirs==3.10.0
platformdirs==3.11.0
# via pylint
pluggy==1.3.0
# via pytest
Expand All @@ -89,7 +89,7 @@ pycodestyle==2.11.0
# pytest-pycodestyle
pycparser==2.21
# via cffi
pylint==2.17.6
pylint==2.17.7
# via
# -r requirements/testing.in
# edx-lint
Expand All @@ -116,7 +116,7 @@ pytest-cov==4.1.0
# via -r requirements/testing.in
pytest-pycodestyle==2.3.1
# via -r requirements/testing.in
pytest-pylint==0.19.0
pytest-pylint==0.21.0
# via -r requirements/testing.in
pytest-xdist==3.3.1
# via -r requirements/testing.in
Expand All @@ -140,7 +140,7 @@ responses==0.20.0
# -c requirements/constraints.txt
# -r requirements/testing.in
# moto
s3transfer==0.6.2
s3transfer==0.7.0
# via boto3
six==1.16.0
# via
Expand All @@ -151,25 +151,24 @@ stevedore==5.1.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
toml==0.10.2
# via pytest-pylint
tomli==2.0.1
# via
# coverage
# pylint
# pytest
# pytest-pylint
tomlkit==0.12.1
# via pylint
typing-extensions==4.8.0
# via
# astroid
# pylint
urllib3==1.26.16
urllib3==1.26.17
# via
# botocore
# requests
# responses
werkzeug==2.3.7
werkzeug==3.0.0
# via moto
wrapt==1.15.0
# via
Expand Down

0 comments on commit e356441

Please sign in to comment.