Skip to content

Commit 7222399

Browse files
committed
Update requirements.txt (#608)
1 parent cc25a02 commit 7222399

4 files changed

Lines changed: 8 additions & 16 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.0
44
pydantic>=2.11.4
55
pydantic-settings>=2.9.1
6-
redis>=6.0.0
6+
redis>=6.1.0
77
tenacity>=9.1.2

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/EMMC-ASBL/oteapi-services/tree/HEAD)
4-
5-
[Full Changelog](https://github.com/EMMC-ASBL/oteapi-services/compare/v1.20250410.410...HEAD)
6-
7-
**Merged pull requests:**
8-
9-
- \[pre-commit.ci\] pre-commit autoupdate [\#607](https://github.com/EMMC-ASBL/oteapi-services/pull/607) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
10-
113
## [v1.20250410.410](https://github.com/EMMC-ASBL/oteapi-services/tree/v1.20250410.410) (2025-04-10)
124

135
[Full Changelog](https://github.com/EMMC-ASBL/oteapi-services/compare/v1.20230324.302...v1.20250410.410)

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

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ celery==5.5.2
88
certifi==2025.4.26
99
cffi==1.17.1
1010
charset-normalizer==3.4.2
11-
click==8.1.8
11+
click==8.2.0
1212
click-didyoumean==0.3.1
1313
click-plugins==1.1.1
1414
click-repl==0.3.0
15-
cryptography==44.0.3
15+
cryptography==45.0.2
1616
diskcache==5.6.3
1717
et_xmlfile==2.0.0
18-
exceptiongroup==1.2.2
18+
exceptiongroup==1.3.0
1919
fastapi-slim==0.115.12
2020
h11==0.16.0
2121
h2==4.2.0
@@ -30,8 +30,8 @@ paramiko==3.5.1
3030
pillow==11.2.1
3131
priority==2.0.0
3232
prompt_toolkit==3.0.51
33-
psycopg==3.2.7
34-
psycopg-binary==3.2.7
33+
psycopg==3.2.9
34+
psycopg-binary==3.2.9
3535
pycparser==2.22
3636
pydantic==2.11.4
3737
pydantic-settings==2.9.1
@@ -40,7 +40,7 @@ PyNaCl==1.5.0
4040
pysftp==0.2.9
4141
python-dateutil==2.9.0.post0
4242
python-dotenv==1.1.0
43-
redis==6.0.0
43+
redis==6.1.0
4444
requests==2.32.3
4545
six==1.17.0
4646
sniffio==1.3.1

0 commit comments

Comments
 (0)