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 12, 2023
1 parent 962d7ec commit df8ad28
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 @@ -21,8 +21,8 @@ docs = [
"sphinx-rtd-theme~=1.0.0"
]
test = [
"pytest~=7.0",
"pytest-cov~=3.0"
"pytest~=7.2",
"pytest-cov~=4.0"
]
lint = [
"pylint~=2.17.0"
Expand All @@ -31,13 +31,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 df8ad28

Please sign in to comment.