Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ decorators are extracted from the ast.
* Add support for pytest 8 (no actual change, but declare support)
([#46][i46], [#47][p47])
* Update GitHub actions ([#48][p48])
* Update development dependencies ([#49][p49])

## v0.1.1

Expand Down Expand Up @@ -231,3 +232,4 @@ decorators are extracted from the ast.
[p43]: https://github.com/davidfritzsche/pytest-mypy-testing/pull/43
[p47]: https://github.com/davidfritzsche/pytest-mypy-testing/pull/47
[p48]: https://github.com/davidfritzsche/pytest-mypy-testing/pull/48
[p49]: https://github.com/davidfritzsche/pytest-mypy-testing/pull/49
90 changes: 46 additions & 44 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,67 +6,69 @@
#
# ./lock-requirements.sh
#
attrs==22.2.0
attrs==23.2.0
binaryornot==0.4.4
black==23.1.0
black==24.2.0
boolean-py==4.0
build==0.10.0
build==1.0.3
bump2version==1.0.1
certifi==2022.12.7
chardet==5.1.0
charset-normalizer==3.0.1
click==8.1.3
coverage==7.2.0
certifi==2024.2.2
chardet==5.2.0
charset-normalizer==3.3.2
click==8.1.7
coverage==7.4.3
dflit==2.3.0.1
dflit-core==2.3.0.1
distlib==0.3.6
docutils==0.19
exceptiongroup==1.1.0
filelock==3.9.0
flake8==6.0.0
flake8-bugbear==23.2.13
flake8-comprehensions==3.10.1
distlib==0.3.8
docutils==0.20.1
exceptiongroup==1.2.0
filelock==3.12.2
flake8==7.0.0
flake8-bugbear==24.2.6
flake8-comprehensions==3.14.0
flake8-html==0.4.3
flake8-logging-format==0.9.0
flake8-mutable==1.2.0
flake8-pyi==23.1.2
flake8-pyi==24.1.0
fsfe-reuse==1.0.0
idna==3.4
idna==3.6
importlib-metadata==6.7.0
iniconfig==2.0.0
invoke==2.0.0
isort==5.12.0
jinja2==3.1.2
license-expression==30.1.0
markupsafe==2.1.2
invoke==2.2.0
isort==5.13.2
jinja2==3.1.3
license-expression==30.2.0
markupsafe==2.1.5
mccabe==0.7.0
mypy==1.0.1
mypy==1.8.0
mypy-extensions==1.0.0
packaging==23.0
pathspec==0.11.0
pip==23.0.1
pip-tools==6.12.2
platformdirs==3.0.0
pluggy==1.0.0
packaging==23.2
pathspec==0.12.1
pip==23.1.2
pip-tools==7.4.0
platformdirs==4.0.0
pluggy==1.2.0
py==1.11.0
pycodestyle==2.10.0
pyflakes==3.0.1
pygments==2.14.0
pycodestyle==2.11.1
pyflakes==3.2.0
pygments==2.17.2
pyproject-hooks==1.0.0
pytest==7.2.1
pytest-cov==4.0.0
pytest-html==3.2.0
pytest-metadata==2.0.4
pytest==7.4.4
pytest-cov==4.1.0
pytest-html==4.1.1
pytest-metadata==3.1.1
python-debian==0.1.49
pytoml==0.1.21
requests==2.28.2
reuse==1.1.2
setuptools==67.4.0
requests==2.31.0
reuse==3.0.1
setuptools==69.1.1
six==1.16.0
tomli==2.0.1
tox==3.28.0
tox-pyenv==1.1.0
types-invoke==2.0.0.3
typing-extensions==4.5.0
urllib3==1.26.14
virtualenv==20.19.0
wheel==0.38.4
types-invoke==2.0.0.10
typing-extensions==4.7.1
urllib3==2.2.1
virtualenv==20.25.1
wheel==0.42.0
zipp==3.15.0
20 changes: 14 additions & 6 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: David Fritzsche
# SPDX-License-Identifier: CC0-1.0
black>=23,<24
black >=24,<25
bump2version
coverage[toml]
dflit
Expand All @@ -13,13 +13,21 @@ flake8-pyi
fsfe-reuse
invoke
isort
mypy~=1.0
mypy ~=1.8
pip
pip-tools
pip>=20.3
pytest <8
pytest-cov
pytest-html
pytest~=7.2.1
setuptools>=43
tox < 4
setuptools >=69
tox <4
tox-pyenv
types-invoke

# to let the tox setup stay compatible with Python 3.7
filelock <3.12.3
importlib-metadata <6.8
platformdirs <4.1
pluggy <1.3
typing-extensions <4.8
zipp <3.16
Loading