Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jan 20, 2025
1 parent 9a39cd3 commit 4045a12
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 30 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cffi==1.17.1
# via pynacl
click==8.1.8
# via -r requirements/base.in
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.28.1
virtualenv==20.29.1
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -60,7 +60,7 @@ coverage[toml]==7.6.10
# pytest-cov
ddt==1.7.2
# via -r requirements/quality.txt
ddtrace==2.18.1
ddtrace==2.19.1
# via -r requirements/quality.txt
deprecated==1.2.15
# via
Expand All @@ -78,7 +78,7 @@ distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand All @@ -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 @@ -146,7 +146,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/quality.txt
more-itertools==10.5.0
more-itertools==10.6.0
# via inflect
newrelic==10.4.0
# via -r requirements/quality.txt
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 @@ -292,15 +292,15 @@ typing-extensions==4.12.2
# ddtrace
# faker
# typeguard
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/ci.txt
# tox
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.17.0
wrapt==1.17.2
# via
# -r requirements/quality.txt
# ddtrace
Expand Down
17 changes: 9 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ cryptography==44.0.0
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
ddtrace==2.18.1
ddtrace==2.19.1
# via -r requirements/test.txt
deprecated==1.2.15
# via
# -r requirements/test.txt
# opentelemetry-api
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down 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 @@ -117,7 +117,7 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
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.2
# 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
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-lint
coverage[toml]==7.6.10
# via
# -r requirements/test.txt
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
ddtrace==2.18.1
ddtrace==2.19.1
# via -r requirements/test.txt
deprecated==1.2.15
# via
# -r requirements/test.txt
# opentelemetry-api
dill==0.3.9
# via pylint
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -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.2
# via
# -r requirements/test.txt
# ddtrace
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ coverage[toml]==7.6.10
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
ddtrace==2.18.1
ddtrace==2.19.1
# via -r requirements/test.in
deprecated==1.2.15
# via opentelemetry-api
Expand All @@ -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.2
# via
# ddtrace
# deprecated
Expand Down

0 comments on commit 4045a12

Please sign in to comment.