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 Sep 20, 2023
1 parent d99774f commit af2ebfc
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pytest-asyncio==0.21.1
# via pytest-aiohttp
pyyaml==6.0.1
# via -r requirements/base.in
smmap==5.0.0
smmap==5.0.1
# via gitdb
tomli==2.0.1
# via pytest
Expand Down
4 changes: 1 addition & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
Expand All @@ -29,7 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.5
# via tox
10 changes: 4 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/quality.txt
# pytest
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -231,7 +231,7 @@ six==1.16.0
# -r requirements/quality.txt
# edx-lint
# tox
smmap==5.0.0
smmap==5.0.1
# via
# -r requirements/quality.txt
# gitdb
Expand Down Expand Up @@ -270,13 +270,11 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.txt
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# annotated-types
# astroid
# filelock
# inflect
# pydantic
# pydantic-core
Expand All @@ -297,7 +295,7 @@ yarl==1.9.2
# via
# -r requirements/quality.txt
# aiohttp
zipp==3.16.2
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
pydata-sphinx-theme==0.13.3
pydata-sphinx-theme==0.14.0
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down Expand Up @@ -141,7 +141,7 @@ requests==2.31.0
# via sphinx
restructuredtext-lint==1.4.0
# via doc8
smmap==5.0.0
smmap==5.0.1
# via
# -r requirements/test.txt
# gitdb
Expand Down Expand Up @@ -176,13 +176,13 @@ tomli==2.0.1
# coverage
# doc8
# pytest
typing-extensions==4.7.1
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==2.0.4
# via requests
yarl==1.9.2
# via
# -r requirements/test.txt
# aiohttp
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pyyaml==6.0.1
# code-annotations
six==1.16.0
# via edx-lint
smmap==5.0.0
smmap==5.0.1
# via
# -r requirements/test.txt
# gitdb
Expand All @@ -160,7 +160,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# astroid
# pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pytest-cov==4.1.0
# via -r requirements/test.in
pyyaml==6.0.1
# via -r requirements/base.txt
smmap==5.0.0
smmap==5.0.1
# via
# -r requirements/base.txt
# gitdb
Expand Down

0 comments on commit af2ebfc

Please sign in to comment.