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 21, 2022
1 parent 766ff66 commit 05e0b9a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
12 changes: 10 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ filelock==3.4.2
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.35.0
hypothesis==6.36.0
# via -r requirements/doc.txt
idna==3.3
# via
Expand All @@ -100,6 +100,10 @@ imagesize==1.3.0
# via
# -r requirements/doc.txt
# sphinx
importlib-metadata==4.10.1
# via
# -r requirements/doc.txt
# sphinx
isort==5.10.1
# via
# -r requirements/doc.txt
Expand Down Expand Up @@ -270,7 +274,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/doc.txt
# hypothesis
sphinx==4.3.2
sphinx==4.4.0
# via
# -r requirements/doc.txt
# edx-sphinx-theme
Expand Down Expand Up @@ -355,6 +359,10 @@ wrapt==1.13.3
# via
# -r requirements/doc.txt
# astroid
zipp==3.7.0
# via
# -r requirements/doc.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
2 changes: 1 addition & 1 deletion requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ execnet==1.9.0
# -r requirements/test.txt
# pytest-cache
# pytest-xdist
hypothesis==6.35.0
hypothesis==6.36.0
# via -r requirements/test.txt
isort==5.10.1
# via
Expand Down
8 changes: 6 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@ execnet==1.9.0
# -r requirements/test.txt
# pytest-cache
# pytest-xdist
hypothesis==6.35.0
hypothesis==6.36.0
# via -r requirements/test.txt
idna==3.3
# via requests
imagesize==1.3.0
# via sphinx
importlib-metadata==4.10.1
# via sphinx
isort==5.10.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -206,7 +208,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/test.txt
# hypothesis
sphinx==4.3.2
sphinx==4.4.0
# via
# -r requirements/doc.in
# edx-sphinx-theme
Expand Down Expand Up @@ -256,6 +258,8 @@ wrapt==1.13.3
# via
# -r requirements/test.txt
# astroid
zipp==3.7.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ execnet==1.9.0
# via
# pytest-cache
# pytest-xdist
hypothesis==6.35.0
hypothesis==6.36.0
# via -r requirements/test.in
isort==5.10.1
# via pylint
Expand Down

0 comments on commit 05e0b9a

Please sign in to comment.