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

Closed
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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ certifi==2024.8.30
# sentry-sdk
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -81,7 +81,7 @@ kombu==5.4.2
# via celery
logging-tree==1.10
# via -r requirements/base.in
markupsafe==2.1.5
markupsafe==3.0.1
# via
# jinja2
# sentry-sdk
Expand Down Expand Up @@ -111,7 +111,7 @@ python-dateutil==2.9.0.post0
# github3-py
pyyaml==6.0.2
# via -r requirements/base.in
redis==5.1.0
redis==5.1.1
# via -r requirements/base.in
requests==2.32.3
# via
Expand All @@ -126,11 +126,11 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.14.0
sentry-sdk[flask]==2.16.0
# via -r requirements/base.in
six==1.16.0
# via python-dateutil
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
typing-extensions==4.12.2
# via jira
Expand Down
26 changes: 15 additions & 11 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.4
astroid==3.3.5
# via
# pylint
# pylint-celery
Expand All @@ -33,7 +33,7 @@ boltons==24.0.0
# via
# face
# glom
build==1.2.2
build==1.2.2.post1
# via pip-tools
cachetools==5.5.0
# via -r requirements/base.in
Expand All @@ -45,7 +45,7 @@ certifi==2024.8.30
# sentry-sdk
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -73,7 +73,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-lint
coverage[toml]==7.6.1
coverage[toml]==7.6.3
# via pytest-cov
cryptography==43.0.1
# via
Expand All @@ -88,6 +88,7 @@ docutils==0.21.2
# via
# readme-renderer
# sphinx
# sphinx-rtd-theme
edx-lint==5.4.0
# via -r requirements/dev.in
face==20.1.1
Expand Down Expand Up @@ -134,7 +135,7 @@ logging-tree==1.10
# via -r requirements/base.in
markdown-it-py==3.0.0
# via scriv
markupsafe==2.1.5
markupsafe==3.0.1
# via
# jinja2
# sentry-sdk
Expand Down Expand Up @@ -191,7 +192,7 @@ pylint==3.3.1
# pylint-pytest
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -235,7 +236,7 @@ pyyaml==6.0.2
# repo-tools-data-schema
readme-renderer==44.0
# via -r requirements/doc.in
redis==5.1.0
redis==5.1.1
# via
# -r requirements/base.in
# redis-sentinel-url
Expand Down Expand Up @@ -271,7 +272,7 @@ schema==0.7.7
# via repo-tools-data-schema
scriv==1.5.1
# via -r requirements/dev.in
sentry-sdk[flask]==2.14.0
sentry-sdk[flask]==2.16.0
# via -r requirements/base.in
six==1.16.0
# via
Expand All @@ -280,12 +281,13 @@ six==1.16.0
# sphinxcontrib-httpdomain
snowballstemmer==2.2.0
# via sphinx
sphinx==8.0.2
sphinx==8.1.3
# via
# -r requirements/doc.in
# sphinx-rtd-theme
# sphinxcontrib-httpdomain
sphinx-rtd-theme==0.5.1
# sphinxcontrib-jquery
sphinx-rtd-theme==3.0.1
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -295,6 +297,8 @@ sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-httpdomain==1.8.1
# via -r requirements/doc.in
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
Expand All @@ -309,7 +313,7 @@ tomlkit==0.13.2
# via pylint
types-cachetools==5.5.0.20240820
# via -r requirements/dev.in
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
types-pyyaml==6.0.12.20240917
# via -r requirements/dev.in
Expand Down
12 changes: 8 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@ babel==2.16.0
# via sphinx
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
docutils==0.21.2
# via
# readme-renderer
# sphinx
# sphinx-rtd-theme
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
markupsafe==3.0.1
# via jinja2
nh3==0.2.18
# via readme-renderer
Expand All @@ -40,12 +41,13 @@ six==1.16.0
# via sphinxcontrib-httpdomain
snowballstemmer==2.2.0
# via sphinx
sphinx==8.0.2
sphinx==8.1.3
# via
# -r requirements/doc.in
# sphinx-rtd-theme
# sphinxcontrib-httpdomain
sphinx-rtd-theme==0.5.1
# sphinxcontrib-jquery
sphinx-rtd-theme==3.0.1
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -55,6 +57,8 @@ sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-httpdomain==1.8.1
# via -r requirements/doc.in
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
20 changes: 12 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ certifi==2024.8.30
# sentry-sdk
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -51,7 +51,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
coverage[toml]==7.6.1
coverage[toml]==7.6.3
# via pytest-cov
cryptography==43.0.1
# via
Expand All @@ -64,6 +64,7 @@ docutils==0.21.2
# via
# readme-renderer
# sphinx
# sphinx-rtd-theme
face==20.1.1
# via glom
flask==3.0.3
Expand Down Expand Up @@ -99,7 +100,7 @@ kombu==5.4.2
# via celery
logging-tree==1.10
# via -r requirements/base.in
markupsafe==2.1.5
markupsafe==3.0.1
# via
# jinja2
# sentry-sdk
Expand Down Expand Up @@ -158,7 +159,7 @@ pyyaml==6.0.2
# repo-tools-data-schema
readme-renderer==44.0
# via -r requirements/doc.in
redis==5.1.0
redis==5.1.1
# 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 All @@ -181,20 +182,21 @@ requests-toolbelt==1.0.0
# via jira
schema==0.7.7
# via repo-tools-data-schema
sentry-sdk[flask]==2.14.0
sentry-sdk[flask]==2.16.0
# via -r requirements/base.in
six==1.16.0
# via
# python-dateutil
# sphinxcontrib-httpdomain
snowballstemmer==2.2.0
# via sphinx
sphinx==8.0.2
sphinx==8.1.3
# via
# -r requirements/doc.in
# sphinx-rtd-theme
# sphinxcontrib-httpdomain
sphinx-rtd-theme==0.5.1
# sphinxcontrib-jquery
sphinx-rtd-theme==3.0.1
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -204,13 +206,15 @@ sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-httpdomain==1.8.1
# via -r requirements/doc.in
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
typing-extensions==4.12.2
# via jira
Expand Down
Loading