Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
opencraft-requirements-bot authored and Agrendalath committed Jan 31, 2024
1 parent 91a3f4f commit f053e41
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ idna==3.6
# via requests
kombu==5.3.5
# via celery
openedx-events==9.2.0
openedx-events==9.3.0
# via -r requirements/base.in
pbr==6.0.0
# via stevedore
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
py==1.11.0
# 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 @@ -79,14 +79,14 @@ code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.7
dill==0.3.8
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -157,7 +157,7 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
openedx-events==9.2.0
openedx-events==9.3.0
# via -r requirements/quality.txt
packaging==23.2
# via
Expand All @@ -181,7 +181,7 @@ platformdirs==4.1.0
# -r requirements/quality.txt
# pylint
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -232,7 +232,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -245,7 +245,7 @@ python-dateutil==2.8.2
# via
# -r requirements/quality.txt
# celery
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
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 pylint
django==3.2.23
# via
Expand Down Expand Up @@ -121,7 +121,7 @@ markupsafe==2.1.4
# jinja2
mccabe==0.7.0
# via pylint
openedx-events==9.2.0
openedx-events==9.3.0
# via -r requirements/test.txt
packaging==23.2
# via
Expand All @@ -133,7 +133,7 @@ pbr==6.0.0
# stevedore
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -163,7 +163,7 @@ pymongo==3.13.0
# via
# -r requirements/test.txt
# edx-opaque-keys
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -176,7 +176,7 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# celery
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ click-repl==0.3.0
# celery
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
Expand Down Expand Up @@ -98,7 +98,7 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
pluggy==1.3.0
pluggy==1.4.0
# via pytest
prompt-toolkit==3.0.43
# via
Expand All @@ -108,7 +108,7 @@ pymongo==3.13.0
# via
# -r requirements/base.txt
# edx-opaque-keys
pytest==7.4.4
pytest==8.0.0
# via
# pytest-cov
# pytest-django
Expand All @@ -120,7 +120,7 @@ python-dateutil==2.8.2
# via
# -r requirements/base.txt
# celery
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pytz==2023.3.post1
# via
Expand Down

0 comments on commit f053e41

Please sign in to comment.