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 2, 2024
1 parent 9c2db91 commit 57dd688
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.2.0
# via kombu
asgiref==3.7.2
# via django
attrs==23.1.0
attrs==23.2.0
# via openedx-events
backports-zoneinfo[tzdata]==0.2.1
# via
Expand Down Expand Up @@ -72,7 +72,7 @@ typing-extensions==4.9.0
# asgiref
# edx-opaque-keys
# kombu
tzdata==2023.3
tzdata==2023.4
# via
# backports-zoneinfo
# celery
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ astroid==3.0.2
# -r requirements/quality.txt
# pylint
# pylint-celery
attrs==23.1.0
attrs==23.2.0
# via
# -r requirements/quality.txt
# openedx-events
Expand Down Expand Up @@ -79,7 +79,7 @@ code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.3.4
coverage[toml]==7.4.0
# via
# -r requirements/quality.txt
# coverage
Expand Down Expand Up @@ -147,7 +147,7 @@ kombu==5.3.4
# via
# -r requirements/quality.txt
# celery
lxml==4.9.4
lxml==5.0.0
# via edx-i18n-tools
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -232,7 +232,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -314,7 +314,7 @@ typing-extensions==4.9.0
# edx-opaque-keys
# kombu
# pylint
tzdata==2023.3
tzdata==2023.4
# via
# -r requirements/quality.txt
# backports-zoneinfo
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ astroid==3.0.2
# via
# pylint
# pylint-celery
attrs==23.1.0
attrs==23.2.0
# via
# -r requirements/test.txt
# openedx-events
Expand Down Expand Up @@ -68,7 +68,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.3.4
coverage[toml]==7.4.0
# via
# -r requirements/test.txt
# coverage
Expand Down Expand Up @@ -163,7 +163,7 @@ pymongo==3.13.0
# via
# -r requirements/test.txt
# edx-opaque-keys
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -226,7 +226,7 @@ typing-extensions==4.9.0
# edx-opaque-keys
# kombu
# pylint
tzdata==2023.3
tzdata==2023.4
# via
# -r requirements/test.txt
# backports-zoneinfo
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
attrs==23.1.0
attrs==23.2.0
# via
# -r requirements/base.txt
# openedx-events
Expand Down 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.3.4
coverage[toml]==7.4.0
# via
# coverage
# pytest-cov
Expand Down Expand Up @@ -108,7 +108,7 @@ pymongo==3.13.0
# via
# -r requirements/base.txt
# edx-opaque-keys
pytest==7.4.3
pytest==7.4.4
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -155,7 +155,7 @@ typing-extensions==4.9.0
# asgiref
# edx-opaque-keys
# kombu
tzdata==2023.3
tzdata==2023.4
# via
# -r requirements/base.txt
# backports-zoneinfo
Expand Down

0 comments on commit 57dd688

Please sign in to comment.