Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 30, 2024
1 parent d8cba8c commit d209bdb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ django==3.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
pytz==2023.3.post1
pytz==2023.4
# via django
sqlparse==0.4.4
# via django
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
dill==0.3.7
dill==0.3.8
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -121,7 +121,7 @@ platformdirs==4.1.0
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -157,7 +157,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -166,11 +166,11 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.7.0
# via -r requirements/test.txt
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/test.txt
# django
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.in
# pytest-cov
dill==0.3.7
dill==0.3.8
# via pylint
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -52,7 +52,7 @@ pep257==0.7.0
# via -r requirements/test.in
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pycodestyle==2.11.1
# via -r requirements/test.in
Expand All @@ -70,17 +70,17 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.4
pytest==8.0.0
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.7.0
# via -r requirements/test.in
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit d209bdb

Please sign in to comment.