Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Oct 1, 2021
1 parent 34ff7d7 commit 42a6da2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.25.0
rev: v2.29.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
Expand All @@ -14,7 +14,7 @@ repos:
files: "^(?!examples/)"
args: ["--application-directories", "src"]
- repo: https://github.com/psf/black
rev: 21.8b0
rev: 21.9b0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand Down
26 changes: 13 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@ cffi==1.14.6
# via cryptography
cfgv==3.3.1
# via pre-commit
charset-normalizer==2.0.4
charset-normalizer==2.0.6
# via requests
click==8.0.1
# via pip-tools
cryptography==3.4.8
cryptography==35.0.0
# via -r requirements/typing.in
distlib==0.3.2
distlib==0.3.3
# via virtualenv
docutils==0.16
# via
# sphinx
# sphinx-tabs
filelock==3.0.12
filelock==3.2.0
# via
# tox
# virtualenv
greenlet==1.1.1
greenlet==1.1.2
# via -r requirements/tests.in
identify==2.2.13
identify==2.2.15
# via pre-commit
idna==3.2
# via requests
Expand Down Expand Up @@ -68,9 +68,9 @@ pallets-sphinx-themes==2.0.1
# via -r requirements/docs.in
pep517==0.11.0
# via pip-tools
pip-tools==6.2.0
pip-tools==6.3.0
# via -r requirements/dev.in
platformdirs==2.3.0
platformdirs==2.4.0
# via virtualenv
pluggy==1.0.0
# via
Expand Down Expand Up @@ -106,7 +106,7 @@ six==1.16.0
# virtualenv
snowballstemmer==2.1.0
# via sphinx
sphinx==4.1.2
sphinx==4.2.0
# via
# -r requirements/docs.in
# pallets-sphinx-themes
Expand Down Expand Up @@ -139,19 +139,19 @@ toml==0.10.2
# tox
tomli==1.2.1
# via pep517
tox==3.24.3
tox==3.24.4
# via -r requirements/dev.in
types-contextvars==0.1.4
# via -r requirements/typing.in
types-dataclasses==0.1.7
# via -r requirements/typing.in
types-setuptools==57.0.2
types-setuptools==57.4.0
# via -r requirements/typing.in
typing-extensions==3.10.0.2
# via mypy
urllib3==1.26.6
urllib3==1.26.7
# via requests
virtualenv==20.7.2
virtualenv==20.8.1
# via
# pre-commit
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ babel==2.9.1
# via sphinx
certifi==2021.5.30
# via requests
charset-normalizer==2.0.4
charset-normalizer==2.0.6
# via requests
docutils==0.16
# via
Expand Down Expand Up @@ -42,7 +42,7 @@ requests==2.26.0
# via sphinx
snowballstemmer==2.1.0
# via sphinx
sphinx==4.1.2
sphinx==4.2.0
# via
# -r requirements/docs.in
# pallets-sphinx-themes
Expand All @@ -67,7 +67,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.6
urllib3==1.26.7
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==21.2.0
# via pytest
blinker==1.4
# via -r requirements/tests.in
greenlet==1.1.1
greenlet==1.1.2
# via -r requirements/tests.in
iniconfig==1.1.1
# via pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cffi==1.14.6
# via cryptography
cryptography==3.4.8
cryptography==35.0.0
# via -r requirements/typing.in
mypy==0.910
# via -r requirements/typing.in
Expand All @@ -20,7 +20,7 @@ types-contextvars==0.1.4
# via -r requirements/typing.in
types-dataclasses==0.1.7
# via -r requirements/typing.in
types-setuptools==57.0.2
types-setuptools==57.4.0
# via -r requirements/typing.in
typing-extensions==3.10.0.2
# via mypy

0 comments on commit 42a6da2

Please sign in to comment.