Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jul 13, 2022
1 parent 94233fc commit 7096b2c
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.37.1
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.3.0
rev: v3.8.1
hooks:
- id: reorder-python-imports
name: Reorder Python imports (src, tests)
Expand Down
14 changes: 8 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
-r docs.txt
-r tests.txt
-r typing.txt
build==0.8.0
# via pip-tools
cfgv==3.3.1
# via pre-commit
click==8.1.3
Expand All @@ -24,17 +26,17 @@ greenlet==1.1.2 ; python_version < "3.11"
# via -r requirements/tests.in
identify==2.5.1
# via pre-commit
nodeenv==1.6.0
nodeenv==1.7.0
# via pre-commit
pep517==0.12.0
# via pip-tools
# via build
pip-compile-multi==2.4.5
# via -r requirements/dev.in
pip-tools==6.6.2
pip-tools==6.8.0
# via pip-compile-multi
platformdirs==2.5.2
# via virtualenv
pre-commit==2.19.0
pre-commit==2.20.0
# via -r requirements/dev.in
pyyaml==6.0
# via pre-commit
Expand All @@ -48,9 +50,9 @@ toml==0.10.2
# tox
toposort==1.7
# via pip-compile-multi
tox==3.25.0
tox==3.25.1
# via -r requirements/dev.in
virtualenv==20.14.1
virtualenv==20.15.1
# via
# pre-commit
# tox
Expand Down
6 changes: 4 additions & 2 deletions requirements/docs.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Pallets-Sphinx-Themes
Sphinx
# sphinx 5 introduced error in references from werkzeug in docstrings
Sphinx < 5
sphinx-issues
sphinxcontrib-log-cabinet
sphinx-tabs
# sphinx-tabs 3.4 requires docutils 0.18, sphinx < 5 requires < 0.18
sphinx-tabs < 3.4
14 changes: 7 additions & 7 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:34fd4ca6516e97c7348e6facdd9c4ebb68209d1c
# SHA1:323f1c1134d78952ea63131c187303def63b56bd
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -7,19 +7,19 @@
#
alabaster==0.7.12
# via sphinx
babel==2.10.1
babel==2.10.3
# via sphinx
certifi==2022.5.18.1
certifi==2022.6.15
# via requests
charset-normalizer==2.0.12
charset-normalizer==2.1.0
# via requests
docutils==0.17.1
# via
# sphinx
# sphinx-tabs
idna==3.3
# via requests
imagesize==1.3.0
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
# via sphinx
Expand All @@ -39,7 +39,7 @@ pyparsing==3.0.9
# via packaging
pytz==2022.1
# via babel
requests==2.27.1
requests==2.28.1
# via sphinx
snowballstemmer==2.2.0
# via sphinx
Expand Down Expand Up @@ -68,5 +68,5 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.9
urllib3==1.26.10
# via requests
1 change: 1 addition & 0 deletions requirements/tests-pallets-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ markupsafe @ https://github.com/pallets/markupsafe/archive/refs/heads/main.tar.g
# via
# -r requirements/tests-pallets-dev.in
# jinja2
# werkzeug
werkzeug @ https://github.com/pallets/werkzeug/archive/refs/heads/main.tar.gz
# via -r requirements/tests-pallets-dev.in
14 changes: 7 additions & 7 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
#
# pip-compile-multi
#
cffi==1.15.0
cffi==1.15.1
# via cryptography
cryptography==37.0.2
cryptography==37.0.4
# via -r requirements/typing.in
mypy==0.960
mypy==0.961
# via -r requirements/typing.in
mypy-extensions==0.4.3
# via mypy
pycparser==2.21
# via cffi
tomli==2.0.1
# via mypy
types-contextvars==2.4.6
types-contextvars==2.4.7
# via -r requirements/typing.in
types-dataclasses==0.6.5
types-dataclasses==0.6.6
# via -r requirements/typing.in
types-setuptools==57.4.17
types-setuptools==62.6.1
# via -r requirements/typing.in
typing-extensions==4.2.0
typing-extensions==4.3.0
# via mypy

0 comments on commit 7096b2c

Please sign in to comment.