From d33a48988e1bf0a00733f061f197b2acbf65c91d Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Mon, 9 Sep 2024 21:43:56 -0700 Subject: [PATCH 1/2] Update black version used in Python style check workflow --- .github/workflows/python_style_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_style_checks.yml b/.github/workflows/python_style_checks.yml index 9a35e00d86..230f1cb3f1 100644 --- a/.github/workflows/python_style_checks.yml +++ b/.github/workflows/python_style_checks.yml @@ -43,7 +43,7 @@ jobs: with: src: "." options: "--check" - version: "22.12.0" + version: "24.4.2" flake8: runs-on: ubuntu-latest From 297fd5409eaabea2470faa7ca2c059f96ba33e70 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Tue, 10 Sep 2024 08:55:20 -0700 Subject: [PATCH 2/2] Adds update to black version to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2265cf3c7..eb7f95bde5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +### Maintenance + +* Update black version used in Python code style workflow [gh-1828](https://github.com/IntelPython/dpctl/pull/1828) + ## [0.18.0] - Sept. XX, 2024 This release reaches an important milestone by making offloading fully asynchronous.