Skip to content

Commit 1196d9b

Browse files
dependabot[bot]CasperWA
authored andcommitted
Update invoke requirement in /.dev in the python group (#712)
Updates the requirements on [invoke](https://github.com/pyinvoke/invoke) to permit the latest version. Updates `invoke` to 3.0.0 - [Commits](pyinvoke/invoke@2.2.0...3.0.0) --- updated-dependencies: - dependency-name: invoke dependency-version: 3.0.0 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
1 parent 34af913 commit 1196d9b

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

.dev/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
debugpy>=1.8.0
22
fakeredis~=2.34
33
httpx~=0.28.1
4-
invoke~=2.2
4+
invoke~=3.0
55
pre-commit~=4.5
66
pytest~=9.0
77
pytest-cov~=7.1

.dev/requirements_release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
invoke~=2.2
1+
invoke~=3.0
22
pre-commit~=4.5

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

0 commit comments

Comments
 (0)