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 Jan 16, 2024
1 parent 38a2ef8 commit 2ac2885
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ idna==3.6
# via requests
jsonfield==3.1.0
# via -r requirements/base.in
kombu==5.3.4
kombu==5.3.5
# via celery
lxml==5.1.0
# via xblock
Expand All @@ -125,7 +125,7 @@ markupsafe==2.1.3
# via
# mako
# xblock
newrelic==9.4.0
newrelic==9.5.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand All @@ -135,7 +135,7 @@ psutil==5.9.7
# via edx-django-utils
pycparser==2.21
# via cffi
pycryptodomex==3.19.1
pycryptodomex==3.20.0
# via -r requirements/base.in
pyjwt[crypto]==2.8.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ celery==5.3.6
click==8.1.7
click-didyoumean==0.3.0
click-repl==0.3.0
kombu==5.3.4
kombu==5.3.5
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 @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.4
tox==4.12.0
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# code-annotations
# diff-cover
Expand Down Expand Up @@ -163,7 +163,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.11.4
tox==4.12.0
# via -r requirements/dev.in
typer[all]==0.9.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via code-annotations
markdown-it-py==3.0.0
# via rich
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ idna==3.6
# via requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
jinja2==3.1.3
# via code-annotations
jsonfield==3.1.0
# via -r requirements/base.in
Expand All @@ -147,7 +147,7 @@ markupsafe==2.1.3
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.4.0
newrelic==9.5.0
# via edx-django-utils
packaging==23.2
# via pytest
Expand All @@ -164,7 +164,7 @@ psutil==5.9.7
# via edx-django-utils
pycparser==2.21
# via cffi
pycryptodomex==3.19.1
pycryptodomex==3.20.0
# via -r requirements/base.in
pyjwt[crypto]==2.8.0
# via
Expand Down

0 comments on commit 2ac2885

Please sign in to comment.