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 Apr 9, 2024
1 parent de146bc commit 2480e74
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 56 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
#
# make upgrade
#
asgiref==3.7.2
asgiref==3.8.1
# via django
babel==2.14.0
# via
# -r requirements/base.in
# enmerkar
django==3.2.24
backports-zoneinfo==0.2.1
# via django
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -20,10 +22,8 @@ enmerkar==0.7.1
markey==0.8
# via -r requirements/base.in
pytz==2024.1
# via
# babel
# django
# via babel
sqlparse==0.4.4
# via django
typing-extensions==4.9.0
typing-extensions==4.11.0
# via asgiref
30 changes: 16 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,25 @@
#
alabaster==0.7.13
# via sphinx
asgiref==3.7.2
asgiref==3.8.1
# via django
babel==2.14.0
# via
# -r requirements/base.in
# enmerkar
# sphinx
backports-zoneinfo==0.2.1
# via django
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
coverage[toml]==7.4.2
coverage[toml]==7.4.4
# via
# -r requirements/test.in
# pytest-cov
# python-coveralls
django==3.2.24
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -33,16 +35,18 @@ enmerkar==0.7.1
# via -r requirements/base.in
exceptiongroup==1.2.0
# via pytest
execnet==2.0.2
execnet==2.1.1
# via pytest-cache
flake8==7.0.0
# via -r requirements/test.in
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
# via sphinx
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# sphinx
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
Expand All @@ -53,7 +57,7 @@ markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via flake8
packaging==23.2
packaging==24.0
# via
# pytest
# sphinx
Expand All @@ -69,7 +73,7 @@ pyflakes==3.2.0
# pytest-flakes
pygments==2.17.2
# via sphinx
pytest==8.0.1
pytest==8.1.1
# via
# -r requirements/test.in
# pytest-cache
Expand All @@ -78,7 +82,7 @@ pytest==8.0.1
# pytest-pep8
pytest-cache==1.0
# via pytest-pep8
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-flakes==4.0.5
# via -r requirements/test.in
Expand All @@ -87,9 +91,7 @@ pytest-pep8==1.0.6
python-coveralls==2.9.3
# via -r requirements/test.in
pytz==2024.1
# via
# babel
# django
# via babel
pyyaml==6.0.1
# via python-coveralls
requests==2.31.0
Expand Down Expand Up @@ -120,9 +122,9 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.9.0
typing-extensions==4.11.0
# via asgiref
urllib3==2.2.1
# via requests
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata
16 changes: 9 additions & 7 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
#
# make upgrade
#
build==1.0.3
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
# via build
packaging==23.2
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
packaging==24.0
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
Expand All @@ -23,9 +25,9 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.42.0
wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.2.0
# via -r requirements/pip.in
30 changes: 16 additions & 14 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,25 @@
#
alabaster==0.7.13
# via sphinx
asgiref==3.7.2
asgiref==3.8.1
# via django
babel==2.14.0
# via
# -r requirements/base.in
# enmerkar
# sphinx
backports-zoneinfo==0.2.1
# via django
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
coverage[toml]==7.4.2
coverage[toml]==7.4.4
# via
# -r requirements/test.in
# pytest-cov
# python-coveralls
django==3.2.24
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -33,16 +35,18 @@ enmerkar==0.7.1
# via -r requirements/base.in
exceptiongroup==1.2.0
# via pytest
execnet==2.0.2
execnet==2.1.1
# via pytest-cache
flake8==7.0.0
# via -r requirements/test.in
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
# via sphinx
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# sphinx
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
Expand All @@ -53,7 +57,7 @@ markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via flake8
packaging==23.2
packaging==24.0
# via
# pytest
# sphinx
Expand All @@ -69,7 +73,7 @@ pyflakes==3.2.0
# pytest-flakes
pygments==2.17.2
# via sphinx
pytest==8.0.1
pytest==8.1.1
# via
# -r requirements/test.in
# pytest-cache
Expand All @@ -78,7 +82,7 @@ pytest==8.0.1
# pytest-pep8
pytest-cache==1.0
# via pytest-pep8
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-flakes==4.0.5
# via -r requirements/test.in
Expand All @@ -87,9 +91,7 @@ pytest-pep8==1.0.6
python-coveralls==2.9.3
# via -r requirements/test.in
pytz==2024.1
# via
# babel
# django
# via babel
pyyaml==6.0.1
# via python-coveralls
requests==2.31.0
Expand Down Expand Up @@ -120,9 +122,9 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.9.0
typing-extensions==4.11.0
# via asgiref
urllib3==2.2.1
# via requests
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata
28 changes: 15 additions & 13 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@
#
alabaster==0.7.13
# via sphinx
asgiref==3.7.2
asgiref==3.8.1
# via django
babel==2.14.0
# via
# -r requirements/base.in
# enmerkar
# sphinx
backports-zoneinfo==0.2.1
# via django
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
coverage[toml]==7.4.2
coverage[toml]==7.4.4
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -32,16 +34,18 @@ enmerkar==0.7.1
# via -r requirements/base.in
exceptiongroup==1.2.0
# via pytest
execnet==2.0.2
execnet==2.1.1
# via pytest-cache
flake8==7.0.0
# via -r requirements/test.in
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
# via sphinx
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# sphinx
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
Expand All @@ -52,7 +56,7 @@ markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via flake8
packaging==23.2
packaging==24.0
# via
# pytest
# sphinx
Expand All @@ -68,7 +72,7 @@ pyflakes==3.2.0
# pytest-flakes
pygments==2.17.2
# via sphinx
pytest==8.0.1
pytest==8.1.1
# via
# -r requirements/test.in
# pytest-cache
Expand All @@ -77,7 +81,7 @@ pytest==8.0.1
# pytest-pep8
pytest-cache==1.0
# via pytest-pep8
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-flakes==4.0.5
# via -r requirements/test.in
Expand All @@ -86,9 +90,7 @@ pytest-pep8==1.0.6
python-coveralls==2.9.3
# via -r requirements/test.in
pytz==2024.1
# via
# babel
# django
# via babel
pyyaml==6.0.1
# via python-coveralls
requests==2.31.0
Expand Down Expand Up @@ -119,9 +121,9 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.9.0
typing-extensions==4.11.0
# via asgiref
urllib3==2.2.1
# via requests
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

0 comments on commit 2480e74

Please sign in to comment.