summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-11-01 12:52:50 -0700
committerGitHub <noreply@github.com>2021-11-01 12:52:50 -0700
commite66383258258d1fbe83ef34b6045a558b268d5e6 (patch)
treedb0d985dd429d3cd06f3b73ea68015ea1d1597bb
parentf2017d74490802f644f1ee9a23ee8872cf47bd34 (diff)
parent6c3ae819b630d3a9288f3ba2dc124a5e52d27035 (diff)
downloaditsdangerous-e66383258258d1fbe83ef34b6045a558b268d5e6.tar.gz
Merge pull request #270 from pallets/update-requirements
update requirements
-rw-r--r--.pre-commit-config.yaml4
-rw-r--r--requirements/dev.txt34
-rw-r--r--requirements/docs.txt14
-rw-r--r--requirements/tests.txt4
-rw-r--r--requirements/typing.txt6
5 files changed, 31 insertions, 31 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c58d559..cbc5b6c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -12,11 +12,11 @@ repos:
- id: reorder-python-imports
args: ["--application-directories", "src:tests"]
- repo: https://github.com/psf/black
- rev: 21.9b0
+ rev: 21.10b0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
- rev: 3.9.2
+ rev: 4.0.1
hooks:
- id: flake8
additional_dependencies:
diff --git a/requirements/dev.txt b/requirements/dev.txt
index eef5b5e..7e3d678 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -1,5 +1,5 @@
#
-# This file is autogenerated by pip-compile
+# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile requirements/dev.in
@@ -12,27 +12,27 @@ babel==2.9.1
# via sphinx
backports.entry-points-selectable==1.1.0
# via virtualenv
-certifi==2021.5.30
+certifi==2021.10.8
# via requests
cfgv==3.3.1
# via pre-commit
-charset-normalizer==2.0.6
+charset-normalizer==2.0.7
# via requests
-click==8.0.1
+click==8.0.3
# via pip-tools
distlib==0.3.3
# via virtualenv
docutils==0.17.1
# via sphinx
-filelock==3.3.0
+filelock==3.3.2
# via
# tox
# virtualenv
freezegun==1.1.0
# via -r requirements/tests.in
-identify==2.3.0
+identify==2.3.3
# via pre-commit
-idna==3.2
+idna==3.3
# via requests
imagesize==1.2.0
# via sphinx
@@ -42,13 +42,13 @@ jinja2==3.0.2
# via sphinx
markupsafe==2.0.1
# via jinja2
-mypy-extensions==0.4.3
- # via mypy
mypy==0.910
# via -r requirements/typing.in
+mypy-extensions==0.4.3
+ # via mypy
nodeenv==1.6.0
# via pre-commit
-packaging==21.0
+packaging==21.2
# via
# pallets-sphinx-themes
# pytest
@@ -56,9 +56,9 @@ packaging==21.0
# tox
pallets-sphinx-themes==2.0.1
# via -r requirements/docs.in
-pep517==0.11.0
+pep517==0.12.0
# via pip-tools
-pip-tools==6.3.0
+pip-tools==6.4.0
# via -r requirements/dev.in
platformdirs==2.4.0
# via virtualenv
@@ -82,7 +82,7 @@ python-dateutil==2.8.2
# via freezegun
pytz==2021.3
# via babel
-pyyaml==5.4.1
+pyyaml==6.0
# via pre-commit
requests==2.26.0
# via sphinx
@@ -93,14 +93,14 @@ six==1.16.0
# virtualenv
snowballstemmer==2.1.0
# via sphinx
-sphinx-issues==1.2.0
- # via -r requirements/docs.in
sphinx==4.2.0
# via
# -r requirements/docs.in
# pallets-sphinx-themes
# sphinx-issues
# sphinxcontrib-log-cabinet
+sphinx-issues==1.2.0
+ # via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
@@ -121,7 +121,7 @@ toml==0.10.2
# pre-commit
# pytest
# tox
-tomli==1.2.1
+tomli==1.2.2
# via pep517
tox==3.24.4
# via -r requirements/dev.in
@@ -129,7 +129,7 @@ typing-extensions==3.10.0.2
# via mypy
urllib3==1.26.7
# via requests
-virtualenv==20.8.1
+virtualenv==20.10.0
# via
# pre-commit
# tox
diff --git a/requirements/docs.txt b/requirements/docs.txt
index aa2df23..bd47a92 100644
--- a/requirements/docs.txt
+++ b/requirements/docs.txt
@@ -1,5 +1,5 @@
#
-# This file is autogenerated by pip-compile
+# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile requirements/docs.in
@@ -8,13 +8,13 @@ alabaster==0.7.12
# via sphinx
babel==2.9.1
# via sphinx
-certifi==2021.5.30
+certifi==2021.10.8
# via requests
-charset-normalizer==2.0.6
+charset-normalizer==2.0.7
# via requests
docutils==0.17.1
# via sphinx
-idna==3.2
+idna==3.3
# via requests
imagesize==1.2.0
# via sphinx
@@ -22,7 +22,7 @@ jinja2==3.0.2
# via sphinx
markupsafe==2.0.1
# via jinja2
-packaging==21.0
+packaging==21.2
# via
# pallets-sphinx-themes
# sphinx
@@ -38,14 +38,14 @@ requests==2.26.0
# via sphinx
snowballstemmer==2.1.0
# via sphinx
-sphinx-issues==1.2.0
- # via -r requirements/docs.in
sphinx==4.2.0
# via
# -r requirements/docs.in
# pallets-sphinx-themes
# sphinx-issues
# sphinxcontrib-log-cabinet
+sphinx-issues==1.2.0
+ # via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
diff --git a/requirements/tests.txt b/requirements/tests.txt
index 2bef5e2..899478c 100644
--- a/requirements/tests.txt
+++ b/requirements/tests.txt
@@ -1,5 +1,5 @@
#
-# This file is autogenerated by pip-compile
+# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile requirements/tests.in
@@ -10,7 +10,7 @@ freezegun==1.1.0
# via -r requirements/tests.in
iniconfig==1.1.1
# via pytest
-packaging==21.0
+packaging==21.2
# via pytest
pluggy==1.0.0
# via pytest
diff --git a/requirements/typing.txt b/requirements/typing.txt
index f5af819..7a3e613 100644
--- a/requirements/typing.txt
+++ b/requirements/typing.txt
@@ -1,13 +1,13 @@
#
-# This file is autogenerated by pip-compile
+# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile requirements/typing.in
#
-mypy-extensions==0.4.3
- # via mypy
mypy==0.910
# via -r requirements/typing.in
+mypy-extensions==0.4.3
+ # via mypy
toml==0.10.2
# via mypy
typing-extensions==3.10.0.2