Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed May 20, 2024
1 parent d229afb commit 642fcc9
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ idna==3.7
# via requests
kombu==5.3.7
# via celery
newrelic==9.9.0
newrelic==9.9.1
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand All @@ -101,7 +101,7 @@ python-dateutil==2.9.0.post0
# via celery
requests==2.31.0
# via edx-drf-extensions
rules==3.3
rules==3.4
# via -r requirements/base.in
semantic-version==2.10.0
# via edx-drf-extensions
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import-linter==2.0
# via -r requirements/ci.in
packaging==24.0
# via tox
platformdirs==4.2.1
platformdirs==4.2.2
# via virtualenv
pluggy==1.5.0
# via tox
Expand All @@ -38,5 +38,5 @@ typing-extensions==4.11.0
# via
# grimp
# import-linter
virtualenv==20.26.1
virtualenv==20.26.2
# via tox
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/quality.txt
# django
# django-stubs
astroid==3.1.0
astroid==3.2.2
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -244,15 +244,15 @@ jinja2==3.1.4
# -r requirements/quality.txt
# code-annotations
# diff-cover
keyring==25.2.0
keyring==25.2.1
# via
# -r requirements/quality.txt
# twine
kombu==5.3.7
# via
# -r requirements/quality.txt
# celery
lxml[html-clean,html_clean]==5.2.1
lxml[html-clean,html_clean]==5.2.2
# via
# edx-i18n-tools
# lxml-html-clean
Expand Down Expand Up @@ -289,7 +289,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.4
# via -r requirements/quality.txt
newrelic==9.9.0
newrelic==9.9.1
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -317,7 +317,7 @@ pkginfo==1.10.0
# via
# -r requirements/quality.txt
# twine
platformdirs==4.2.1
platformdirs==4.2.2
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -363,7 +363,7 @@ pyjwt[crypto]==2.8.0
# -r requirements/quality.txt
# drf-jwt
# edx-drf-extensions
pylint==3.1.0
pylint==3.2.1
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -396,7 +396,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -441,7 +441,7 @@ rich==13.7.1
# via
# -r requirements/quality.txt
# twine
rules==3.3
rules==3.4
# via -r requirements/quality.txt
secretstorage==3.3.3
# via
Expand Down Expand Up @@ -499,7 +499,7 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.txt
twine==5.0.0
twine==5.1.0
# via -r requirements/quality.txt
types-pyyaml==6.0.12.20240311
# via
Expand Down Expand Up @@ -543,7 +543,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.26.1
virtualenv==20.26.2
# via
# -r requirements/ci.txt
# tox
Expand All @@ -555,7 +555,7 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.18.1
zipp==3.18.2
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.9.0
newrelic==9.9.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -254,7 +254,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -287,7 +287,7 @@ requests==2.31.0
# sphinx
restructuredtext-lint==1.4.0
# via doc8
rules==3.3
rules==3.4
# via -r requirements/test.txt
semantic-version==2.10.0
# via
Expand Down Expand Up @@ -390,5 +390,5 @@ wcwidth==0.2.13
# via
# -r requirements/test.txt
# prompt-toolkit
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 9 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-stubs
astroid==3.1.0
astroid==3.2.2
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -194,7 +194,7 @@ jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
keyring==25.2.0
keyring==25.2.1
# via twine
kombu==5.3.7
# via
Expand Down Expand Up @@ -224,7 +224,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.9.0
newrelic==9.9.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -240,7 +240,7 @@ pbr==6.0.0
# stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.2.1
platformdirs==4.2.2
# via pylint
pluggy==1.5.0
# via
Expand Down Expand Up @@ -271,7 +271,7 @@ pyjwt[crypto]==2.8.0
# -r requirements/test.txt
# drf-jwt
# edx-drf-extensions
pylint==3.1.0
pylint==3.2.1
# via
# edx-lint
# pylint-celery
Expand All @@ -293,7 +293,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -329,7 +329,7 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
rules==3.3
rules==3.4
# via -r requirements/test.txt
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -370,7 +370,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.5
# via pylint
twine==5.0.0
twine==5.1.0
# via -r requirements/quality.in
types-pyyaml==6.0.12.20240311
# via
Expand Down Expand Up @@ -417,7 +417,7 @@ wcwidth==0.2.13
# via
# -r requirements/test.txt
# prompt-toolkit
zipp==3.18.1
zipp==3.18.2
# via
# importlib-metadata
# importlib-resources
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ mypy-extensions==1.0.0
# via mypy
mysqlclient==2.2.4
# via -r requirements/test.in
newrelic==9.9.0
newrelic==9.9.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -195,7 +195,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -217,7 +217,7 @@ requests==2.31.0
# -r requirements/base.txt
# djangorestframework-stubs
# edx-drf-extensions
rules==3.3
rules==3.4
# via -r requirements/base.txt
semantic-version==2.10.0
# via
Expand Down

0 comments on commit 642fcc9

Please sign in to comment.