Skip to content

Commit 51ac8dd

Browse files
committed
Update requirements.txt (#628)
1 parent 7650d22 commit 51ac8dd

4 files changed

Lines changed: 6 additions & 7 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.7
55
pydantic-settings>=2.10.1
6-
redis>=6.2.0
6+
redis>=6.4.0
77
tenacity>=9.1.2

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 [\#627](https://github.com/EMMC-ASBL/oteapi-services/pull/627) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
109
- \[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))
1110

1211
## [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.20250805.436"
9+
__version__ = "1.20250811.437"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
amqp==5.3.1
22
annotated-types==0.7.0
3-
anyio==4.9.0
3+
anyio==4.10.0
44
async-timeout==5.0.1
55
bcrypt==4.3.0
66
billiard==4.2.1
77
celery==5.5.3
88
certifi==2025.8.3
99
cffi==1.17.1
10-
charset-normalizer==3.4.2
10+
charset-normalizer==3.4.3
1111
click==8.2.1
1212
click-didyoumean==0.3.1
1313
click-plugins==1.1.1.2
1414
click-repl==0.3.0
15-
cryptography==45.0.5
15+
cryptography==45.0.6
1616
diskcache==5.6.3
1717
et_xmlfile==2.0.0
1818
exceptiongroup==1.3.0
@@ -42,7 +42,7 @@ PyNaCl==1.5.0
4242
pysftp==0.2.9
4343
python-dateutil==2.9.0.post0
4444
python-dotenv==1.1.1
45-
redis==6.2.0
45+
redis==6.4.0
4646
requests==2.32.4
4747
six==1.17.0
4848
sniffio==1.3.1

0 commit comments

Comments
 (0)