Skip to content

Commit

Permalink
chore: Updating Python Requirements (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 20, 2024
1 parent 12bd7bd commit a701e1b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 22 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ edx-opaque-keys[django]==2.5.1
# via openedx-events
edx-toggles==5.1.1
# via -r requirements/base.in
fastavro==1.9.3
fastavro==1.9.4
# via openedx-events
jinja2==3.1.3
# via code-annotations
Expand All @@ -74,7 +74,7 @@ markupsafe==2.1.5
# via jinja2
newrelic==9.6.0
# via edx-django-utils
openedx-events==9.5.1
openedx-events==9.5.2
# 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 @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
16 changes: 7 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ babel==2.14.0
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/test.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.2.0
Expand Down Expand Up @@ -101,7 +100,6 @@ coverage[toml]==7.4.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.7.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -146,15 +144,14 @@ edx-lint==5.3.6
edx-opaque-keys[django]==2.5.1
# via
# -r requirements/test.txt
# edx-opaque-keys
# openedx-events
edx-toggles==5.1.1
# via -r requirements/test.txt
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
fastavro==1.9.3
fastavro==1.9.4
# via
# -r requirements/test.txt
# openedx-events
Expand Down Expand Up @@ -203,7 +200,7 @@ newrelic==9.6.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-events==9.5.1
openedx-events==9.5.2
# via -r requirements/test.txt
packaging==23.2
# via
Expand All @@ -219,7 +216,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pip-tools==7.3.0
pip-tools==7.4.0
# via
# -r requirements/dev.in
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -290,7 +287,8 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==8.0.0
# pip-tools
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -367,7 +365,7 @@ tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
tox==4.12.1
tox==4.13.0
# via
# -r requirements/ci.txt
# -r requirements/dev.in
Expand All @@ -384,7 +382,7 @@ tzdata==2024.1
# -r requirements/test.txt
# backports-zoneinfo
# celery
urllib3==2.2.0
urllib3==2.2.1
# via requests
vine==5.1.0
# via
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
12 changes: 4 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ attrs==23.2.0
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
# kombu
# via
Expand Down Expand Up @@ -63,9 +62,7 @@ code-annotations==1.6.0
# edx-lint
# edx-toggles
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
# via pytest-cov
ddt==1.7.1
# via -r requirements/test.in
dill==0.3.8
Expand Down Expand Up @@ -98,13 +95,12 @@ edx-lint==5.3.6
edx-opaque-keys[django]==2.5.1
# via
# -r requirements/base.txt
# edx-opaque-keys
# openedx-events
edx-toggles==5.1.1
# via -r requirements/base.txt
exceptiongroup==1.2.0
# via pytest
fastavro==1.9.3
fastavro==1.9.4
# via
# -r requirements/base.txt
# openedx-events
Expand All @@ -131,7 +127,7 @@ newrelic==9.6.0
# via
# -r requirements/base.txt
# edx-django-utils
openedx-events==9.5.1
openedx-events==9.5.2
# via -r requirements/base.txt
packaging==23.2
# via pytest
Expand Down Expand Up @@ -178,7 +174,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.0.0
pytest==8.0.1
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/test.in
Expand Down

0 comments on commit a701e1b

Please sign in to comment.