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 Jan 9, 2024
1 parent 2369c49 commit d94f1b4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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 @@ charset-normalizer==3.3.2
# via requests
idna==3.6
# via requests
lxml==5.0.0
lxml==5.1.0
# via -r requirements/base.in
requests==2.31.0
# via -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
flake8==6.1.0
flake8==7.0.0
# via -r requirements/quality.txt
idna==3.6
# via
Expand All @@ -50,7 +50,7 @@ iniconfig==2.0.0
# via
# -r requirements/quality.txt
# pytest
lxml==5.0.0
lxml==5.1.0
# via -r requirements/quality.txt
mccabe==0.7.0
# via
Expand Down Expand Up @@ -86,7 +86,7 @@ pycodestyle==2.11.1
# via
# -r requirements/quality.txt
# flake8
pyflakes==3.1.0
pyflakes==3.2.0
# via
# -r requirements/quality.txt
# flake8
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
flake8==6.1.0
flake8==7.0.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -99,7 +99,7 @@ jeepney==0.8.0
# secretstorage
keyring==24.3.0
# via twine
lxml==5.0.0
lxml==5.1.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -112,7 +112,7 @@ mccabe==0.7.0
# flake8
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
more-itertools==10.2.0
# via jaraco-classes
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -160,7 +160,7 @@ pycodestyle==2.11.1
# flake8
pycparser==2.21
# via cffi
pyflakes==3.1.0
pyflakes==3.2.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
flake8==6.1.0
flake8==7.0.0
# via -r requirements/quality.in
idna==3.6
# via
Expand All @@ -35,7 +35,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
lxml==5.0.0
lxml==5.1.0
# via -r requirements/test.txt
mccabe==0.7.0
# via flake8
Expand All @@ -56,7 +56,7 @@ pluggy==1.3.0
# pytest
pycodestyle==2.11.1
# via flake8
pyflakes==3.1.0
pyflakes==3.2.0
# via flake8
pytest==7.4.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ idna==3.6
# requests
iniconfig==2.0.0
# via pytest
lxml==5.0.0
lxml==5.1.0
# via -r requirements/base.txt
packaging==23.2
# via pytest
Expand Down

0 comments on commit d94f1b4

Please sign in to comment.