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

Merged
merged 1 commit into from
Jan 13, 2025
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: 4 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,10 @@ tzdata==2024.2
# via
# celery
# kombu
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
vine==5.1.0
# via
# amqp
Expand Down
7 changes: 4 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/quality.txt
# mypy
mysqlclient==2.2.6
mysqlclient==2.2.7
# via -r requirements/quality.txt
newrelic==10.4.0
# via
Expand Down Expand Up @@ -345,7 +345,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.19.0
pygments==2.19.1
# via
# -r requirements/quality.txt
# diff-cover
Expand Down Expand Up @@ -506,8 +506,9 @@ tzdata==2024.2
# -r requirements/quality.txt
# celery
# kombu
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
# requests
# twine
Expand Down
7 changes: 4 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/test.txt
# mypy
mysqlclient==2.2.6
mysqlclient==2.2.7
# via -r requirements/test.txt
newrelic==10.4.0
# via
Expand Down Expand Up @@ -221,7 +221,7 @@ pycparser==2.22
# cffi
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.19.0
pygments==2.19.1
# via
# accessible-pygments
# doc8
Expand Down Expand Up @@ -350,8 +350,9 @@ tzdata==2024.2
# -r requirements/test.txt
# celery
# kombu
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# requests
# types-requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.7.0
setuptools==75.8.0
# via -r requirements/pip.in
7 changes: 4 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/test.txt
# mypy
mysqlclient==2.2.6
mysqlclient==2.2.7
# via -r requirements/test.txt
newrelic==10.4.0
# via
Expand Down Expand Up @@ -249,7 +249,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.19.0
pygments==2.19.1
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -375,8 +375,9 @@ tzdata==2024.2
# -r requirements/test.txt
# celery
# kombu
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# requests
# twine
Expand Down
5 changes: 3 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ mypy==1.14.1
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
mysqlclient==2.2.6
mysqlclient==2.2.7
# via -r requirements/test.in
newrelic==10.4.0
# via
Expand Down Expand Up @@ -254,8 +254,9 @@ tzdata==2024.2
# -r requirements/base.txt
# celery
# kombu
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# requests
# types-requests
Expand Down
Loading