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 Sep 25, 2023
1 parent c7b4059 commit 60980f3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ django==3.2.21
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# openedx-events
edx-opaque-keys[django]==2.5.0
edx-opaque-keys[django]==2.5.1
# via openedx-events
fastavro==1.8.3
# via openedx-events
Expand Down Expand Up @@ -67,7 +67,7 @@ sqlparse==0.4.4
# via django
stevedore==5.1.0
# via edx-opaque-keys
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# asgiref
# edx-opaque-keys
Expand All @@ -76,7 +76,7 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.4
urllib3==2.0.5
# via requests
vine==5.0.0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.7.2
# via
# -r requirements/quality.txt
# django
astroid==2.15.6
astroid==2.15.7
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -102,7 +102,7 @@ edx-i18n-tools==1.2.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.txt
edx-opaque-keys[django]==2.5.0
edx-opaque-keys[django]==2.5.1
# via
# -r requirements/quality.txt
# openedx-events
Expand Down Expand Up @@ -306,7 +306,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.txt
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/quality.txt
# asgiref
Expand All @@ -319,7 +319,7 @@ tzdata==2023.3
# -r requirements/quality.txt
# backports-zoneinfo
# celery
urllib3==2.0.4
urllib3==2.0.5
# via
# -r requirements/quality.txt
# requests
Expand All @@ -345,7 +345,7 @@ wrapt==1.15.0
# via
# -r requirements/quality.txt
# astroid
zipp==3.16.2
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.6
astroid==2.15.7
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -80,7 +80,7 @@ django==3.2.21
# openedx-events
edx-lint==5.3.4
# via -r requirements/quality.in
edx-opaque-keys[django]==2.5.0
edx-opaque-keys[django]==2.5.1
# via
# -r requirements/test.txt
# openedx-events
Expand Down Expand Up @@ -217,7 +217,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -230,7 +230,7 @@ tzdata==2023.3
# -r requirements/test.txt
# backports-zoneinfo
# celery
urllib3==2.0.4
urllib3==2.0.5
# via
# -r requirements/test.txt
# requests
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ coverage[toml]==7.3.1
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# openedx-events
edx-opaque-keys[django]==2.5.0
edx-opaque-keys[django]==2.5.1
# via
# -r requirements/base.txt
# openedx-events
Expand Down Expand Up @@ -145,7 +145,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -156,7 +156,7 @@ tzdata==2023.3
# -r requirements/base.txt
# backports-zoneinfo
# celery
urllib3==2.0.4
urllib3==2.0.5
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit 60980f3

Please sign in to comment.