Skip to content

Commit 44e7e23

Browse files
committed
Bump dependencies
1 parent b50e46e commit 44e7e23

File tree

5 files changed

+1575
-1349
lines changed

5 files changed

+1575
-1349
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.13.1
51+
rev: v0.14.3
5252
hooks:
5353
- id: ruff
5454
args: [--fix, --exit-non-zero-on-fix]

.pyproject_generation/pyproject_custom.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ghga_service_commons"
3-
version = "5.1.0"
3+
version = "5.2.0"
44
description = "A library that contains common functionality used in services of GHGA"
55
readme = "README.md"
66
authors = [
@@ -10,7 +10,7 @@ dependencies = ["pydantic >=2, <3"]
1010

1111
[project.optional-dependencies]
1212
api = [
13-
"fastapi>=0.115.4, <0.118",
13+
"fastapi>=0.115.4, <0.121",
1414
"uvicorn[standard]>=0.35, <0.37",
1515
"ghga-service-commons[http,objectstorage]",
1616
]

0 commit comments

Comments
 (0)