Skip to content

Commit

Permalink
chore: Updating Python Requirements (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 5, 2023
1 parent ae07ebc commit 56cf018
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 12 deletions.
6 changes: 4 additions & 2 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.2
filelock==3.12.3
# via
# tox
# virtualenv
Expand All @@ -26,5 +26,7 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/ci.in
virtualenv==20.24.3
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
# via tox
13 changes: 9 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bleach==6.0.0
# via
# -r requirements/quality.txt
# readme-renderer
build==0.10.0
build==1.0.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -91,7 +91,7 @@ exceptiongroup==1.1.3
# pytest
fastavro==1.8.2
# via -r requirements/quality.txt
filelock==3.12.2
filelock==3.12.3
# via
# -r requirements/ci.txt
# tox
Expand All @@ -102,7 +102,9 @@ idna==3.4
# requests
importlib-metadata==6.8.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
# keyring
# twine
importlib-resources==6.0.1
Expand Down Expand Up @@ -236,7 +238,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -333,18 +335,20 @@ twine==4.0.2
# via -r requirements/quality.txt
typing-extensions==4.7.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# asgiref
# astroid
# edx-opaque-keys
# filelock
# pylint
# rich
urllib3==2.0.4
# via
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.24.3
virtualenv==20.24.4
# via
# -r requirements/ci.txt
# tox
Expand All @@ -362,6 +366,7 @@ wrapt==1.15.0
# astroid
zipp==3.16.2
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# importlib-metadata
# importlib-resources
Expand Down
7 changes: 4 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ beautifulsoup4==4.12.2
# via pydata-sphinx-theme
bleach==6.0.0
# via readme-renderer
build==0.10.0
build==1.0.0
# via -r requirements/doc.in
certifi==2023.7.22
# via requests
Expand Down Expand Up @@ -69,6 +69,7 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
# via
# build
# keyring
# sphinx
# twine
Expand Down Expand Up @@ -137,7 +138,7 @@ pymongo==3.13.0
# edx-opaque-keys
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -183,7 +184,7 @@ six==1.16.0
# livereload
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==5.3.0
# via
Expand Down
6 changes: 5 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
#
# make upgrade
#
build==0.10.0
build==1.0.0
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -21,6 +23,8 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pymongo==3.13.0
# via
# -r requirements/test.txt
# edx-opaque-keys
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pymongo==3.13.0
# via
# -r requirements/base.txt
# edx-opaque-keys
pytest==7.4.0
pytest==7.4.1
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit 56cf018

Please sign in to comment.