Skip to content

Commit 2099279

Browse files
authored
Merge pull request #15 from SamhammerAG/KIT-4718
KIT-4718: Bump packages
2 parents 77a2ea8 + 7bd6438 commit 2099279

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.7"
3+
version = "1.0.9"
44
description = "Small helper functions for web projects"
55
authors = ["Samhammer AG"]
66
license = "MIT"

requirements-dev.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
-r requirements.txt
22
anyio >= 4.9.0
33
build >= 1.2.2.post1
4-
coverage
54
coverage-lcov
65
httpx >= 0.28.1
76
mock
@@ -11,8 +10,5 @@ pytest-asyncio
1110
pytest-cov
1211
starlette >= 0.46.2
1312
ruff
14-
# Toml and coverage temporarely fixes compatibility issues between coverage-lcov and coverage
15-
# see for details: https://github.com/theupdateframework/python-tuf/issues/2254
16-
toml
1713
types-mock
1814
zipp >= 3.21.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
asgi-logger>=0.1.0
2-
fastapi>=0.115.12, <1
3-
starlette>=0.46.2
2+
fastapi>=0.128.8, <1
3+
starlette>=0.52.1
44

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.8",
14+
version="1.0.9",
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)