Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jun 21, 2024
1 parent 25e2203 commit 1b7f4ad
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ kombu==5.3.7
# via celery
markupsafe==2.1.5
# via jinja2
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
packaging==24.1
# via drf-yasg
Expand Down Expand Up @@ -180,7 +180,7 @@ tzdata==2024.1
# celery
uritemplate==4.1.1
# via drf-yasg
urllib3==2.2.1
urllib3==2.2.2
# via requests
vine==5.1.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 @@ -14,7 +14,7 @@ coverage==7.5.3
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ edx-i18n-tools==1.6.0
# via -r requirements/dev.in
edx-lint==5.3.6
# via -r requirements/quality.txt
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -218,13 +218,13 @@ pluggy==1.5.0
# tox
polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.txt
pycparser==2.22
# via
# -r requirements/quality.txt
# cffi
pydantic==2.7.3
pydantic==2.7.4
# via
# -r requirements/quality.txt
# rstcheck-core
Expand Down Expand Up @@ -369,7 +369,7 @@ typing-extensions==4.12.2
# rstcheck
# rstcheck-core
# typer
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/quality.txt
# requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ kombu==5.3.7
# via celery
markupsafe==2.1.5
# via jinja2
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
nh3==0.2.17
# via readme-renderer
Expand Down Expand Up @@ -248,7 +248,7 @@ tzdata==2024.1
# celery
uritemplate==4.1.1
# via drf-yasg
urllib3==2.2.1
urllib3==2.2.2
# via requests
vine==5.1.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ pkginfo==1.11.1
# via twine
platformdirs==4.2.2
# via pylint
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.7.3
pydantic==2.7.4
# via rstcheck-core
pydantic-core==2.18.4
# via pydantic
Expand Down Expand Up @@ -179,7 +179,7 @@ typing-extensions==4.12.2
# rstcheck
# rstcheck-core
# typer
urllib3==2.2.1
urllib3==2.2.2
# via
# requests
# twine
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ markupsafe==2.1.5
# jinja2
mock==5.1.0
# via -r requirements/test.in
newrelic==9.10.0
newrelic==9.11.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -286,7 +286,7 @@ uritemplate==4.1.1
# via
# -r requirements/base.txt
# drf-yasg
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit 1b7f4ad

Please sign in to comment.