Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #54

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ click==8.1.7
# edx-django-utils
code-annotations==1.5.0
# via edx-toggles
django==3.2.21
django==3.2.22
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -43,15 +43,15 @@ edx-opaque-keys[django]==2.5.1
# via openedx-events
edx-toggles==5.1.0
# via -r requirements/base.in
fastavro==1.8.3
fastavro==1.8.4
# via openedx-events
jinja2==3.1.2
# via code-annotations
markupsafe==2.1.3
# via jinja2
newrelic==9.1.0
# via edx-django-utils
openedx-events==8.7.0
openedx-events==9.0.0
# via -r requirements/base.in
pbr==5.11.1
# via stevedore
Expand Down
10 changes: 6 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.21
django==3.2.22
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand All @@ -89,7 +89,7 @@ edx-django-utils==5.7.0
# via
# -r requirements/quality.txt
# edx-toggles
edx-i18n-tools==1.2.0
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.txt
Expand All @@ -103,7 +103,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/quality.txt
# pytest
fastavro==1.8.3
fastavro==1.8.4
# via
# -r requirements/quality.txt
# openedx-events
Expand Down Expand Up @@ -133,6 +133,8 @@ lazy-object-proxy==1.9.0
# via
# -r requirements/quality.txt
# astroid
lxml==4.9.3
# via edx-i18n-tools
markupsafe==2.1.3
# via
# -r requirements/quality.txt
Expand All @@ -145,7 +147,7 @@ newrelic==9.1.0
# via
# -r requirements/quality.txt
# edx-django-utils
openedx-events==8.7.0
openedx-events==9.0.0
# via -r requirements/quality.txt
packaging==23.2
# via
Expand Down
17 changes: 13 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ attrs==23.1.0
# via
# -r requirements/test.txt
# openedx-events
babel==2.12.1
babel==2.13.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -33,6 +33,7 @@ certifi==2023.7.22
cffi==1.16.0
# via
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.3.0
# via requests
Expand All @@ -49,9 +50,11 @@ coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.4
# via secretstorage
ddt==1.6.0
# via -r requirements/test.txt
django==3.2.21
django==3.2.22
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -89,7 +92,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
fastavro==1.8.3
fastavro==1.8.4
# via
# -r requirements/test.txt
# openedx-events
Expand All @@ -111,6 +114,10 @@ iniconfig==2.0.0
# pytest
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# -r requirements/test.txt
Expand All @@ -134,7 +141,7 @@ newrelic==9.1.0
# edx-django-utils
nh3==0.2.14
# via readme-renderer
openedx-events==8.7.0
openedx-events==9.0.0
# via -r requirements/test.txt
packaging==23.2
# via
Expand Down Expand Up @@ -219,6 +226,8 @@ rfc3986==2.0.0
# via twine
rich==13.6.0
# via twine
secretstorage==3.3.3
# via keyring
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ddt==1.6.0
# via -r requirements/test.txt
dill==0.3.7
# via pylint
django==3.2.21
django==3.2.22
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -81,7 +81,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
fastavro==1.8.3
fastavro==1.8.4
# via
# -r requirements/test.txt
# openedx-events
Expand Down Expand Up @@ -109,7 +109,7 @@ newrelic==9.1.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-events==8.7.0
openedx-events==9.0.0
# via -r requirements/test.txt
packaging==23.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ edx-toggles==5.1.0
# via -r requirements/base.txt
exceptiongroup==1.1.3
# via pytest
fastavro==1.8.3
fastavro==1.8.4
# via
# -r requirements/base.txt
# openedx-events
Expand All @@ -82,7 +82,7 @@ newrelic==9.1.0
# via
# -r requirements/base.txt
# edx-django-utils
openedx-events==8.7.0
openedx-events==9.0.0
# via -r requirements/base.txt
packaging==23.2
# via pytest
Expand Down
Loading