Skip to content

Commit 61adf23

Browse files
author
David Fritzsche
committed
Bump dependencies
1 parent ae89170 commit 61adf23

File tree

4 files changed

+79
-79
lines changed

4 files changed

+79
-79
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ decorators are extracted from the ast.
9696

9797
# Changelog
9898

99+
## v0.0.10
100+
101+
* Add support for pytest 7.0.x and require Python >= 3.7 (#23)
102+
* Bump dependencies (#24)
103+
99104
## v0.0.9
100105

101106
* Disable soft error limit (#21)

Diff for: constraints.txt

+27-28
Original file line numberDiff line numberDiff line change
@@ -4,63 +4,62 @@
44
#
55
# sh lock_requirements.sh
66
#
7-
attrs==21.2.0
8-
backports.entry-points-selectable==1.1.1
7+
attrs==21.4.0
98
binaryornot==0.4.4
10-
black==21.12b0
11-
boolean.py==3.8
9+
black==22.1.0
10+
boolean-py==3.8
1211
bump2version==1.0.1
1312
certifi==2021.10.8
1413
chardet==4.0.0
15-
charset-normalizer==2.0.9
16-
click==8.0.3
17-
coverage==6.2
18-
dflit-core==2.3.0.1
14+
charset-normalizer==2.0.12
15+
click==8.0.4
16+
coverage==6.3.2
1917
dflit==2.3.0.1
18+
dflit-core==2.3.0.1
2019
distlib==0.3.4
2120
docutils==0.18.1
22-
filelock==3.4.0
23-
flake8-black==0.2.3
24-
flake8-isort==4.1.1
21+
filelock==3.6.0
2522
flake8==4.0.1
23+
flake8-black==0.3.2
24+
flake8-isort==4.1.1
2625
fsfe-reuse==1.0.0
2726
idna==3.3
2827
iniconfig==1.1.1
2928
invoke==1.6.0
3029
isort==5.10.1
3130
jinja2==3.0.3
3231
license-expression==21.6.14
33-
markupsafe==2.0.1
32+
markupsafe==2.1.0
3433
mccabe==0.6.1
34+
mypy==0.931
3535
mypy-extensions==0.4.3
36-
mypy==0.930
3736
packaging==21.3
3837
pathspec==0.9.0
3938
pep517==0.12.0
40-
pip-tools==6.4.0
41-
platformdirs==2.4.0
39+
pip-tools==6.5.1
40+
platformdirs==2.5.1
4241
pluggy==1.0.0
4342
py==1.11.0
4443
pycodestyle==2.8.0
4544
pyflakes==2.4.0
46-
pyparsing==3.0.6
45+
pyparsing==3.0.7
46+
pytest==7.0.1
4747
pytest-cov==3.0.0
4848
pytest-html==3.1.1
4949
pytest-metadata==1.11.0
50-
pytest==6.2.5
51-
python-debian==0.1.42
50+
python-debian==0.1.43
5251
pytoml==0.1.21
53-
requests==2.26.0
54-
reuse==0.13.0
52+
requests==2.27.1
53+
reuse==0.14.0
5554
six==1.16.0
56-
testfixtures==6.18.3
55+
testfixtures==6.18.5
5756
toml==0.10.2
58-
tomli==1.2.3
57+
tomli==2.0.1
58+
tox==3.24.5
5959
tox-pyenv==1.1.0
60-
tox==3.24.4
61-
typing-extensions==4.0.1
62-
urllib3==1.26.7
63-
virtualenv==20.10.0
60+
typing-extensions==4.1.1
61+
urllib3==1.26.8
62+
virtualenv==20.13.2
6463
wheel==0.37.1
65-
pip==21.3.1
66-
setuptools==60.1.0
64+
pip==22.0.3
65+
setuptools==60.9.3

Diff for: requirements.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# SPDX-FileCopyrightText: David Fritzsche
22
# SPDX-License-Identifier: CC0-1.0
3-
black==21.12b0
3+
black<23
44
bump2version
55
coverage[toml]
66
dflit
77
flake8-black
88
flake8-isort
99
fsfe-reuse
1010
invoke
11-
mypy==0.930
11+
mypy==0.931
1212
pip-tools
1313
pip>=19.3
1414
pytest-cov
1515
pytest-html
16-
pytest~=6.2.5
16+
pytest~=7.0.1
1717
setuptools>=43
1818
tox-pyenv
1919
tox>=3.14.3

Diff for: requirements.txt

+44-48
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
#
2-
# This file is autogenerated by pip-compile
2+
# This file is autogenerated by pip-compile with python 3.10
33
# To update, run:
44
#
55
# pip-compile --allow-unsafe --no-emit-index-url
66
#
7-
attrs==21.2.0
7+
attrs==21.4.0
88
# via pytest
9-
backports.entry-points-selectable==1.1.1
10-
# via virtualenv
119
binaryornot==0.4.4
1210
# via reuse
13-
black==21.12b0
11+
black==22.1.0
1412
# via
1513
# -r requirements.in
1614
# flake8-black
17-
boolean.py==3.8
15+
boolean-py==3.8
1816
# via
1917
# license-expression
2018
# reuse
@@ -26,36 +24,36 @@ chardet==4.0.0
2624
# via
2725
# binaryornot
2826
# python-debian
29-
charset-normalizer==2.0.9
27+
charset-normalizer==2.0.12
3028
# via requests
31-
click==8.0.3
29+
click==8.0.4
3230
# via
3331
# black
3432
# pip-tools
35-
coverage[toml]==6.2
33+
coverage[toml]==6.3.2
3634
# via
3735
# -r requirements.in
3836
# pytest-cov
39-
dflit-core==2.3.0.1
40-
# via dflit
4137
dflit==2.3.0.1
4238
# via -r requirements.in
39+
dflit-core==2.3.0.1
40+
# via dflit
4341
distlib==0.3.4
4442
# via virtualenv
4543
docutils==0.18.1
4644
# via dflit
47-
filelock==3.4.0
45+
filelock==3.6.0
4846
# via
4947
# tox
5048
# virtualenv
51-
flake8-black==0.2.3
52-
# via -r requirements.in
53-
flake8-isort==4.1.1
54-
# via -r requirements.in
5549
flake8==4.0.1
5650
# via
5751
# flake8-black
5852
# flake8-isort
53+
flake8-black==0.3.2
54+
# via -r requirements.in
55+
flake8-isort==4.1.1
56+
# via -r requirements.in
5957
fsfe-reuse==1.0.0
6058
# via -r requirements.in
6159
idna==3.3
@@ -70,16 +68,16 @@ jinja2==3.0.3
7068
# via reuse
7169
license-expression==21.6.14
7270
# via reuse
73-
markupsafe==2.0.1
71+
markupsafe==2.1.0
7472
# via jinja2
7573
mccabe==0.6.1
7674
# via flake8
75+
mypy==0.931
76+
# via -r requirements.in
7777
mypy-extensions==0.4.3
7878
# via
7979
# black
8080
# mypy
81-
mypy==0.930
82-
# via -r requirements.in
8381
packaging==21.3
8482
# via
8583
# pytest
@@ -88,9 +86,9 @@ pathspec==0.9.0
8886
# via black
8987
pep517==0.12.0
9088
# via pip-tools
91-
pip-tools==6.4.0
89+
pip-tools==6.5.1
9290
# via -r requirements.in
93-
platformdirs==2.4.0
91+
platformdirs==2.5.1
9492
# via
9593
# black
9694
# virtualenv
@@ -106,72 +104,70 @@ pycodestyle==2.8.0
106104
# via flake8
107105
pyflakes==2.4.0
108106
# via flake8
109-
pyparsing==3.0.6
107+
pyparsing==3.0.7
110108
# via packaging
109+
pytest==7.0.1
110+
# via
111+
# -r requirements.in
112+
# pytest-cov
113+
# pytest-html
114+
# pytest-metadata
111115
pytest-cov==3.0.0
112116
# via -r requirements.in
113117
pytest-html==3.1.1
114118
# via -r requirements.in
115119
pytest-metadata==1.11.0
116120
# via pytest-html
117-
pytest==6.2.5
118-
# via
119-
# -r requirements.in
120-
# pytest-cov
121-
# pytest-html
122-
# pytest-metadata
123-
python-debian==0.1.42
121+
python-debian==0.1.43
124122
# via reuse
125123
pytoml==0.1.21
126124
# via
127125
# dflit
128126
# dflit-core
129-
requests==2.26.0
127+
requests==2.27.1
130128
# via
131129
# dflit
132130
# reuse
133-
reuse==0.13.0
131+
reuse==0.14.0
134132
# via fsfe-reuse
135133
six==1.16.0
136134
# via
137135
# tox
138136
# virtualenv
139-
testfixtures==6.18.3
137+
testfixtures==6.18.5
140138
# via flake8-isort
141139
toml==0.10.2
142-
# via
143-
# flake8-black
144-
# pytest
145-
# tox
146-
tomli==1.2.3
140+
# via tox
141+
tomli==2.0.1
147142
# via
148143
# black
149144
# coverage
145+
# flake8-black
150146
# mypy
151147
# pep517
152-
tox-pyenv==1.1.0
153-
# via -r requirements.in
154-
tox==3.24.4
148+
# pytest
149+
tox==3.24.5
155150
# via
156151
# -r requirements.in
157152
# tox-pyenv
158-
typing-extensions==4.0.1
159-
# via
160-
# black
161-
# mypy
162-
urllib3==1.26.7
153+
tox-pyenv==1.1.0
154+
# via -r requirements.in
155+
typing-extensions==4.1.1
156+
# via mypy
157+
urllib3==1.26.8
163158
# via requests
164-
virtualenv==20.10.0
159+
virtualenv==20.13.2
165160
# via tox
166161
wheel==0.37.1
167162
# via pip-tools
168163

169164
# The following packages are considered to be unsafe in a requirements file:
170-
pip==21.3.1
165+
pip==22.0.3
171166
# via
172167
# -r requirements.in
173168
# pip-tools
174-
setuptools==60.1.0
169+
setuptools==60.9.3
175170
# via
176171
# -r requirements.in
177172
# pip-tools
173+
# reuse

0 commit comments

Comments
 (0)