Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 10, 2023
1 parent 1fb3d14 commit 34cea4d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 95 deletions.
45 changes: 13 additions & 32 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ annotated-types==0.6.0
anyio==3.7.1
# via
# fastapi
# httpcore
# starlette
appdirs==1.4.4
# via fs
Expand All @@ -20,10 +19,7 @@ astroid==3.0.1
# pylint
# pylint-celery
certifi==2023.7.22
# via
# httpcore
# httpx
# requests
# via requests
cffi==1.16.0
# via
# cryptography
Expand Down Expand Up @@ -59,7 +55,7 @@ cryptography==41.0.5
# via
# pyjwt
# secretstorage
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.in
diff-cover==8.0.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -106,7 +102,7 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-release-util==1.3.0
# via -r requirements/base.in
edx-django-utils==5.7.0
edx-django-utils==5.8.0
# via
# edx-drf-extensions
# edx-toggles
Expand All @@ -131,23 +127,16 @@ filelock==3.13.1
fs==2.4.16
# via -r requirements/test.in
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.16.3
# via httpx
httpx==0.23.3
# via pact-python
# via uvicorn
idna==3.4
# via
# anyio
# requests
# rfc3986
importlib-metadata==6.8.0
# via
# keyring
# twine
importlib-resources==6.1.0
importlib-resources==6.1.1
# via keyring
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -189,9 +178,9 @@ packaging==23.2
# via
# pytest
# tox
pact-python==2.0.1
pact-python==2.1.1
# via -r requirements/test.in
pbr==5.11.1
pbr==6.0.0
# via stevedore
pillow==10.1.0
# via -r requirements/base.in
Expand Down Expand Up @@ -258,7 +247,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.in
python-slugify==8.0.1
# via code-annotations
Expand All @@ -283,12 +272,10 @@ requests==2.31.0
# twine
requests-toolbelt==1.0.0
# via twine
responses==0.23.3
responses==0.24.0
# via -r requirements/test.in
rfc3986[idna2008]==1.5.0
# via
# httpx
# twine
rfc3986==2.0.0
# via twine
rich==13.6.0
# via twine
secretstorage==3.3.3
Expand All @@ -303,10 +290,7 @@ six==1.16.0
# pact-python
# tox
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
# via anyio
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
Expand Down Expand Up @@ -334,8 +318,6 @@ tox==3.28.0
# -r requirements/ci.in
twine==4.0.2
# via -r requirements/quality.in
types-pyyaml==6.0.12.12
# via responses
typing-extensions==4.8.0
# via
# annotated-types
Expand All @@ -351,11 +333,10 @@ typing-extensions==4.8.0
# uvicorn
urllib3==2.0.7
# via
# pact-python
# requests
# responses
# twine
uvicorn==0.23.2
uvicorn==0.24.0.post1
# via pact-python
virtualenv==20.24.6
# via tox
Expand Down
45 changes: 13 additions & 32 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ annotated-types==0.6.0
anyio==3.7.1
# via
# fastapi
# httpcore
# starlette
appdirs==1.4.4
# via fs
Expand All @@ -20,10 +19,7 @@ astroid==3.0.1
# pylint
# pylint-celery
certifi==2023.7.22
# via
# httpcore
# httpx
# requests
# via requests
cffi==1.16.0
# via
# cryptography
Expand Down Expand Up @@ -54,7 +50,7 @@ cryptography==41.0.5
# via
# pyjwt
# secretstorage
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.in
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -95,7 +91,7 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-release-util==1.3.0
# via -r requirements/base.in
edx-django-utils==5.7.0
edx-django-utils==5.8.0
# via
# edx-drf-extensions
# edx-toggles
Expand All @@ -116,23 +112,16 @@ fastapi==0.104.1
fs==2.4.16
# via -r requirements/test.in
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.16.3
# via httpx
httpx==0.23.3
# via pact-python
# via uvicorn
idna==3.4
# via
# anyio
# requests
# rfc3986
importlib-metadata==6.8.0
# via
# keyring
# twine
importlib-resources==6.1.0
importlib-resources==6.1.1
# via keyring
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -170,9 +159,9 @@ nh3==0.2.14
# via readme-renderer
packaging==23.2
# via pytest
pact-python==2.0.1
pact-python==2.1.1
# via -r requirements/test.in
pbr==5.11.1
pbr==6.0.0
# via stevedore
pillow==10.1.0
# via -r requirements/base.in
Expand Down Expand Up @@ -231,7 +220,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.in
python-slugify==8.0.1
# via code-annotations
Expand All @@ -255,12 +244,10 @@ requests==2.31.0
# twine
requests-toolbelt==1.0.0
# via twine
responses==0.23.3
responses==0.24.0
# via -r requirements/test.in
rfc3986[idna2008]==1.5.0
# via
# httpx
# twine
rfc3986==2.0.0
# via twine
rich==13.6.0
# via twine
secretstorage==3.3.3
Expand All @@ -274,10 +261,7 @@ six==1.16.0
# fs
# pact-python
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
# via anyio
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
Expand All @@ -300,8 +284,6 @@ tomlkit==0.12.2
# via pylint
twine==4.0.2
# via -r requirements/quality.in
types-pyyaml==6.0.12.12
# via responses
typing-extensions==4.8.0
# via
# annotated-types
Expand All @@ -317,11 +299,10 @@ typing-extensions==4.8.0
# uvicorn
urllib3==2.0.7
# via
# pact-python
# requests
# responses
# twine
uvicorn==0.23.2
uvicorn==0.24.0.post1
# via pact-python
zipp==3.17.0
# via
Expand Down
41 changes: 10 additions & 31 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@ annotated-types==0.6.0
anyio==3.7.1
# via
# fastapi
# httpcore
# starlette
appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
certifi==2023.7.22
# via
# httpcore
# httpx
# requests
# via requests
cffi==1.16.0
# via
# cryptography
Expand All @@ -42,7 +38,7 @@ coverage[toml]==7.3.2
# pytest-cov
cryptography==41.0.5
# via pyjwt
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.in
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -78,7 +74,7 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-release-util==1.3.0
# via -r requirements/base.in
edx-django-utils==5.7.0
edx-django-utils==5.8.0
# via
# edx-drf-extensions
# edx-toggles
Expand All @@ -97,18 +93,11 @@ fastapi==0.104.1
fs==2.4.16
# via -r requirements/test.in
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.16.3
# via httpx
httpx==0.23.3
# via pact-python
# via uvicorn
idna==3.4
# via
# anyio
# requests
# rfc3986
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
Expand All @@ -123,9 +112,9 @@ newrelic==9.1.1
# via edx-django-utils
packaging==23.2
# via pytest
pact-python==2.0.1
pact-python==2.1.1
# via -r requirements/test.in
pbr==5.11.1
pbr==6.0.0
# via stevedore
pillow==10.1.0
# via -r requirements/base.in
Expand Down Expand Up @@ -158,7 +147,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.in
python-slugify==8.0.1
# via code-annotations
Expand All @@ -176,12 +165,8 @@ requests==2.31.0
# edx-drf-extensions
# pact-python
# responses
responses==0.23.3
responses==0.24.0
# via -r requirements/test.in
rfc3986[idna2008]==1.5.0
# via
# httpx
# rfc3986
semantic-version==2.10.0
# via edx-drf-extensions
six==1.16.0
Expand All @@ -190,10 +175,7 @@ six==1.16.0
# fs
# pact-python
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
# via anyio
sqlparse==0.4.4
# via django
starlette==0.27.0
Expand All @@ -209,8 +191,6 @@ tomli==2.0.1
# via
# coverage
# pytest
types-pyyaml==6.0.12.12
# via responses
typing-extensions==4.8.0
# via
# annotated-types
Expand All @@ -223,10 +203,9 @@ typing-extensions==4.8.0
# uvicorn
urllib3==2.0.7
# via
# pact-python
# requests
# responses
uvicorn==0.23.2
uvicorn==0.24.0.post1
# via pact-python

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 34cea4d

Please sign in to comment.