Skip to content

Commit e785775

Browse files
committed
Update core/build/testing/publication dependency version locks in package file.
1 parent 985abec commit e785775

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
readme = "README.rst"
1414
requires-python = ">=3.7"
1515
dependencies = [
16-
"egcd~=0.4"
16+
"egcd~=0.5"
1717
]
1818

1919
[project.urls]
@@ -27,8 +27,8 @@ docs = [
2727
"sphinx-rtd-theme~=1.0.0"
2828
]
2929
test = [
30-
"pytest~=7.0",
31-
"pytest-cov~=3.0"
30+
"pytest~=7.2",
31+
"pytest-cov~=4.0"
3232
]
3333
lint = [
3434
"pylint~=2.17.0"
@@ -37,13 +37,13 @@ coveralls = [
3737
"coveralls~=3.3.1"
3838
]
3939
publish = [
40-
"build~=0.8",
40+
"build~=0.10",
4141
"twine~=4.0"
4242
]
4343

4444
[build-system]
4545
requires = [
46-
"setuptools~=62.0"
46+
"setuptools~=67.6"
4747
]
4848
build-backend = "setuptools.build_meta"
4949

0 commit comments

Comments
 (0)