Compare commits

...

1 Commits

Author SHA1 Message Date
6a45d1123e chore(deps): update dependency black to v23
All checks were successful
gitea-physics/pdme/pipeline/pr-master This commit looks good
2023-04-10 01:33:37 +00:00
2 changed files with 8 additions and 22 deletions

28
poetry.lock generated
View File

@ -52,15 +52,16 @@ python-versions = "*"
[[package]]
name = "black"
version = "22.3.0"
version = "23.3.0"
description = "The uncompromising code formatter."
category = "dev"
optional = false
python-versions = ">=3.6.2"
python-versions = ">=3.7"
[package.dependencies]
click = ">=8.0.0"
mypy-extensions = ">=0.4.3"
packaging = ">=22.0"
pathspec = ">=0.9.0"
platformdirs = ">=2"
tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
@ -93,7 +94,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "coverage"
version = "7.0.3"
version = "7.2.3"
description = "Code coverage measurement for Python"
category = "dev"
optional = false
@ -247,14 +248,11 @@ python-versions = ">=3.8"
[[package]]
name = "packaging"
version = "21.3"
version = "23.0"
description = "Core utilities for Python packages"
category = "dev"
optional = false
python-versions = ">=3.6"
[package.dependencies]
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
python-versions = ">=3.7"
[[package]]
name = "parso"
@ -381,17 +379,6 @@ category = "dev"
optional = false
python-versions = ">=3.5"
[[package]]
name = "pyparsing"
version = "3.0.6"
description = "Python parsing module"
category = "dev"
optional = false
python-versions = ">=3.6"
[package.extras]
diagrams = ["jinja2", "railroad-diagrams"]
[[package]]
name = "pytest"
version = "6.2.5"
@ -514,7 +501,7 @@ python-versions = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.8,<3.10"
content-hash = "f5614947eb2f77e9cd8bd9dc026a924f4cb7394c3fef9cb175ab5afbe201ca73"
content-hash = "be6bfa73e6db07338369f817a2d0c86f1072b313d23d470feb5ca49cfd5aa8ad"
[metadata.files]
appnope = []
@ -551,7 +538,6 @@ py = []
pycodestyle = []
pyflakes = []
pygments = []
pyparsing = []
pytest = []
pytest-cov = []
scipy = []

View File

@ -17,7 +17,7 @@ flake8 = "^4.0.0"
pytest-cov = "^3.0.0"
mypy = "^0.961"
ipython = "^8.2.0"
black = "^22.3.0"
black = "^23.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]