Skip to content

Commit 6b2a74b

Browse files
Merge pull request #6 from SamhammerAG/KIT-3967
KIT-3976 Updates
2 parents d10fb5a + 60b3688 commit 6b2a74b

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sag-py-web-common"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Small helper functions for web projects"
55
authors = ["Samhammer AG"]
66
license = "MIT"
@@ -12,16 +12,17 @@ asgi-logger = "^0.1.0"
1212
fastapi = "^0.110.3"
1313

1414
[tool.poetry.group.dev.dependencies]
15-
flake8 = "*"
15+
build = ">=1.1.1"
16+
coverage-lcov = "*"
17+
flake8 = ">=5.0.4"
18+
mock = "*"
1619
mypy = "*"
17-
build = "*"
1820
pytest = "*"
1921
pytest-asyncio = "*"
2022
pytest-cov = "*"
21-
coverage-lcov = "*"
2223
toml = "*"
23-
mock = "*"
2424
types-mock = "*"
25+
zipp = ">=3.19.1"
2526

2627
[build-system]
2728
requires = ["setuptools>=61.0"]

requirements-dev.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
-r requirements.txt
2-
flake8
3-
mypy
4-
build
5-
2+
build>=1.1.1
3+
coverage
4+
coverage-lcov
5+
flake8>=5.0.4
66
mock
7-
types-mock
8-
7+
mypy
98
pytest
109
pytest-asyncio
1110
pytest-cov
12-
1311
# Toml and coverage temporarely fixes compatibility issues between coverage-lcov and coverage
1412
# see for details: https://github.com/theupdateframework/python-tuf/issues/2254
15-
coverage-lcov
1613
toml
17-
coverage
14+
types-mock
15+
zipp>=3.19.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setuptools.setup(
1313
name="sag-py-web-common",
14-
version="1.0.0",
14+
version="1.0.1",
1515
description="Small helper functions for web projects",
1616
long_description=LONG_DESCRIPTION,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)