Skip to content

Commit 5220a78

Browse files
authored
Merge pull request #228 from pallets/release-2.0.0rc2
Release 2.0.0rc2
2 parents 195e5f7 + 4d52c63 commit 5220a78

File tree

7 files changed

+24
-21
lines changed

7 files changed

+24
-21
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
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:
@@ -23,6 +23,6 @@ repos:
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

requirements/dev.txt

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ filelock==3.0.12
3030
# virtualenv
3131
freezegun==1.1.0
3232
# via -r requirements/tests.in
33-
identify==1.5.13
33+
identify==2.2.3
3434
# via pre-commit
3535
idna==2.10
3636
# via requests
@@ -46,33 +46,35 @@ mypy-extensions==0.4.3
4646
# via mypy
4747
mypy==0.812
4848
# via -r requirements/typing.in
49-
nodeenv==1.5.0
49+
nodeenv==1.6.0
5050
# via pre-commit
5151
packaging==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
6163
pluggy==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
6769
py==1.10.0
6870
# via
6971
# pytest
7072
# tox
71-
pygments==2.7.4
73+
pygments==2.8.1
7274
# via sphinx
7375
pyparsing==2.4.7
7476
# via packaging
75-
pytest==6.2.2
77+
pytest==6.2.3
7678
# via -r requirements/tests.in
7779
python-dateutil==2.8.1
7880
# via freezegun
@@ -91,7 +93,7 @@ snowballstemmer==2.1.0
9193
# via sphinx
9294
sphinx-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
114116
toml==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
123126
typing-extensions==3.7.4.3
124127
# via mypy
125128
urllib3==1.26.4
126129
# via requests
127-
virtualenv==20.4.2
130+
virtualenv==20.4.3
128131
# via
129132
# pre-commit
130133
# tox

requirements/docs.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Pallets-Sphinx-Themes
1+
Pallets-Sphinx-Themes >= 2.0.0rc1
22
Sphinx
33
sphinx-issues
44
sphinxcontrib-log-cabinet

requirements/docs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3333
pyparsing==2.4.7
3434
# via packaging
@@ -40,7 +40,7 @@ snowballstemmer==2.1.0
4040
# via sphinx
4141
sphinx-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

requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ py==1.10.0
1818
# via pytest
1919
pyparsing==2.4.7
2020
# via packaging
21-
pytest==6.2.2
21+
pytest==6.2.3
2222
# via -r requirements/tests.in
2323
python-dateutil==2.8.1
2424
# via freezegun

requirements/typing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ py==1.10.0
2222
# via pytest
2323
pyparsing==2.4.7
2424
# via packaging
25-
pytest==6.2.2
25+
pytest==6.2.3
2626
# via -r requirements/tests.in
2727
python-dateutil==2.8.1
2828
# via freezegun
2929
six==1.15.0
3030
# via python-dateutil
3131
toml==0.10.2
3232
# via pytest
33-
typed-ast==1.4.2
33+
typed-ast==1.4.3
3434
# via mypy
3535
typing-extensions==3.7.4.3
3636
# via mypy

src/itsdangerous/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
from .url_safe import URLSafeSerializer
2020
from .url_safe import URLSafeTimedSerializer
2121

22-
__version__ = "2.0.0rc1"
22+
__version__ = "2.0.0rc2"

0 commit comments

Comments
 (0)