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 #316

Merged
merged 1 commit into from
Jul 6, 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 @@ -48,7 +48,7 @@ code-annotations==1.3.0
# via edx-toggles
cryptography==41.0.1
# via djfernet
django==3.2.19
django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -108,7 +108,7 @@ newrelic==8.8.1
# via edx-django-utils
pbr==5.11.1
# via stevedore
prompt-toolkit==3.0.38
prompt-toolkit==3.0.39
# via click-repl
psutil==5.9.5
# via edx-django-utils
Expand Down Expand Up @@ -152,7 +152,7 @@ text-unidecode==1.3
# via python-slugify
tincan==1.0.0
# via -r requirements/base.in
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# asgiref
# kombu
Expand Down
22 changes: 15 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ aniso8601==9.0.1
# via
# -r requirements/quality.txt
# tincan
annotated-types==0.5.0
# via pydantic
apache-libcloud==3.7.0
# via -r requirements/quality.txt
asgiref==3.7.2
Expand Down Expand Up @@ -110,7 +112,7 @@ distlib==0.3.6
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.19
django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -162,7 +164,7 @@ edx-toggles==5.0.0
# via -r requirements/quality.txt
event-tracking==2.1.0
# via -r requirements/quality.txt
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via
# -r requirements/quality.txt
# pytest
Expand All @@ -183,7 +185,7 @@ idna==3.4
# via
# -r requirements/quality.txt
# requests
inflect==6.0.4
inflect==7.0.0
# via jinja2-pluralize
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -243,7 +245,7 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.txt
platformdirs==3.8.0
# via
Expand All @@ -260,7 +262,7 @@ pluggy==1.2.0
# tox
polib==1.2.0
# via edx-i18n-tools
prompt-toolkit==3.0.38
prompt-toolkit==3.0.39
# via
# -r requirements/quality.txt
# click-repl
Expand All @@ -278,8 +280,10 @@ pycparser==2.21
# via
# -r requirements/quality.txt
# cffi
pydantic==1.10.9
pydantic==2.0.1
# via inflect
pydantic-core==2.0.2
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.15.1
Expand Down Expand Up @@ -385,6 +389,7 @@ tomli==2.0.1
# -r requirements/quality.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-hooks
# pytest
Expand All @@ -400,13 +405,16 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/dev.in
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/quality.txt
# annotated-types
# asgiref
# astroid
# inflect
# kombu
# pydantic
# pydantic-core
# pylint
tzdata==2023.3
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ cryptography==41.0.1
# secretstorage
ddt==1.6.0
# via -r requirements/test.txt
django==3.2.19
django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -154,7 +154,7 @@ edx-toggles==5.0.0
# via -r requirements/test.txt
event-tracking==2.1.0
# via -r requirements/test.txt
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -238,7 +238,7 @@ pluggy==1.2.0
# via
# -r requirements/test.txt
# pytest
prompt-toolkit==3.0.38
prompt-toolkit==3.0.39
# via
# -r requirements/test.txt
# click-repl
Expand Down Expand Up @@ -375,7 +375,7 @@ tomli==2.0.1
# pytest
twine==4.0.2
# via -r requirements/doc.in
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/test.txt
# asgiref
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ click==8.1.3
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
# via
# build
# pip-tools
wheel==0.40.0
# via pip-tools

Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ddt==1.6.0
# via -r requirements/test.txt
dill==0.3.6
# via pylint
django==3.2.19
django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -140,7 +140,7 @@ edx-toggles==5.0.0
# via -r requirements/test.txt
event-tracking==2.1.0
# via -r requirements/test.txt
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -206,7 +206,7 @@ pluggy==1.2.0
# via
# -r requirements/test.txt
# pytest
prompt-toolkit==3.0.38
prompt-toolkit==3.0.39
# via
# -r requirements/test.txt
# click-repl
Expand Down Expand Up @@ -309,7 +309,7 @@ tomli==2.0.1
# pytest
tomlkit==0.11.8
# via pylint
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/test.txt
# asgiref
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ edx-toggles==5.0.0
# via -r requirements/base.txt
event-tracking==2.1.0
# via -r requirements/base.txt
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
factory-boy==3.2.1
# via -r requirements/test.in
Expand Down Expand Up @@ -171,7 +171,7 @@ pbr==5.11.1
# stevedore
pluggy==1.2.0
# via pytest
prompt-toolkit==3.0.38
prompt-toolkit==3.0.39
# via
# -r requirements/base.txt
# click-repl
Expand Down Expand Up @@ -248,7 +248,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref
Expand Down