Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 20, 2023
1 parent 3523c7e commit f058726
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ django-crum==0.7.9
# via -r requirements/base.in
django-waffle==4.0.0
# via -r requirements/base.in
newrelic==9.1.2
newrelic==9.2.0
# via -r requirements/base.in
pbr==6.0.0
# via stevedore
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/quality.txt
newrelic==9.1.2
newrelic==9.2.0
# via -r requirements/quality.txt
packaging==23.2
# via
Expand Down Expand Up @@ -173,13 +173,13 @@ pycparser==2.21
# via
# -r requirements/quality.txt
# cffi
pydantic==2.5.0
pydantic==2.5.1
# via inflect
pydantic-core==2.14.1
pydantic-core==2.14.3
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.16.1
pygments==2.17.1
# via diff-cover
pylint==3.0.2
# via
Expand Down Expand Up @@ -269,7 +269,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.2
tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ babel==2.13.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via
Expand Down Expand Up @@ -97,7 +97,7 @@ mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.1.0
# via jaraco-classes
newrelic==9.1.2
newrelic==9.2.0
# via -r requirements/test.txt
nh3==0.2.14
# via readme-renderer
Expand Down Expand Up @@ -125,7 +125,7 @@ pycparser==2.21
# cffi
pydata-sphinx-theme==0.13.3
# via sphinx-book-theme
pygments==2.16.1
pygments==2.17.1
# via
# accessible-pygments
# doc8
Expand Down Expand Up @@ -164,7 +164,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.6.0
rich==13.7.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.txt
newrelic==9.1.2
newrelic==9.2.0
# via -r requirements/test.txt
packaging==23.2
# via
Expand Down Expand Up @@ -148,7 +148,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ iniconfig==2.0.0
# via pytest
mock==5.1.0
# via -r requirements/test.in
newrelic==9.1.2
newrelic==9.2.0
# via -r requirements/base.txt
packaging==23.2
# via pytest
Expand Down

0 comments on commit f058726

Please sign in to comment.