Skip to content

Commit b72f569

Browse files
committed
Update requirements.txt (#621)
1 parent 0c3d8ec commit b72f569

4 files changed

Lines changed: 7 additions & 8 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.115.13
1+
fastapi-slim>=0.115.14
22
hypercorn>=0.17.3
33
oteapi-core>=1.0.0
44
pydantic>=2.11.7
5-
pydantic-settings>=2.10.0
5+
pydantic-settings>=2.10.1
66
redis>=6.2.0
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 [\#620](https://github.com/EMMC-ASBL/oteapi-services/pull/620) ([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.20250626.430"
9+
__version__ = "1.20250630.431"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ cffi==1.17.1
1010
charset-normalizer==3.4.2
1111
click==8.2.1
1212
click-didyoumean==0.3.1
13-
click-plugins==1.1.1
13+
click-plugins==1.1.1.2
1414
click-repl==0.3.0
1515
cryptography==45.0.4
1616
diskcache==5.6.3
1717
et_xmlfile==2.0.0
1818
exceptiongroup==1.3.0
19-
fastapi-slim==0.115.13
19+
fastapi-slim==0.115.14
2020
h11==0.16.0
2121
h2==4.2.0
2222
hpack==4.1.0
@@ -35,12 +35,12 @@ psycopg==3.2.9
3535
psycopg-binary==3.2.9
3636
pycparser==2.22
3737
pydantic==2.11.7
38-
pydantic-settings==2.10.0
38+
pydantic-settings==2.10.1
3939
pydantic_core==2.33.2
4040
PyNaCl==1.5.0
4141
pysftp==0.2.9
4242
python-dateutil==2.9.0.post0
43-
python-dotenv==1.1.0
43+
python-dotenv==1.1.1
4444
redis==6.2.0
4545
requests==2.32.4
4646
six==1.17.0

0 commit comments

Comments
 (0)