Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #442

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
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
#
certifi==2023.5.7
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
coverage==6.5.0
# via coveralls
coveralls==3.3.1
# via -r requirements/ci.in
distlib==0.3.6
distlib==0.3.7
# via virtualenv
docopt==0.6.2
# via coveralls
filelock==3.12.0
filelock==3.12.2
# via
# tox
# virtualenv
idna==3.4
# via requests
packaging==23.1
# via tox
platformdirs==3.5.1
platformdirs==3.9.1
# via virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via tox
py==1.11.0
# via tox
Expand All @@ -43,7 +43,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
urllib3==2.0.2
urllib3==2.0.4
# via requests
virtualenv==20.23.0
virtualenv==20.24.1
# via tox
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ django-simple-history==3.0.0
# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0

# edx-sphinx-theme is not compatible with latest Sphinx==6.0.0 version
# Pinning Sphinx version unless the compatibility issue gets resolved
# For details, see issue https://github.com/openedx/edx-sphinx-theme/issues/197
sphinx<6.0.0
82 changes: 45 additions & 37 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
#
# make upgrade
#
anyio==3.7.0
annotated-types==0.5.0
# via pydantic
anyio==3.7.1
# via
# httpcore
# starlette
appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
astroid==2.15.5
astroid==2.15.6
# via
# pylint
# pylint-celery
Expand All @@ -31,9 +33,9 @@ chardet==5.1.0
# via
# diff-cover
# pysrt
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.6
# via
# click-log
# code-annotations
Expand All @@ -54,20 +56,20 @@ coverage[toml]==6.5.0
# pytest-cov
coveralls==3.3.1
# via -r requirements/ci.in
cryptography==41.0.1
cryptography==41.0.2
# via
# djfernet
# pyjwt
# secretstorage
ddt==1.6.0
# via -r requirements/test.in
diff-cover==7.5.0
diff-cover==7.7.0
# via -r requirements/dev.in
dill==0.3.6
# via pylint
distlib==0.3.6
distlib==0.3.7
# via virtualenv
django==3.2.19
django==3.2.20
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -119,13 +121,13 @@ edx-opaque-keys==2.3.0
# via edx-drf-extensions
edx-toggles==5.0.0
# via -r requirements/base.in
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via
# anyio
# pytest
fastapi==0.95.2
fastapi==0.100.0
# via pact-python
filelock==3.12.0
filelock==3.12.2
# via
# tox
# virtualenv
Expand All @@ -137,26 +139,26 @@ h11==0.14.0
# uvicorn
httpcore==0.16.3
# via httpx
httpx==0.23.1
httpx==0.23.3
# via pact-python
idna==3.4
# via
# anyio
# requests
# rfc3986
importlib-metadata==6.6.0
importlib-metadata==6.8.0
# via
# keyring
# twine
importlib-resources==5.12.0
importlib-resources==6.0.0
# via keyring
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via
# -r requirements/quality.in
# pylint
jaraco-classes==3.2.3
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
Expand All @@ -166,43 +168,43 @@ jinja2==3.1.2
# via
# code-annotations
# diff-cover
keyring==23.13.1
keyring==24.2.0
# via twine
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.2
lxml==4.9.3
# via -r requirements/base.in
markdown-it-py==2.2.0
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.2
markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
mock==5.0.2
mock==5.1.0
# via -r requirements/test.in
more-itertools==9.1.0
# via jaraco-classes
newrelic==8.8.0
newrelic==8.8.1
# via edx-django-utils
packaging==23.1
# via
# pytest
# tox
pact-python==1.7.0
pact-python==2.0.0
# via -r requirements/test.in
pbr==5.11.1
# via stevedore
pillow==9.5.0
pillow==10.0.0
# via -r requirements/base.in
pkginfo==1.9.6
# via twine
platformdirs==3.5.1
platformdirs==3.9.1
# via
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# diff-cover
# pytest
Expand All @@ -217,16 +219,18 @@ pycodestyle==2.10.0
# via -r requirements/quality.in
pycparser==2.21
# via cffi
pydantic==1.10.8
pydantic==2.0.3
# via fastapi
pydantic-core==2.3.0
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.15.1
# via
# diff-cover
# readme-renderer
# rich
pyjwt[crypto]==2.7.0
pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
Expand All @@ -250,7 +254,7 @@ pynacl==1.5.0
# via edx-django-utils
pysrt==1.1.2
# via -r requirements/base.in
pytest==7.3.1
pytest==7.4.0
# via
# pytest-cov
# pytest-django
Expand All @@ -266,12 +270,12 @@ pytz==2023.3
# via
# django
# djangorestframework
pyyaml==6.0
pyyaml==6.0.1
# via
# code-annotations
# edx-django-release-util
# responses
readme-renderer==37.3
readme-renderer==40.0
# via twine
requests==2.31.0
# via
Expand All @@ -289,7 +293,7 @@ rfc3986[idna2008]==1.5.0
# via
# httpx
# twine
rich==13.4.1
rich==13.4.2
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -340,31 +344,35 @@ tox-battery==0.6.1
# via -r requirements/ci.in
twine==4.0.2
# via -r requirements/quality.in
types-pyyaml==6.0.12.10
types-pyyaml==6.0.12.11
# via responses
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# annotated-types
# asgiref
# astroid
# fastapi
# pydantic
# pydantic-core
# pylint
# rich
# starlette
urllib3==2.0.2
# uvicorn
urllib3==2.0.4
# via
# pact-python
# requests
# responses
# twine
uvicorn==0.22.0
uvicorn==0.23.1
# via pact-python
virtualenv==20.23.0
virtualenv==20.24.1
# via tox
webencodings==0.5.1
# via bleach
wrapt==1.15.0
# via astroid
zipp==3.15.0
zipp==3.16.2
# via
# importlib-metadata
# importlib-resources
Expand Down
8 changes: 5 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
#
build==0.10.0
# via pip-tools
click==8.1.3
click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==7.1.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
# via
# build
# pip-tools
wheel==0.40.0
# via pip-tools

Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
pip==23.2
# via -r requirements/pip.in
setuptools==67.8.0
setuptools==68.0.0
# via -r requirements/pip.in
Loading
Loading