Skip to content

Commit 73f96c1

Browse files
committed
Update requirements.txt (#675)
1 parent f9194a4 commit 73f96c1

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/utils/direct_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fastapi-slim>=0.124.0
1+
fastapi-slim>=0.124.4
22
hypercorn>=0.17.3
33
oteapi-core>=1.0.1
44
pydantic>=2.12.5

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
**Merged pull requests:**
88

9+
- \[pre-commit.ci\] pre-commit autoupdate [\#673](https://github.com/EMMC-ASBL/oteapi-services/pull/673) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
10+
- \[pre-commit.ci\] pre-commit autoupdate [\#670](https://github.com/EMMC-ASBL/oteapi-services/pull/670) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
11+
- \[pre-commit.ci\] pre-commit autoupdate [\#668](https://github.com/EMMC-ASBL/oteapi-services/pull/668) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
912
- \[pre-commit.ci\] pre-commit autoupdate [\#616](https://github.com/EMMC-ASBL/oteapi-services/pull/616) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
1013

1114
## [v1.20250410.410](https://github.com/EMMC-ASBL/oteapi-services/tree/v1.20250410.410) (2025-04-10)

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
from __future__ import annotations
88

9-
__version__ = "1.20251124.470"
9+
__version__ = "1.20251215.478"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cryptography==46.0.3
1717
diskcache==5.6.3
1818
et_xmlfile==2.0.0
1919
exceptiongroup==1.3.1
20-
fastapi-slim==0.124.0
20+
fastapi-slim==0.124.4
2121
h11==0.16.0
2222
h2==4.3.0
2323
hpack==4.1.0
@@ -51,9 +51,9 @@ tenacity==9.1.2
5151
tomli==2.3.0
5252
typing-inspection==0.4.2
5353
typing_extensions==4.15.0
54-
tzdata==2025.2
54+
tzdata==2025.3
5555
tzlocal==5.3.1
56-
urllib3==2.6.0
56+
urllib3==2.6.2
5757
vine==5.1.0
5858
wcwidth==0.2.14
5959
wsproto==1.3.2

0 commit comments

Comments
 (0)