Skip to content

Commit

Permalink
Update build/testing/publication dependency version locks in package …
Browse files Browse the repository at this point in the history
…file.
  • Loading branch information
lapets committed Jun 2, 2023
1 parent 14ef884 commit 47bfada
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ docs = [
"sphinx-autodoc-typehints~=1.12.0"
]
test = [
"pytest~=7.0",
"pytest-cov~=3.0"
"pytest~=7.2",
"pytest-cov~=4.0"
]
lint = [
"pylint~=2.17.0"
Expand All @@ -35,13 +35,13 @@ coveralls = [
"coveralls~=3.3.1"
]
publish = [
"build~=0.8",
"build~=0.10",
"twine~=4.0"
]

[build-system]
requires = [
"setuptools~=62.0"
"setuptools~=67.6"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 47bfada

Please sign in to comment.