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

Merged
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
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -98,13 +98,13 @@ edx-toggles==5.2.0
# event-tracking
event-tracking==3.0.0
# via -r requirements/base.in
fastavro==1.9.7
fastavro==1.10.0
# via openedx-events
fs==2.4.16
# via xblock
idna==3.10
# via requests
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
kombu==5.4.2
# via celery
Expand All @@ -125,7 +125,7 @@ pbr==6.1.0
# via stevedore
prompt-toolkit==3.0.48
# via click-repl
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -181,7 +181,7 @@ tzdata==2024.2
# via
# celery
# kombu
urllib3==2.2.3
urllib3==2.3.0
# via requests
vine==5.1.0
# via
Expand Down
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
astroid==3.3.6
astroid==3.3.8
# via
# pylint
# pylint-celery
Expand All @@ -34,9 +34,9 @@ chardet==5.2.0
# via
# diff-cover
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# celery
# click-didyoumean
Expand All @@ -61,7 +61,7 @@ code-annotations==2.1.0
# edx-toggles
colorama==0.4.6
# via tox
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via pytest-cov
cryptography==44.0.0
# via
Expand Down Expand Up @@ -145,7 +145,7 @@ factory-boy==3.3.1
# via -r requirements/test.in
faker==33.1.0
# via factory-boy
fastavro==1.9.7
fastavro==1.10.0
# via openedx-events
filelock==3.16.1
# via
Expand Down Expand Up @@ -173,11 +173,11 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via
# code-annotations
# diff-cover
keyring==25.5.0
keyring==25.6.0
# via twine
kombu==5.4.2
# via celery
Expand Down Expand Up @@ -242,7 +242,7 @@ polib==1.2.0
# via edx-i18n-tools
prompt-toolkit==3.0.48
# via click-repl
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycodestyle==2.12.1
# via -r requirements/quality.in
Expand All @@ -259,7 +259,7 @@ pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
pylint==3.3.2
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -362,7 +362,7 @@ tzdata==2024.2
# via
# celery
# kombu
urllib3==2.2.3
urllib3==2.3.0
# via
# requests
# twine
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# celery
# click-didyoumean
Expand All @@ -50,7 +50,7 @@ click-repl==0.3.0
# via celery
code-annotations==2.1.0
# via edx-toggles
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via pytest-cov
cryptography==44.0.0
# via pyjwt
Expand Down Expand Up @@ -124,7 +124,7 @@ factory-boy==3.3.1
# via -r requirements/test.in
faker==33.1.0
# via factory-boy
fastavro==1.9.7
fastavro==1.10.0
# via openedx-events
freezegun==1.5.1
# via -r requirements/test.in
Expand All @@ -136,7 +136,7 @@ imagesize==1.4.1
# via sphinx
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
jinja2==3.1.5
# via
# code-annotations
# sphinx
Expand Down Expand Up @@ -167,7 +167,7 @@ pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.48
# via click-repl
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -272,7 +272,7 @@ tzdata==2024.2
# via
# celery
# kombu
urllib3==2.2.3
urllib3==2.3.0
# via requests
vine==5.1.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.2
# via build
Expand Down
20 changes: 10 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
astroid==3.3.6
astroid==3.3.8
# via
# pylint
# pylint-celery
Expand All @@ -26,9 +26,9 @@ cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# celery
# click-didyoumean
Expand All @@ -50,7 +50,7 @@ code-annotations==2.1.0
# via
# edx-lint
# edx-toggles
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via pytest-cov
cryptography==44.0.0
# via
Expand Down Expand Up @@ -126,7 +126,7 @@ factory-boy==3.3.1
# via -r requirements/test.in
faker==33.1.0
# via factory-boy
fastavro==1.9.7
fastavro==1.10.0
# via openedx-events
freezegun==1.5.1
# via -r requirements/test.in
Expand All @@ -150,9 +150,9 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
keyring==25.5.0
keyring==25.6.0
# via twine
kombu==5.4.2
# via celery
Expand Down Expand Up @@ -197,7 +197,7 @@ pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.48
# via click-repl
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycodestyle==2.12.1
# via -r requirements/quality.in
Expand All @@ -213,7 +213,7 @@ pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
pylint==3.3.2
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -307,7 +307,7 @@ tzdata==2024.2
# via
# celery
# kombu
urllib3==2.2.3
urllib3==2.3.0
# via
# requests
# twine
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# celery
# click-didyoumean
Expand All @@ -40,7 +40,7 @@ click-repl==0.3.0
# via celery
code-annotations==2.1.0
# via edx-toggles
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via pytest-cov
cryptography==44.0.0
# via pyjwt
Expand Down Expand Up @@ -104,7 +104,7 @@ factory-boy==3.3.1
# via -r requirements/test.in
faker==33.1.0
# via factory-boy
fastavro==1.9.7
fastavro==1.10.0
# via openedx-events
freezegun==1.5.1
# via -r requirements/test.in
Expand All @@ -114,7 +114,7 @@ idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
kombu==5.4.2
# via celery
Expand All @@ -141,7 +141,7 @@ pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.48
# via click-repl
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -209,7 +209,7 @@ tzdata==2024.2
# via
# celery
# kombu
urllib3==2.2.3
urllib3==2.3.0
# via requests
vine==5.1.0
# via
Expand Down
Loading