Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 26, 2024
1 parent 73c7f55 commit f3dd47d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.8.2
code-annotations==2.0.0
# via edx-toggles
cryptography==43.0.3
# via pyjwt
Expand Down Expand Up @@ -145,7 +145,7 @@ markupsafe==3.0.2
# jinja2
# mako
# xblock
newrelic==10.3.0
newrelic==10.3.1
# via edx-django-utils
openedx-events==9.15.0
# via event-tracking
Expand Down
4 changes: 2 additions & 2 deletions 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.6.7
coverage==7.6.8
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand All @@ -32,5 +32,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ click==8.1.7
# typer
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via edx-lint
colorama==0.4.6
# via tox
Expand Down Expand Up @@ -102,7 +102,7 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.12.1
# via -r requirements/quality.in
pydantic==2.10.1
pydantic==2.10.2
# via rstcheck-core
pydantic-core==2.27.1
# via pydantic
Expand Down Expand Up @@ -163,7 +163,7 @@ typing-extensions==4.12.2
# pydantic
# pydantic-core
# typer
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
wheel==0.45.0
wheel==0.45.1
# via -r requirements/dev.in
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ click==8.1.7
# typer
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via edx-lint
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -53,7 +53,7 @@ platformdirs==4.3.6
# via pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
pydantic==2.10.1
pydantic==2.10.2
# via rstcheck-core
pydantic-core==2.27.1
# via pydantic
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ charset-normalizer==3.4.0
click-plugins==1.1.1
# via celery
# via celery
code-annotations==1.8.2
code-annotations==2.0.0
# via
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via pytest-cov
cryptography==43.0.3
# via pyjwt
Expand Down Expand Up @@ -162,7 +162,7 @@ markupsafe==3.0.2
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==10.3.0
newrelic==10.3.1
# via edx-django-utils
openedx-events==9.15.0
# via event-tracking
Expand Down

0 comments on commit f3dd47d

Please sign in to comment.