Skip to content

Commit

Permalink
chore: Updating Python Requirements (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Mar 6, 2024
1 parent 301e72f commit c59603f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cffi==1.16.0
# via pynacl
click==8.1.7
# via -r requirements/base.in
django==4.2.10
django==4.2.11
# 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 @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.13.0
tox==4.14.0
# via -r requirements/ci.in
virtualenv==20.25.1
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.10
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand All @@ -95,7 +95,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==23.3.0
faker==24.0.0
# via
# -r requirements/quality.txt
# factory-boy
Expand Down Expand Up @@ -220,7 +220,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.1.0
pytest==8.0.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -281,7 +281,7 @@ tomlkit==0.12.4
# via
# -r requirements/quality.txt
# pylint
tox==4.13.0
tox==4.14.0
# via -r requirements/ci.txt
typing-extensions==4.10.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cryptography==42.0.5
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.10
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -70,7 +70,7 @@ factory-boy==3.3.0
# via
# -r requirements/doc.in
# -r requirements/test.txt
faker==23.3.0
faker==24.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -146,7 +146,7 @@ pygments==2.17.2
# sphinx
pynacl==1.5.0
# via -r requirements/test.txt
pytest==8.1.0
pytest==8.0.2
# via
# -r requirements/doc.in
# -r requirements/test.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
# via pylint
django==4.2.10
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -56,7 +56,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==23.3.0
faker==24.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -118,7 +118,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pynacl==1.5.0
# via -r requirements/test.txt
pytest==8.1.0
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==23.3.0
faker==24.0.0
# via factory-boy
iniconfig==2.0.0
# via pytest
Expand All @@ -59,7 +59,7 @@ pycparser==2.21
# cffi
pynacl==1.5.0
# via -r requirements/base.txt
pytest==8.1.0
pytest==8.0.2
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit c59603f

Please sign in to comment.