Skip to content

Commit 12dc76d

Browse files
dependabot[bot]TEAM4-0
authored andcommitted
Update debugpy requirement in /.dev in the python group (#738)
Updates the requirements on [debugpy](https://github.com/microsoft/debugpy) to permit the latest version. Updates `debugpy` to 1.8.21 - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](microsoft/debugpy@v1.8.20...v1.8.21) --- updated-dependencies: - dependency-name: debugpy dependency-version: 1.8.21 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81af5c8 commit 12dc76d

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.dev/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
debugpy>=1.8.20
1+
debugpy>=1.8.21
22
fakeredis~=2.36
33
httpx~=0.28.1
44
invoke~=3.0

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 [\#736](https://github.com/EMMC-ASBL/oteapi-services/pull/736) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
109
- Replace push-protected with direct push via TEAM4-0 bypass [\#721](https://github.com/EMMC-ASBL/oteapi-services/pull/721) ([CasperWA](https://github.com/CasperWA))
1110
- Remove \[skip ci\] from bot commit message in CD release [\#720](https://github.com/EMMC-ASBL/oteapi-services/pull/720) ([CasperWA](https://github.com/CasperWA))
1211
- \[pre-commit.ci\] pre-commit autoupdate [\#717](https://github.com/EMMC-ASBL/oteapi-services/pull/717) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))

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

0 commit comments

Comments
 (0)