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

Merged
merged 1 commit into from
Oct 1, 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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ packaging==24.1
# jira
pillow==10.4.0
# via jira
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via click-repl
pycparser==2.22
# via cffi
Expand All @@ -111,7 +111,7 @@ python-dateutil==2.9.0.post0
# github3-py
pyyaml==6.0.2
# via -r requirements/base.in
redis==5.0.8
redis==5.1.0
# via -r requirements/base.in
requests==2.32.3
# via
Expand All @@ -134,7 +134,7 @@ types-python-dateutil==2.9.0.20240906
# via arrow
typing-extensions==4.12.2
# via jira
tzdata==2024.1
tzdata==2024.2
# via
# celery
# kombu
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ arrow==1.3.0
# via
# -r requirements/base.in
# rq-dashboard
astroid==3.3.3
astroid==3.3.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -82,7 +82,7 @@ cryptography==43.0.1
# pyjwt
defusedxml==0.7.1
# via jira
dill==0.3.8
dill==0.3.9
# via pylint
docutils==0.21.2
# via
Expand Down Expand Up @@ -170,7 +170,7 @@ platformdirs==4.3.6
# via pylint
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via click-repl
pycparser==2.22
# via cffi
Expand All @@ -182,7 +182,7 @@ pyjwt[crypto]==2.9.0
# via
# github3-py
# oauthlib
pylint==3.3.0
pylint==3.3.1
# via
# edx-lint
# pylint-celery
Expand All @@ -199,7 +199,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pylint-pytest==1.1.8
# via -r requirements/dev.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down Expand Up @@ -235,7 +235,7 @@ pyyaml==6.0.2
# repo-tools-data-schema
readme-renderer==44.0
# via -r requirements/doc.in
redis==5.0.8
redis==5.1.0
# via
# -r requirements/base.in
# redis-sentinel-url
Expand Down Expand Up @@ -319,7 +319,7 @@ typing-extensions==4.12.2
# via
# jira
# mypy
tzdata==2024.1
tzdata==2024.2
# via
# celery
# kombu
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pillow==10.4.0
# via jira
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via click-repl
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -158,7 +158,7 @@ pyyaml==6.0.2
# repo-tools-data-schema
readme-renderer==44.0
# via -r requirements/doc.in
redis==5.0.8
redis==5.1.0
# via -r requirements/base.in
repo-tools-data-schema @ git+https://github.com/openedx/repo-tools-data-schema.git
# via -r requirements/test.in
Expand Down Expand Up @@ -214,7 +214,7 @@ types-python-dateutil==2.9.0.20240906
# via arrow
typing-extensions==4.12.2
# via jira
tzdata==2024.1
tzdata==2024.2
# via
# celery
# kombu
Expand Down
Loading