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

Merged
merged 1 commit into from
Mar 6, 2024
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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
42 changes: 21 additions & 21 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand All @@ -22,7 +22,7 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.2.0
# via celery
build==1.0.3
build==1.1.1
# via pip-tools
celery==5.3.6
# via event-tracking
Expand Down Expand Up @@ -59,21 +59,21 @@ code-annotations==1.6.0
# via
# edx-lint
# edx-toggles
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via pytest-cov
cryptography==42.0.3
cryptography==42.0.5
# via
# pyjwt
# secretstorage
ddt==1.7.1
ddt==1.7.2
# via -r requirements/test.in
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==3.2.24
django==3.2.25
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -137,7 +137,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==23.2.1
faker==24.0.0
# via factory-boy
fastavro==1.9.4
# via openedx-events
Expand All @@ -156,7 +156,7 @@ importlib-metadata==7.0.1
# build
# keyring
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via keyring
iniconfig==2.0.0
# via pytest
Expand All @@ -174,7 +174,7 @@ jinja2==3.1.3
# via
# code-annotations
# diff-cover
keyring==24.3.0
keyring==24.3.1
# via twine
kombu==5.3.5
# via celery
Expand All @@ -199,7 +199,7 @@ mock==5.1.0
# via -r requirements/test.in
more-itertools==10.2.0
# via jaraco-classes
newrelic==9.6.0
newrelic==9.7.0
# via edx-django-utils
nh3==0.2.15
# via readme-renderer
Expand All @@ -216,7 +216,7 @@ pbr==6.0.0
# via stevedore
pip-tools==7.4.0
# via -r requirements/dev.in
pkginfo==1.9.6
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -250,7 +250,7 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -274,15 +274,15 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.0.1
pytest==8.0.2
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.8.0
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# celery
# faker
Expand All @@ -302,7 +302,7 @@ pyyaml==6.0.1
# code-annotations
# edx-i18n-tools
# xblock
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -313,7 +313,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.0
rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -332,7 +332,7 @@ snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -348,15 +348,15 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/dev.in
twine==5.0.0
# via -r requirements/quality.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# astroid
Expand All @@ -378,7 +378,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
wcwidth==0.2.13
# via prompt-toolkit
Expand All @@ -388,7 +388,7 @@ webob==1.8.7
# via xblock
wheel==0.42.0
# via pip-tools
xblock==1.10.0
xblock==2.0.0
# via -r requirements/base.in
zipp==3.17.0
# via
Expand Down
22 changes: 11 additions & 11 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ click-repl==0.3.0
# via celery
code-annotations==1.6.0
# via edx-toggles
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via pytest-cov
cryptography==42.0.3
cryptography==42.0.5
# via pyjwt
ddt==1.7.1
ddt==1.7.2
# via -r requirements/test.in
django==3.2.24
django==3.2.25
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -123,7 +123,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==23.2.1
faker==24.0.0
# via factory-boy
fastavro==1.9.4
# via openedx-events
Expand Down Expand Up @@ -156,7 +156,7 @@ markupsafe==2.1.5
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.6.0
newrelic==9.7.0
# via edx-django-utils
openedx-events==9.5.2
# via event-tracking
Expand Down Expand Up @@ -193,15 +193,15 @@ pymongo==3.13.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==8.0.1
pytest==8.0.2
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.8.0
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# celery
# faker
Expand Down Expand Up @@ -261,7 +261,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via
# code-annotations
# doc8
Expand All @@ -274,7 +274,7 @@ tomli==2.0.1
# coverage
# doc8
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# edx-opaque-keys
Expand All @@ -298,7 +298,7 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.10.0
xblock==2.0.0
# via -r requirements/base.in
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# 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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
Loading
Loading