Skip to content

Commit 166e55a

Browse files
committed
Update requirements.txt (#681)
1 parent ae3c356 commit 166e55a

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

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.20260112.484"
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
@@ -1,7 +1,7 @@
11
amqp==5.3.1
22
annotated-doc==0.0.4
33
annotated-types==0.7.0
4-
anyio==4.12.0
4+
anyio==4.12.1
55
async-timeout==5.0.1
66
bcrypt==5.0.0
77
billiard==4.2.4
@@ -48,12 +48,12 @@ six==1.17.0
4848
starlette==0.50.0
4949
taskgroup==0.2.2
5050
tenacity==9.1.2
51-
tomli==2.3.0
51+
tomli==2.4.0
5252
typing-inspection==0.4.2
5353
typing_extensions==4.15.0
5454
tzdata==2025.3
5555
tzlocal==5.3.1
56-
urllib3==2.6.2
56+
urllib3==2.6.3
5757
vine==5.1.0
5858
wcwidth==0.2.14
5959
wsproto==1.3.2

0 commit comments

Comments
 (0)