Skip to content

Commit 190b154

Browse files
resolve merge conflicts in dependences
2 parents a6807d7 + ae95718 commit 190b154

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
3-
requires = ["setuptools >= 65.0.0", "versioningit ~= 1.0", "wheel"]
3+
requires = ["setuptools >= 65.0.0", "versioningit >= 1,< 4", "wheel"]
44

55
[project]
66
authors = [
@@ -43,7 +43,7 @@ requires-python = '>=3.8'
4343
dev = ["pre-commit>=2.12.1"]
4444
#docs = ["jupyter-book>=0.13.1",]
4545

46-
tests = ["pytest==8.3.3", "pytest-cov==6.0.0", "types-requests"]
46+
tests = ["pytest==8.3.5", "pytest-cov==6.0.0", "types-requests"]
4747

4848

4949
[tool.setuptools.dynamic]

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
pytest==8.3.3
1+
pytest==8.3.5
22
pytest-cov==6.0.0
3-
coverage==7.6.7
4-
mypy==1.13.0
3+
coverage==7.8.0
4+
mypy==1.15.0
55
pydocstyle==6.1.1
66
flake8==7.1.1
7-
pylint==3.3.1
8-
black==24.8.0
7+
pylint==3.3.6
8+
black==25.1.0
99
pydantic==2.11.3

0 commit comments

Comments
 (0)