Skip to content

Commit a7404cd

Browse files
committed
Update requirements.txt (#680)
1 parent 88a3b38 commit a7404cd

4 files changed

Lines changed: 13 additions & 8 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.127.0
1+
fastapi-slim>=0.128.0
22
hypercorn>=0.17.3
33
oteapi-core>=1.0.1
44
pydantic>=2.12.5

CHANGELOG.md

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

77
**Merged pull requests:**
88

9+
- \[pre-commit.ci\] pre-commit autoupdate [\#679](https://github.com/EMMC-ASBL/oteapi-services/pull/679) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
10+
- \[pre-commit.ci\] pre-commit autoupdate [\#676](https://github.com/EMMC-ASBL/oteapi-services/pull/676) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
11+
- \[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))
12+
- \[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))
13+
- \[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))
914
- \[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))
1015

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

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ anyio==4.12.0
55
async-timeout==5.0.1
66
bcrypt==5.0.0
77
billiard==4.2.4
8-
celery==5.6.0
9-
certifi==2025.11.12
8+
celery==5.6.2
9+
certifi==2026.1.4
1010
cffi==2.0.0
1111
charset-normalizer==3.4.4
1212
click==8.3.1
@@ -17,19 +17,19 @@ cryptography==46.0.3
1717
diskcache==5.6.3
1818
et_xmlfile==2.0.0
1919
exceptiongroup==1.3.1
20-
fastapi-slim==0.127.0
20+
fastapi-slim==0.128.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-
kombu==5.6.1
27+
kombu==5.6.2
2828
openpyxl==3.1.5
2929
oteapi-core==1.0.1
3030
packaging==25.0
3131
paramiko==3.5.1
32-
pillow==12.0.0
32+
pillow==12.1.0
3333
priority==2.0.0
3434
prompt_toolkit==3.0.52
3535
psycopg==3.3.2
@@ -38,7 +38,7 @@ pycparser==2.23
3838
pydantic==2.12.5
3939
pydantic-settings==2.12.0
4040
pydantic_core==2.41.5
41-
PyNaCl==1.6.1
41+
PyNaCl==1.6.2
4242
pysftp==0.2.9
4343
python-dateutil==2.9.0.post0
4444
python-dotenv==1.2.1

0 commit comments

Comments
 (0)