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 Mar 1, 2024
1 parent 1aa84fd commit a7d3f6f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ beautifulsoup4==4.12.3
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
build==1.0.3
build==1.1.1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -107,7 +107,7 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.98.12
hypothesis==6.98.15
# via -r requirements/doc.txt
idna==3.6
# via
Expand Down Expand Up @@ -251,7 +251,7 @@ pyyaml==6.0.1
# via
# -r requirements/doc.txt
# code-annotations
readme-renderer==42.0
readme-renderer==43.0
# via -r requirements/doc.txt
requests==2.31.0
# via
Expand Down Expand Up @@ -326,7 +326,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/doc.txt
# pylint
Expand Down
4 changes: 2 additions & 2 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.98.12
hypothesis==6.98.15
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -161,7 +161,7 @@ tomli==2.0.1
# mypy
# pylint
# pytest
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/test.txt
# pylint
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.98.12
hypothesis==6.98.15
# via -r requirements/test.txt
idna==3.6
# via requests
Expand Down Expand Up @@ -175,7 +175,7 @@ pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
readme-renderer==42.0
readme-renderer==43.0
# via -r requirements/doc.in
requests==2.31.0
# via sphinx
Expand Down Expand Up @@ -225,7 +225,7 @@ tomli==2.0.1
# mypy
# pylint
# pytest
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/test.txt
# pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exceptiongroup==1.2.0
# pytest
execnet==2.0.2
# via pytest-xdist
hypothesis==6.98.12
hypothesis==6.98.15
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -110,7 +110,7 @@ tomli==2.0.1
# mypy
# pylint
# pytest
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
typing-extensions==4.10.0
# via
Expand Down

0 comments on commit a7d3f6f

Please sign in to comment.