Skip to content

Commit 302de6b

Browse files
committed
Update requirements.txt (#672)
1 parent d5b0ee1 commit 302de6b

4 files changed

Lines changed: 12 additions & 11 deletions

File tree

.github/utils/direct_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
fastapi-slim>=0.123.0
1+
fastapi-slim>=0.124.0
22
hypercorn>=0.17.3
3-
oteapi-core>=1.0.0
3+
oteapi-core>=1.0.1
44
pydantic>=2.12.5
55
pydantic-settings>=2.12.0
66
redis>=7.1.0

CHANGELOG.md

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

77
**Merged pull requests:**
88

9+
- \[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))
10+
- \[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))
911
- \[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))
1012

1113
## [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.20251208.474"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

requirements.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,23 @@ cryptography==46.0.3
1717
diskcache==5.6.3
1818
et_xmlfile==2.0.0
1919
exceptiongroup==1.3.1
20-
fastapi-slim==0.123.0
20+
fastapi-slim==0.124.0
2121
h11==0.16.0
2222
h2==4.3.0
2323
hpack==4.1.0
2424
Hypercorn==0.18.0
2525
hyperframe==6.1.0
2626
idna==3.11
27-
invoke==2.2.1
2827
kombu==5.6.1
2928
openpyxl==3.1.5
30-
oteapi-core==1.0.0
29+
oteapi-core==1.0.1
3130
packaging==25.0
32-
paramiko==4.0.0
33-
pillow==11.3.0
31+
paramiko==3.5.1
32+
pillow==12.0.0
3433
priority==2.0.0
3534
prompt_toolkit==3.0.52
36-
psycopg==3.2.13
37-
psycopg-binary==3.2.13
35+
psycopg==3.3.2
36+
psycopg-binary==3.3.2
3837
pycparser==2.23
3938
pydantic==2.12.5
4039
pydantic-settings==2.12.0
@@ -54,7 +53,7 @@ typing-inspection==0.4.2
5453
typing_extensions==4.15.0
5554
tzdata==2025.2
5655
tzlocal==5.3.1
57-
urllib3==2.5.0
56+
urllib3==2.6.0
5857
vine==5.1.0
5958
wcwidth==0.2.14
6059
wsproto==1.3.2

0 commit comments

Comments
 (0)