Skip to content

Commit 7d0c562

Browse files
committed
Update requirements.txt (#710)
1 parent 64444b6 commit 7d0c562

4 files changed

Lines changed: 29 additions & 13 deletions

File tree

.github/utils/direct_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ hypercorn>=0.17.3
33
oteapi-core>=1.0.1
44
pydantic>=2.12.5
55
pydantic-settings>=2.13.1
6-
redis>=7.3.0
6+
redis>=7.4.0
77
tenacity>=9.1.4

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@
66

77
**Merged pull requests:**
88

9+
- \[pre-commit.ci\] pre-commit autoupdate [\#708](https://github.com/EMMC-ASBL/oteapi-services/pull/708) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
10+
- \[pre-commit.ci\] pre-commit autoupdate [\#705](https://github.com/EMMC-ASBL/oteapi-services/pull/705) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
11+
- \[pre-commit.ci\] pre-commit autoupdate [\#703](https://github.com/EMMC-ASBL/oteapi-services/pull/703) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
12+
- Update dependabot's gh-actions section [\#700](https://github.com/EMMC-ASBL/oteapi-services/pull/700) ([CasperWA](https://github.com/CasperWA))
13+
- \[pre-commit.ci\] pre-commit autoupdate [\#695](https://github.com/EMMC-ASBL/oteapi-services/pull/695) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
14+
- \[pre-commit.ci\] pre-commit autoupdate [\#693](https://github.com/EMMC-ASBL/oteapi-services/pull/693) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
15+
- \[pre-commit.ci\] pre-commit autoupdate [\#690](https://github.com/EMMC-ASBL/oteapi-services/pull/690) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
16+
- \[pre-commit.ci\] pre-commit autoupdate [\#688](https://github.com/EMMC-ASBL/oteapi-services/pull/688) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
17+
- \[pre-commit.ci\] pre-commit autoupdate [\#685](https://github.com/EMMC-ASBL/oteapi-services/pull/685) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
18+
- \[pre-commit.ci\] pre-commit autoupdate [\#683](https://github.com/EMMC-ASBL/oteapi-services/pull/683) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
19+
- \[pre-commit.ci\] pre-commit autoupdate [\#682](https://github.com/EMMC-ASBL/oteapi-services/pull/682) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
20+
- \[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))
21+
- \[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))
22+
- \[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))
23+
- \[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))
24+
- \[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))
925
- \[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))
1026

1127
## [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.20260408.508"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
amqp==5.3.1
22
annotated-doc==0.0.4
33
annotated-types==0.7.0
4-
anyio==4.12.1
4+
anyio==4.13.0
55
async-timeout==5.0.1
66
bcrypt==5.0.0
77
billiard==4.2.4
8-
celery==5.6.2
8+
celery==5.6.3
99
certifi==2026.2.25
1010
cffi==2.0.0
11-
charset-normalizer==3.4.6
12-
click==8.3.1
11+
charset-normalizer==3.4.7
12+
click==8.3.2
1313
click-didyoumean==0.3.1
1414
click-plugins==1.1.1.2
1515
click-repl==0.3.0
16-
cryptography==46.0.5
16+
cryptography==46.0.6
1717
diskcache==5.6.3
1818
et_xmlfile==2.0.0
1919
exceptiongroup==1.3.1
20-
fastapi==0.135.1
20+
fastapi==0.135.3
2121
fastapi-slim==0.129.1
2222
h11==0.16.0
2323
h2==4.3.0
@@ -30,7 +30,7 @@ openpyxl==3.1.5
3030
oteapi-core==1.0.1
3131
packaging==26.0
3232
paramiko==3.5.1
33-
pillow==12.1.1
33+
pillow==12.2.0
3434
priority==2.0.0
3535
prompt_toolkit==3.0.52
3636
psycopg==3.3.3
@@ -43,16 +43,16 @@ PyNaCl==1.6.2
4343
pysftp==0.2.9
4444
python-dateutil==2.9.0.post0
4545
python-dotenv==1.2.2
46-
redis==7.3.0
47-
requests==2.32.5
46+
redis==7.4.0
47+
requests==2.33.1
4848
six==1.17.0
4949
starlette==1.0.0
5050
taskgroup==0.2.2
5151
tenacity==9.1.4
52-
tomli==2.4.0
52+
tomli==2.4.1
5353
typing-inspection==0.4.2
5454
typing_extensions==4.15.0
55-
tzdata==2025.3
55+
tzdata==2026.1
5656
tzlocal==5.3.1
5757
urllib3==2.6.3
5858
vine==5.1.0

0 commit comments

Comments
 (0)