Skip to content

Commit c2d4c06

Browse files
committed
Bump version
2 parents 211ebaa + 55fafc9 commit c2d4c06

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
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-fastapi-health"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "A library for fastapi health checks"
55
authors = ["Samhammer AG"]
66
license = "MIT"

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ toml
1313
coverage
1414
mock
1515
types-mock
16-
zipp>=3.21.0 # not directly required, pinned by Snyk to avoid a vulnerability

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ aiohttp[speedups]>=3.9.4,<4
22
fastapi>=0.109.1
33
pydantic>=2.5.3
44
typing-extensions>=4.0.0
5-
zipp>=3.21.0 # not directly required, pinned by Snyk to avoid a vulnerability
6-

0 commit comments

Comments
 (0)