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 #237

Merged
merged 1 commit into from
Jul 14, 2023
Merged
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
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
#
distlib==0.3.6
# via virtualenv
filelock==3.12.1
filelock==3.12.2
# via
# tox
# virtualenv
mock==5.0.2
# via -r requirements/ci.in
packaging==23.1
# via tox
platformdirs==3.5.3
platformdirs==3.8.1
# via virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via tox
py==1.11.0
# via tox
Expand All @@ -31,5 +31,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.23.0
virtualenv==20.23.1
# via tox
53 changes: 27 additions & 26 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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 @@ -24,9 +24,9 @@ cffi==1.15.1
# pynacl
chardet==5.1.0
# via diff-cover
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.4
# via
# click-log
# code-annotations
Expand All @@ -47,13 +47,13 @@ cryptography==41.0.1
# secretstorage
ddt==1.6.0
# via -r requirements/test.in
diff-cover==7.5.0
diff-cover==7.6.0
# via -r requirements/dev.in
dill==0.3.6
# via pylint
distlib==0.3.6
# via virtualenv
django==3.2.19
django==3.2.20
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -91,7 +91,7 @@ edx-django-utils==5.5.0
# edx-toggles
edx-drf-extensions==8.8.0
# via -r requirements/base.in
edx-i18n-tools==0.9.2
edx-i18n-tools==1.0.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via
Expand All @@ -103,13 +103,13 @@ edx-opaque-keys[django]==2.3.0
# edx-drf-extensions
edx-toggles==5.0.0
# via -r requirements/base.in
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
factory-boy==3.2.1
# via -r requirements/test.in
faker==18.10.1
faker==18.13.0
# via factory-boy
filelock==3.12.1
filelock==3.12.2
# via
# tox
# virtualenv
Expand All @@ -119,19 +119,19 @@ fs==2.4.16
# via xblock
idna==3.4
# via requests
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 @@ -141,13 +141,13 @@ 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 xblock
markdown-it-py==2.2.0
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
# via
Expand All @@ -161,26 +161,26 @@ mock==5.0.2
# 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
# build
# pytest
# tox
path==16.6.0
path==16.7.1
# via edx-i18n-tools
pbr==5.11.1
# via stevedore
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/dev.in
pkginfo==1.9.6
# via twine
platformdirs==3.5.3
platformdirs==3.8.1
# via
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# diff-cover
# pytest
Expand Down Expand Up @@ -226,7 +226,7 @@ pynacl==1.5.0
# via edx-django-utils
pyproject-hooks==1.0.0
# via build
pytest==7.3.1
pytest==7.4.0
# via
# pytest-cov
# pytest-django
Expand All @@ -253,7 +253,7 @@ pyyaml==6.0
# code-annotations
# edx-i18n-tools
# xblock
readme-renderer==37.3
readme-renderer==40.0
# via twine
requests==2.31.0
# via
Expand All @@ -264,7 +264,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.4.1
rich==13.4.2
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -293,6 +293,7 @@ tomli==2.0.1
# via
# build
# coverage
# pip-tools
# pylint
# pyproject-hooks
# pytest
Expand All @@ -308,7 +309,7 @@ tox-battery==0.6.1
# via -r requirements/dev.in
twine==4.0.2
# via -r requirements/quality.in
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# asgiref
# astroid
Expand All @@ -318,7 +319,7 @@ urllib3==2.0.3
# via
# requests
# twine
virtualenv==20.23.0
virtualenv==20.23.1
# via tox
web-fragments==2.0.0
# via xblock
Expand All @@ -332,7 +333,7 @@ wrapt==1.15.0
# via astroid
xblock==1.6.2
# via -r requirements/base.in
zipp==3.15.0
zipp==3.16.0
# via
# importlib-metadata
# importlib-resources
Expand Down
24 changes: 12 additions & 12 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.4
# via
# code-annotations
# edx-django-utils
Expand All @@ -38,7 +38,7 @@ cryptography==41.0.1
# via pyjwt
ddt==1.6.0
# via -r requirements/test.in
django==3.2.19
django==3.2.20
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -87,11 +87,11 @@ edx-opaque-keys[django]==2.3.0
# edx-drf-extensions
edx-toggles==5.0.0
# via -r requirements/base.in
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
factory-boy==3.2.1
# via -r requirements/test.in
faker==18.10.1
faker==18.13.0
# via factory-boy
freezegun==1.2.2
# via -r requirements/test.in
Expand All @@ -101,23 +101,23 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.6.0
importlib-metadata==6.8.0
# via sphinx
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
# via
# code-annotations
# sphinx
lxml==4.9.2
lxml==4.9.3
# via xblock
markupsafe==2.1.3
# via
# jinja2
# xblock
mock==5.0.2
# via -r requirements/test.in
newrelic==8.8.0
newrelic==8.8.1
# via edx-django-utils
packaging==23.1
# via
Expand All @@ -126,7 +126,7 @@ packaging==23.1
# sphinx
pbr==5.11.1
# via stevedore
pluggy==1.0.0
pluggy==1.2.0
# via pytest
psutil==5.9.5
# via edx-django-utils
Expand All @@ -148,7 +148,7 @@ pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
pytest==7.3.1
pytest==7.4.0
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -226,7 +226,7 @@ tomli==2.0.1
# coverage
# doc8
# pytest
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# asgiref
# pydata-sphinx-theme
Expand All @@ -238,7 +238,7 @@ webob==1.8.7
# via xblock
xblock==1.6.2
# via -r requirements/base.in
zipp==3.15.0
zipp==3.16.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
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.4
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.14.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
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.40.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.8.0
setuptools==68.0.0
# via -r requirements/pip.in
Loading
Loading