Skip to content

Commit

Permalink
Update core/build/testing/publication dependency version locks in pac…
Browse files Browse the repository at this point in the history
…kage file.
  • Loading branch information
lapets committed Jun 3, 2023
1 parent 985abec commit e785775
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Expand Up @@ -13,7 +13,7 @@ authors = [
readme = "README.rst"
requires-python = ">=3.7"
dependencies = [
"egcd~=0.4"
"egcd~=0.5"
]

[project.urls]
Expand All @@ -27,8 +27,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 @@ -37,13 +37,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 e785775

Please sign in to comment.