Skip to content

Commit 0abf9ae

Browse files
committed
Update requirements.txt (#663)
1 parent eef4bbc commit 0abf9ae

4 files changed

Lines changed: 11 additions & 12 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
fastapi-slim>=0.121.1
1+
fastapi-slim>=0.121.2
22
hypercorn>=0.17.3
33
oteapi-core>=1.0.0
44
pydantic>=2.12.4
5-
pydantic-settings>=2.11.0
5+
pydantic-settings>=2.12.0
66
redis>=7.0.1
77
tenacity>=9.1.2

CHANGELOG.md

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

77
**Merged pull requests:**
88

9-
- \[pre-commit.ci\] pre-commit autoupdate [\#662](https://github.com/EMMC-ASBL/oteapi-services/pull/662) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
109
- \[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))
1110

1211
## [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.20251110.466"
9+
__version__ = "1.20251117.467"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
amqp==5.3.1
2-
annotated-doc==0.0.3
2+
annotated-doc==0.0.4
33
annotated-types==0.7.0
44
anyio==4.11.0
55
async-timeout==5.0.1
66
bcrypt==5.0.0
7-
billiard==4.2.2
7+
billiard==4.2.3
88
celery==5.5.3
9-
certifi==2025.10.5
9+
certifi==2025.11.12
1010
cffi==2.0.0
1111
charset-normalizer==3.4.4
12-
click==8.3.0
12+
click==8.3.1
1313
click-didyoumean==0.3.1
1414
click-plugins==1.1.1.2
1515
click-repl==0.3.0
1616
cryptography==46.0.3
1717
diskcache==5.6.3
1818
et_xmlfile==2.0.0
1919
exceptiongroup==1.3.0
20-
fastapi-slim==0.121.1
20+
fastapi-slim==0.121.2
2121
h11==0.16.0
2222
h2==4.3.0
2323
hpack==4.1.0
@@ -37,9 +37,9 @@ psycopg==3.2.12
3737
psycopg-binary==3.2.12
3838
pycparser==2.23
3939
pydantic==2.12.4
40-
pydantic-settings==2.11.0
40+
pydantic-settings==2.12.0
4141
pydantic_core==2.41.5
42-
PyNaCl==1.6.0
42+
PyNaCl==1.6.1
4343
pysftp==0.2.9
4444
python-dateutil==2.9.0.post0
4545
python-dotenv==1.2.1
@@ -57,4 +57,4 @@ tzdata==2025.2
5757
urllib3==2.5.0
5858
vine==5.1.0
5959
wcwidth==0.2.14
60-
wsproto==1.2.0
60+
wsproto==1.3.1

0 commit comments

Comments
 (0)