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

chore: Upgrade Python requirements #229

Merged
merged 1 commit into from
Oct 18, 2024
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
29 changes: 27 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ certifi==2024.8.30
# via
# -r requirements/quality.txt
# requests
cffi==1.17.1
# via
# -r requirements/quality.txt
# cryptography
chardet==5.2.0
# via
# -r requirements/ci.txt
Expand Down Expand Up @@ -65,6 +69,10 @@ colorama==0.4.6
# tox
coverage==7.6.1
# via -r requirements/ci.txt
cryptography==43.0.1
# via
# -r requirements/quality.txt
# secretstorage
diff-cover==9.1.1
# via -r requirements/dev.in
dill==0.3.8
Expand Down Expand Up @@ -119,6 +127,11 @@ jaraco-functools==4.0.2
# via
# -r requirements/quality.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/quality.txt
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/quality.txt
Expand All @@ -128,8 +141,12 @@ keyring==25.3.0
# via
# -r requirements/quality.txt
# twine
lxml[html_clean]==5.3.0
# via edx-i18n-tools
lxml[html-clean,html_clean]==5.3.0
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.3.1
# via lxml
markdown-it-py==3.0.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -190,6 +207,10 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.12.1
# via -r requirements/quality.txt
pycparser==2.22
# via
# -r requirements/quality.txt
# cffi
pydantic==2.9.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -272,6 +293,10 @@ rstcheck-core==1.2.1
# via
# -r requirements/quality.txt
# rstcheck
secretstorage==3.3.3
# via
# -r requirements/quality.txt
# keyring
shellingham==1.5.4
# via
# -r requirements/quality.txt
Expand Down
12 changes: 12 additions & 0 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
# via requests
click==8.1.7
Expand All @@ -28,6 +30,8 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
# via edx-lint
cryptography==43.0.1
# via secretstorage
dill==0.3.8
# via pylint
django==4.2.16
Expand Down Expand Up @@ -56,6 +60,10 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via code-annotations
keyring==25.3.0
Expand All @@ -82,6 +90,8 @@ platformdirs==4.2.2
# via pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.9.0
# via rstcheck-core
pydantic-core==2.23.2
Expand Down Expand Up @@ -128,6 +138,8 @@ rstcheck==6.2.4
# via -r requirements/quality.in
rstcheck-core==1.2.1
# via rstcheck
secretstorage==3.3.3
# via keyring
shellingham==1.5.4
# via typer
six==1.16.0
Expand Down
Loading