File tree Expand file tree Collapse file tree 7 files changed +24
-21
lines changed
Expand file tree Collapse file tree 7 files changed +24
-21
lines changed Original file line number Diff line number Diff line change 1414 hooks :
1515 - id : black
1616 - repo : https://github.com/PyCQA/flake8
17- rev : 3.9.0
17+ rev : 3.9.1
1818 hooks :
1919 - id : flake8
2020 additional_dependencies :
2323 - repo : https://github.com/pre-commit/pre-commit-hooks
2424 rev : v3.4.0
2525 hooks :
26- - id : check -byte-order-marker
26+ - id : fix -byte-order-marker
2727 - id : trailing-whitespace
2828 - id : end-of-file-fixer
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ filelock==3.0.12
3030 # virtualenv
3131freezegun==1.1.0
3232 # via -r requirements/tests.in
33- identify==1.5.13
33+ identify==2.2.3
3434 # via pre-commit
3535idna==2.10
3636 # via requests
@@ -46,33 +46,35 @@ mypy-extensions==0.4.3
4646 # via mypy
4747mypy==0.812
4848 # via -r requirements/typing.in
49- nodeenv==1.5 .0
49+ nodeenv==1.6 .0
5050 # via pre-commit
5151packaging==20.9
5252 # via
5353 # pallets-sphinx-themes
5454 # pytest
5555 # sphinx
5656 # tox
57- pallets-sphinx-themes==1.2.3
57+ pallets-sphinx-themes==2.0.0rc1
5858 # via -r requirements/docs.in
59- pip-tools==5.5.0
59+ pep517==0.10.0
60+ # via pip-tools
61+ pip-tools==6.1.0
6062 # via -r requirements/dev.in
6163pluggy==0.13.1
6264 # via
6365 # pytest
6466 # tox
65- pre-commit==2.10.1
67+ pre-commit==2.12.0
6668 # via -r requirements/dev.in
6769py==1.10.0
6870 # via
6971 # pytest
7072 # tox
71- pygments==2.7.4
73+ pygments==2.8.1
7274 # via sphinx
7375pyparsing==2.4.7
7476 # via packaging
75- pytest==6.2.2
77+ pytest==6.2.3
7678 # via -r requirements/tests.in
7779python-dateutil==2.8.1
7880 # via freezegun
@@ -91,7 +93,7 @@ snowballstemmer==2.1.0
9193 # via sphinx
9294sphinx-issues==1.2.0
9395 # via -r requirements/docs.in
94- sphinx==3.5.1
96+ sphinx==3.5.4
9597 # via
9698 # -r requirements/docs.in
9799 # pallets-sphinx-themes
@@ -113,18 +115,19 @@ sphinxcontrib-serializinghtml==1.1.4
113115 # via sphinx
114116toml==0.10.2
115117 # via
118+ # pep517
116119 # pre-commit
117120 # pytest
118121 # tox
119- tox==3.22 .0
122+ tox==3.23 .0
120123 # via -r requirements/dev.in
121- typed-ast==1.4.2
124+ typed-ast==1.4.3
122125 # via mypy
123126typing-extensions==3.7.4.3
124127 # via mypy
125128urllib3==1.26.4
126129 # via requests
127- virtualenv==20.4.2
130+ virtualenv==20.4.3
128131 # via
129132 # pre-commit
130133 # tox
Original file line number Diff line number Diff line change 1- Pallets-Sphinx-Themes
1+ Pallets-Sphinx-Themes >= 2.0.0rc1
22Sphinx
33sphinx-issues
44sphinxcontrib-log-cabinet
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ packaging==20.9
2626 # via
2727 # pallets-sphinx-themes
2828 # sphinx
29- pallets-sphinx-themes==1.2.3
29+ pallets-sphinx-themes==2.0.0rc1
3030 # via -r requirements/docs.in
31- pygments==2.7.4
31+ pygments==2.8.1
3232 # via sphinx
3333pyparsing==2.4.7
3434 # via packaging
@@ -40,7 +40,7 @@ snowballstemmer==2.1.0
4040 # via sphinx
4141sphinx-issues==1.2.0
4242 # via -r requirements/docs.in
43- sphinx==3.5.1
43+ sphinx==3.5.4
4444 # via
4545 # -r requirements/docs.in
4646 # pallets-sphinx-themes
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ py==1.10.0
1818 # via pytest
1919pyparsing==2.4.7
2020 # via packaging
21- pytest==6.2.2
21+ pytest==6.2.3
2222 # via -r requirements/tests.in
2323python-dateutil==2.8.1
2424 # via freezegun
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ py==1.10.0
2222 # via pytest
2323pyparsing==2.4.7
2424 # via packaging
25- pytest==6.2.2
25+ pytest==6.2.3
2626 # via -r requirements/tests.in
2727python-dateutil==2.8.1
2828 # via freezegun
2929six==1.15.0
3030 # via python-dateutil
3131toml==0.10.2
3232 # via pytest
33- typed-ast==1.4.2
33+ typed-ast==1.4.3
3434 # via mypy
3535typing-extensions==3.7.4.3
3636 # via mypy
Original file line number Diff line number Diff line change 1919from .url_safe import URLSafeSerializer
2020from .url_safe import URLSafeTimedSerializer
2121
22- __version__ = "2.0.0rc1 "
22+ __version__ = "2.0.0rc2 "
You can’t perform that action at this time.
0 commit comments