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

Merged
merged 2 commits into from
Jan 5, 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
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==6.0.2
django-ipware==6.0.3
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down Expand Up @@ -117,7 +117,7 @@ jsonfield==3.1.0
# via -r requirements/base.in
kombu==5.3.4
# via celery
lxml==4.9.3
lxml==5.0.0
# via xblock
mako==1.3.0
# via xblock
Expand All @@ -129,13 +129,13 @@ newrelic==9.3.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
prompt-toolkit==3.0.42
prompt-toolkit==3.0.43
# via click-repl
psutil==5.9.6
psutil==5.9.7
# via edx-django-utils
pycparser==2.21
# via cffi
pycryptodomex==3.19.0
pycryptodomex==3.19.1
# via -r requirements/base.in
pyjwt[crypto]==2.8.0
# via
Expand All @@ -155,7 +155,7 @@ python-dateutil==2.8.2
# -r requirements/base.in
# celery
# xblock
python-ipware==2.0.0
python-ipware==2.0.1
# via django-ipware
pytz==2023.3.post1
# via
Expand Down Expand Up @@ -195,7 +195,7 @@ typing-extensions==4.9.0
# asgiref
# edx-opaque-keys
# kombu
tzdata==2023.3
tzdata==2023.4
# via
# backports-zoneinfo
# celery
Expand All @@ -212,7 +212,7 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.8.1
xblock==1.9.0
# via edx-when

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ click==8.1.7
click-didyoumean==0.3.0
click-repl==0.3.0
kombu==5.3.4
prompt-toolkit==3.0.42
prompt-toolkit==3.0.43
vine==5.1.0
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.3.2
coverage==7.4.0
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ colorama==0.4.6
# via
# tox
# typer
diff-cover==8.0.1
diff-cover==8.0.2
# via -r requirements/dev.in
dill==0.3.7
# via pylint
Expand All @@ -57,19 +57,19 @@ filelock==3.13.1
# via
# tox
# virtualenv
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# rstcheck
# rstcheck-core
isort==5.13.1
isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.2
# via
# code-annotations
# diff-cover
lxml==4.9.3
lxml==5.0.0
# via edx-i18n-tools
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -104,9 +104,9 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.5.2
pydantic==2.5.3
# via rstcheck-core
pydantic-core==2.14.5
pydantic-core==2.14.6
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
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
# -c requirements/constraints.txt
# pip-tools
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ docutils==0.20.1
# via rstcheck-core
edx-lint==5.3.6
# via -r requirements/quality.in
importlib-metadata==6.11.0
importlib-metadata==7.0.1
# via
# rstcheck
# rstcheck-core
isort==5.13.1
isort==5.13.2
# via
# -r requirements/quality.in
# pylint
Expand All @@ -59,9 +59,9 @@ platformdirs==4.1.0
# via pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.5.2
pydantic==2.5.3
# via rstcheck-core
pydantic-core==2.14.5
pydantic-core==2.14.6
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down
1 change: 0 additions & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ edx-i18n-tools # be able to run `make validate_translations`
freezegun>=0.3.1
httmock>=1.2.3
httpretty>=0.8.0
logilab-common>=0.63.2
mock>=1.0.1
pytest-cov # pytest extension for code coverage statistics
pytest-django # pytest extension for better Django support
Expand Down
29 changes: 10 additions & 19 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ click-plugins==1.1.1
# via celery
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.3.2
coverage[toml]==7.4.0
# via
# coverage
# pytest-cov
Expand All @@ -65,7 +65,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==6.0.2
django-ipware==6.0.3
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down Expand Up @@ -117,7 +117,7 @@ exceptiongroup==1.2.0
# via pytest
execnet==2.0.2
# via pytest-xdist
freezegun==1.3.1
freezegun==1.4.0
# via -r requirements/test.in
fs==2.4.16
# via xblock
Expand All @@ -127,18 +127,14 @@ httpretty==1.1.4
# via -r requirements/test.in
idna==3.6
# via requests
importlib-metadata==6.11.0
# via logilab-common
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
# via code-annotations
jsonfield==3.1.0
# via -r requirements/base.in
# via celery
logilab-common==2.0.0
# via -r requirements/test.in
lxml==4.9.3
lxml==5.0.0
# via
# edx-i18n-tools
# xblock
Expand All @@ -151,8 +147,6 @@ markupsafe==2.1.3
# xblock
mock==5.1.0
# via -r requirements/test.in
mypy-extensions==1.0.0
# via logilab-common
newrelic==9.3.0
# via edx-django-utils
packaging==23.2
Expand All @@ -166,11 +160,11 @@ pluggy==1.3.0
polib==1.2.0
# via edx-i18n-tools
# via click-repl
psutil==5.9.6
psutil==5.9.7
# via edx-django-utils
pycparser==2.21
# via cffi
pycryptodomex==3.19.0
pycryptodomex==3.19.1
# via -r requirements/base.in
pyjwt[crypto]==2.8.0
# via
Expand All @@ -185,7 +179,7 @@ pymongo==3.13.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==7.4.3
pytest==7.4.4
# via
# pytest-cov
# pytest-django
Expand All @@ -202,7 +196,7 @@ python-dateutil==2.8.2
# celery
# freezegun
# xblock
python-ipware==2.0.0
python-ipware==2.0.1
# via django-ipware
python-slugify==8.0.1
# via code-annotations
Expand Down Expand Up @@ -261,8 +255,7 @@ typing-extensions==4.9.0
# asgiref
# edx-opaque-keys
# kombu
# logilab-common
tzdata==2023.3
tzdata==2023.4
# via
# backports-zoneinfo
# celery
Expand All @@ -280,10 +273,8 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.8.1
xblock==1.9.0
# via edx-when
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading