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

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
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ envier==0.6.1
# ddtrace
factory-boy==3.3.1
# via -r requirements/quality.txt
faker==33.3.0
faker==33.3.1
# via
# -r requirements/quality.txt
# factory-boy
Expand Down Expand Up @@ -187,7 +187,7 @@ pluggy==1.5.0
# tox
polib==1.2.0
# via edx-i18n-tools
protobuf==5.29.2
protobuf==5.29.3
# via
# -r requirements/quality.txt
# ddtrace
Expand All @@ -201,7 +201,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.19.0
pygments==2.19.1
# via diff-cover
pylint==3.3.3
# via
Expand Down Expand Up @@ -300,7 +300,7 @@ wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.17.0
wrapt==1.17.1
# via
# -r requirements/quality.txt
# ddtrace
Expand Down
11 changes: 6 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ factory-boy==3.3.1
# via
# -r requirements/doc.in
# -r requirements/test.txt
faker==33.3.0
faker==33.3.1
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -145,7 +145,7 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
protobuf==5.29.2
protobuf==5.29.3
# via
# -r requirements/test.txt
# ddtrace
Expand All @@ -157,7 +157,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 @@ -243,13 +243,14 @@ typing-extensions==4.12.2
# ddtrace
# faker
# pydata-sphinx-theme
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
# twine
wheel==0.45.1
# via -r requirements/doc.in
wrapt==1.17.0
wrapt==1.17.1
# via
# -r requirements/test.txt
# ddtrace
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
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ envier==0.6.1
# ddtrace
factory-boy==3.3.1
# via -r requirements/test.txt
faker==33.3.0
faker==33.3.1
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -106,7 +106,7 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
protobuf==5.29.2
protobuf==5.29.3
# via
# -r requirements/test.txt
# ddtrace
Expand Down Expand Up @@ -177,7 +177,7 @@ typing-extensions==4.12.2
# -r requirements/test.txt
# ddtrace
# faker
wrapt==1.17.0
wrapt==1.17.1
# via
# -r requirements/test.txt
# ddtrace
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ envier==0.6.1
# via ddtrace
factory-boy==3.3.1
# via -r requirements/test.in
faker==33.3.0
faker==33.3.1
# via factory-boy
importlib-metadata==8.5.0
# via opentelemetry-api
Expand All @@ -61,7 +61,7 @@ pbr==6.1.0
# stevedore
pluggy==1.5.0
# via pytest
protobuf==5.29.2
protobuf==5.29.3
# via ddtrace
psutil==6.1.1
# via -r requirements/base.txt
Expand Down Expand Up @@ -93,7 +93,7 @@ typing-extensions==4.12.2
# via
# ddtrace
# faker
wrapt==1.17.0
wrapt==1.17.1
# via
# ddtrace
# deprecated
Expand Down
Loading