Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fritzsche authored and davidfritzsche committed Mar 2, 2022
1 parent b68fa9f commit 4f9429d
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 79 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ decorators are extracted from the ast.

# Changelog

## v0.0.10

* Add support for pytest 7.0.x and require Python >= 3.7 (#23)
* Bump dependencies (#24)

## v0.0.9

* Disable soft error limit (#21)
Expand Down
55 changes: 27 additions & 28 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,63 +4,62 @@
#
# sh lock_requirements.sh
#
attrs==21.2.0
backports.entry-points-selectable==1.1.1
attrs==21.4.0
binaryornot==0.4.4
black==21.12b0
boolean.py==3.8
black==22.1.0
boolean-py==3.8
bump2version==1.0.1
certifi==2021.10.8
chardet==4.0.0
charset-normalizer==2.0.9
click==8.0.3
coverage==6.2
dflit-core==2.3.0.1
charset-normalizer==2.0.12
click==8.0.4
coverage==6.3.2
dflit==2.3.0.1
dflit-core==2.3.0.1
distlib==0.3.4
docutils==0.18.1
filelock==3.4.0
flake8-black==0.2.3
flake8-isort==4.1.1
filelock==3.6.0
flake8==4.0.1
flake8-black==0.3.2
flake8-isort==4.1.1
fsfe-reuse==1.0.0
idna==3.3
iniconfig==1.1.1
invoke==1.6.0
isort==5.10.1
jinja2==3.0.3
license-expression==21.6.14
markupsafe==2.0.1
markupsafe==2.1.0
mccabe==0.6.1
mypy==0.931
mypy-extensions==0.4.3
mypy==0.930
packaging==21.3
pathspec==0.9.0
pep517==0.12.0
pip-tools==6.4.0
platformdirs==2.4.0
pip-tools==6.5.1
platformdirs==2.5.1
pluggy==1.0.0
py==1.11.0
pycodestyle==2.8.0
pyflakes==2.4.0
pyparsing==3.0.6
pyparsing==3.0.7
pytest==7.0.1
pytest-cov==3.0.0
pytest-html==3.1.1
pytest-metadata==1.11.0
pytest==6.2.5
python-debian==0.1.42
python-debian==0.1.43
pytoml==0.1.21
requests==2.26.0
reuse==0.13.0
requests==2.27.1
reuse==0.14.0
six==1.16.0
testfixtures==6.18.3
testfixtures==6.18.5
toml==0.10.2
tomli==1.2.3
tomli==2.0.1
tox==3.24.5
tox-pyenv==1.1.0
tox==3.24.4
typing-extensions==4.0.1
urllib3==1.26.7
virtualenv==20.10.0
typing-extensions==4.1.1
urllib3==1.26.8
virtualenv==20.13.2
wheel==0.37.1
pip==21.3.1
setuptools==60.1.0
pip==22.0.3
setuptools==60.9.3
6 changes: 3 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# SPDX-FileCopyrightText: David Fritzsche
# SPDX-License-Identifier: CC0-1.0
black==21.12b0
black<23
bump2version
coverage[toml]
dflit
flake8-black
flake8-isort
fsfe-reuse
invoke
mypy==0.930
mypy==0.931
pip-tools
pip>=19.3
pytest-cov
pytest-html
pytest~=6.2.5
pytest~=7.0.1
setuptools>=43
tox-pyenv
tox>=3.14.3
92 changes: 44 additions & 48 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --allow-unsafe --no-emit-index-url
#
attrs==21.2.0
attrs==21.4.0
# via pytest
backports.entry-points-selectable==1.1.1
# via virtualenv
binaryornot==0.4.4
# via reuse
black==21.12b0
black==22.1.0
# via
# -r requirements.in
# flake8-black
boolean.py==3.8
boolean-py==3.8
# via
# license-expression
# reuse
Expand All @@ -26,36 +24,36 @@ chardet==4.0.0
# via
# binaryornot
# python-debian
charset-normalizer==2.0.9
charset-normalizer==2.0.12
# via requests
click==8.0.3
click==8.0.4
# via
# black
# pip-tools
coverage[toml]==6.2
coverage[toml]==6.3.2
# via
# -r requirements.in
# pytest-cov
dflit-core==2.3.0.1
# via dflit
dflit==2.3.0.1
# via -r requirements.in
dflit-core==2.3.0.1
# via dflit
distlib==0.3.4
# via virtualenv
docutils==0.18.1
# via dflit
filelock==3.4.0
filelock==3.6.0
# via
# tox
# virtualenv
flake8-black==0.2.3
# via -r requirements.in
flake8-isort==4.1.1
# via -r requirements.in
flake8==4.0.1
# via
# flake8-black
# flake8-isort
flake8-black==0.3.2
# via -r requirements.in
flake8-isort==4.1.1
# via -r requirements.in
fsfe-reuse==1.0.0
# via -r requirements.in
idna==3.3
Expand All @@ -70,16 +68,16 @@ jinja2==3.0.3
# via reuse
license-expression==21.6.14
# via reuse
markupsafe==2.0.1
markupsafe==2.1.0
# via jinja2
mccabe==0.6.1
# via flake8
mypy==0.931
# via -r requirements.in
mypy-extensions==0.4.3
# via
# black
# mypy
mypy==0.930
# via -r requirements.in
packaging==21.3
# via
# pytest
Expand All @@ -88,9 +86,9 @@ pathspec==0.9.0
# via black
pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
pip-tools==6.5.1
# via -r requirements.in
platformdirs==2.4.0
platformdirs==2.5.1
# via
# black
# virtualenv
Expand All @@ -106,72 +104,70 @@ pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pyparsing==3.0.6
pyparsing==3.0.7
# via packaging
pytest==7.0.1
# via
# -r requirements.in
# pytest-cov
# pytest-html
# pytest-metadata
pytest-cov==3.0.0
# via -r requirements.in
pytest-html==3.1.1
# via -r requirements.in
pytest-metadata==1.11.0
# via pytest-html
pytest==6.2.5
# via
# -r requirements.in
# pytest-cov
# pytest-html
# pytest-metadata
python-debian==0.1.42
python-debian==0.1.43
# via reuse
pytoml==0.1.21
# via
# dflit
# dflit-core
requests==2.26.0
requests==2.27.1
# via
# dflit
# reuse
reuse==0.13.0
reuse==0.14.0
# via fsfe-reuse
six==1.16.0
# via
# tox
# virtualenv
testfixtures==6.18.3
testfixtures==6.18.5
# via flake8-isort
toml==0.10.2
# via
# flake8-black
# pytest
# tox
tomli==1.2.3
# via tox
tomli==2.0.1
# via
# black
# coverage
# flake8-black
# mypy
# pep517
tox-pyenv==1.1.0
# via -r requirements.in
tox==3.24.4
# pytest
tox==3.24.5
# via
# -r requirements.in
# tox-pyenv
typing-extensions==4.0.1
# via
# black
# mypy
urllib3==1.26.7
tox-pyenv==1.1.0
# via -r requirements.in
typing-extensions==4.1.1
# via mypy
urllib3==1.26.8
# via requests
virtualenv==20.10.0
virtualenv==20.13.2
# via tox
wheel==0.37.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
pip==22.0.3
# via
# -r requirements.in
# pip-tools
setuptools==60.1.0
setuptools==60.9.3
# via
# -r requirements.in
# pip-tools
# reuse

0 comments on commit 4f9429d

Please sign in to comment.