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

Merged
merged 1 commit into from
Oct 27, 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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -125,7 +125,7 @@ markupsafe==2.1.3
# via
# mako
# xblock
newrelic==9.1.0
newrelic==9.1.1
# via edx-django-utils
pbr==5.11.1
# via stevedore
Expand Down Expand Up @@ -197,7 +197,7 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.6
urllib3==2.0.7
# via requests
vine==5.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
16 changes: 6 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.6.0
# via pydantic
asgiref==3.7.2
# via django
astroid==2.15.8
astroid==3.0.1
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -43,7 +43,7 @@ docutils==0.20.1
# via rstcheck-core
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
edx-lint==5.3.4
edx-lint==5.3.6
# via
# -r requirements/dev.in
# -r requirements/quality.in
Expand All @@ -63,8 +63,6 @@ jinja2==3.1.2
# via
# code-annotations
# diff-cover
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.3
# via edx-i18n-tools
markdown-it-py==3.0.0
Expand Down Expand Up @@ -109,15 +107,15 @@ pygments==2.16.1
# via
# diff-cover
# rich
pylint==2.17.7
pylint==3.0.2
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand All @@ -137,7 +135,7 @@ rstcheck==6.2.0
# via -r requirements/quality.in
rstcheck-core==1.1.1
# via rstcheck
shellingham==1.5.3
shellingham==1.5.4
# via typer
six==1.16.0
# via
Expand Down Expand Up @@ -180,11 +178,9 @@ typing-extensions==4.8.0
# rstcheck
# rstcheck-core
# typer
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
wheel==0.41.2
# via -r requirements/dev.in
wrapt==1.15.0
# via astroid
zipp==3.17.0
# via importlib-metadata
14 changes: 5 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.6.0
# via pydantic
asgiref==3.7.2
# via django
astroid==2.15.8
astroid==3.0.1
# via
# pylint
# pylint-celery
Expand All @@ -33,7 +33,7 @@ django==3.2.22
# -r requirements/quality.in
docutils==0.20.1
# via rstcheck-core
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
importlib-metadata==6.8.0
# via
Expand All @@ -45,8 +45,6 @@ isort==5.12.0
# pylint
jinja2==3.1.2
# via code-annotations
lazy-object-proxy==1.9.0
# via astroid
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
Expand All @@ -69,15 +67,15 @@ pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.16.1
# via rich
pylint==2.17.7
pylint==3.0.2
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand All @@ -95,7 +93,7 @@ rstcheck==6.2.0
# via -r requirements/quality.in
rstcheck-core==1.1.1
# via rstcheck
shellingham==1.5.3
shellingham==1.5.4
# via typer
six==1.16.0
# via edx-lint
Expand Down Expand Up @@ -127,7 +125,5 @@ typing-extensions==4.8.0
# rstcheck
# rstcheck-core
# typer
wrapt==1.15.0
# via astroid
zipp==3.17.0
# via importlib-metadata
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
# via
# -c requirements/constraints.txt
Expand Down Expand Up @@ -157,7 +157,7 @@ mock==5.1.0
# via -r requirements/test.in
mypy-extensions==1.0.0
# via logilab-common
newrelic==9.1.0
newrelic==9.1.1
# via edx-django-utils
packaging==23.2
# via pytest
Expand Down Expand Up @@ -254,7 +254,7 @@ stevedore==5.1.0
# code-annotations
# edx-django-utils
# edx-opaque-keys
testfixtures==7.2.0
testfixtures==7.2.2
# via -r requirements/test.in
text-unidecode==1.3
# via python-slugify
Expand All @@ -274,7 +274,7 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.6
urllib3==2.0.7
# via
# requests
# responses
Expand Down
Loading