Bump ru.vyarus.use-python from 2.3.0 to 3.0.0 (#1847)

Bumps ru.vyarus.use-python from 2.3.0 to 3.0.0.

---
updated-dependencies:
- dependency-name: ru.vyarus.use-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-02 23:46:31 +01:00 committed by GitHub
parent ed6224b92e
commit 69baf1c6f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'ru.vyarus.use-python' version '2.3.0'
id 'ru.vyarus.use-python' version '3.0.0'
}
task buildNative(type: PythonTask) {