Skip to content

Commit 79a5936

Browse files
committed
Version bumps
1 parent fbf3abf commit 79a5936

File tree

5 files changed

+483
-417
lines changed

5 files changed

+483
-417
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
- id: no-commit-to-branch
4949
args: [--branch, dev, --branch, int, --branch, main]
5050
- repo: https://github.com/astral-sh/ruff-pre-commit
51-
rev: v0.9.4
51+
rev: v0.9.9
5252
hooks:
5353
- id: ruff
5454
args: [--fix, --exit-non-zero-on-fix]

.pyproject_generation/pyproject_custom.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ghga_service_commons"
3-
version = "3.3.0"
3+
version = "3.4.0"
44
description = "A library that contains common functionality used in services of GHGA"
55
readme = "README.md"
66
authors = [
@@ -11,11 +11,11 @@ dependencies = ["pydantic >=2, <3"]
1111
[project.optional-dependencies]
1212
api = [
1313
"fastapi>=0.115.3, <0.116",
14-
"uvicorn[standard]>=0.29, <0.30",
14+
"uvicorn[standard]>=0.34, <0.35",
1515
"ghga-service-commons[http,objectstorage]",
1616
]
1717
http = [
18-
"httpx>=0.27, < 0.28",
18+
"httpx>=0.27",
1919
]
2020
auth = ["jwcrypto>=1.5.6, <2", "pydantic[email]>=2, <3"]
2121
crypt = ["pynacl>=1.5, <2", "crypt4gh>=1.6, <2"]

0 commit comments

Comments
 (0)