Skip to content

Commit c7d5baa

Browse files
committed
Update requirements.txt (#732)
1 parent 7f51e9f commit c7d5baa

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

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 [\#731](https://github.com/EMMC-ASBL/oteapi-services/pull/731) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
109
- Replace push-protected with direct push via TEAM4-0 bypass [\#721](https://github.com/EMMC-ASBL/oteapi-services/pull/721) ([CasperWA](https://github.com/CasperWA))
1110
- Remove \[skip ci\] from bot commit message in CD release [\#720](https://github.com/EMMC-ASBL/oteapi-services/pull/720) ([CasperWA](https://github.com/CasperWA))
1211
- \[pre-commit.ci\] pre-commit autoupdate [\#717](https://github.com/EMMC-ASBL/oteapi-services/pull/717) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))

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.20260518.530"
9+
__version__ = "1.20260525.531"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ async-timeout==5.0.1
66
bcrypt==5.0.0
77
billiard==4.2.4
88
celery==5.6.3
9-
certifi==2026.4.22
9+
certifi==2026.5.20
1010
cffi==2.0.0
1111
charset-normalizer==3.4.7
12-
click==8.4.0
12+
click==8.4.1
1313
click-didyoumean==0.3.1
1414
click-plugins==1.1.1.2
1515
click-repl==0.3.0
1616
cryptography==48.0.0
1717
diskcache==5.6.3
1818
et_xmlfile==2.0.0
1919
exceptiongroup==1.3.1
20-
fastapi==0.136.1
20+
fastapi==0.136.3
2121
fastapi-slim==0.129.1
2222
h11==0.16.0
2323
h2==4.3.0
2424
hpack==4.1.0
2525
Hypercorn==0.18.0
2626
hyperframe==6.1.0
27-
idna==3.15
27+
idna==3.16
2828
invoke==3.0.3
2929
kombu==5.6.2
3030
openpyxl==3.1.5
@@ -46,7 +46,7 @@ python-dotenv==1.2.2
4646
redis==7.4.0
4747
requests==2.34.2
4848
six==1.17.0
49-
starlette==1.0.0
49+
starlette==1.1.0
5050
taskgroup==0.2.2
5151
tenacity==9.1.4
5252
tomli==2.4.1

0 commit comments

Comments
 (0)