Skip to content

Commit ff3e610

Browse files
committed
Update requirements.txt (#730)
1 parent db0a71f commit ff3e610

3 files changed

Lines changed: 4 additions & 5 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 [\#729](https://github.com/EMMC-ASBL/oteapi-services/pull/729) ([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.20260511.528"
9+
__version__ = "1.20260518.529"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ celery==5.6.3
99
certifi==2026.4.22
1010
cffi==2.0.0
1111
charset-normalizer==3.4.7
12-
click==8.3.3
12+
click==8.4.0
1313
click-didyoumean==0.3.1
1414
click-plugins==1.1.1.2
1515
click-repl==0.3.0
@@ -24,7 +24,7 @@ h2==4.3.0
2424
hpack==4.1.0
2525
Hypercorn==0.18.0
2626
hyperframe==6.1.0
27-
idna==3.14
27+
idna==3.15
2828
invoke==3.0.3
2929
kombu==5.6.2
3030
openpyxl==3.1.5
@@ -44,7 +44,7 @@ PyNaCl==1.6.2
4444
python-dateutil==2.9.0.post0
4545
python-dotenv==1.2.2
4646
redis==7.4.0
47-
requests==2.33.1
47+
requests==2.34.2
4848
six==1.17.0
4949
starlette==1.0.0
5050
taskgroup==0.2.2

0 commit comments

Comments
 (0)