Skip to content

Commit 83d159f

Browse files
dependabot[bot]TEAM4-0
authored andcommitted
Update fakeredis requirement in /.dev in the packages group (#677)
Updates the requirements on [fakeredis](https://github.com/cunla/fakeredis-py) to permit the latest version. Updates `fakeredis` to 2.33.0 - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](cunla/fakeredis-py@v2.32.0...v2.33.0) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.33.0 dependency-type: direct:development dependency-group: packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent adb3ba0 commit 83d159f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.dev/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
debugpy>=1.8.0
2-
fakeredis~=2.32
2+
fakeredis~=2.33
33
httpx~=0.28.1
44
invoke~=2.2
55
pre-commit~=4.5

CHANGELOG.md

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

77
**Merged pull requests:**
88

9+
- \[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))
10+
- \[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))
11+
- \[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))
12+
- \[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))
913
- \[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))
1014

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

0 commit comments

Comments
 (0)