From 385da79f8761fef6370d2df3668075ccde31aeff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 22:04:58 +0800 Subject: [PATCH] Bump the pip-dependencies group with 3 updates (#326) * Bump the pip-dependencies group with 3 updates Bumps the pip-dependencies group with 3 updates: [debugpy](https://github.com/microsoft/debugpy), [jaraco-classes](https://github.com/jaraco/jaraco.classes) and [twine](https://github.com/pypa/twine). Updates `debugpy` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](https://github.com/microsoft/debugpy/compare/v1.8.0...v1.8.1) Updates `jaraco-classes` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/jaraco/jaraco.classes/releases) - [Changelog](https://github.com/jaraco/jaraco.classes/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/jaraco.classes/compare/v3.3.0...v3.3.1) Updates `twine` from 4.0.2 to 5.0.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/4.0.2...5.0.0) --- updated-dependencies: - dependency-name: debugpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: jaraco-classes dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] * Bump version Signed-off-by: Chad Wilson --------- Signed-off-by: dependabot[bot] Signed-off-by: Chad Wilson Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chad Wilson --- CONTRIBUTING.md | 4 ++-- python.json | 2 +- requirements.txt | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 77aceec..2393f3a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,6 +33,6 @@ If you need help in getting started with contribution, feel free to reach out on Ex: ```diff "id": "python", -- "version": "0.4.1", -+ "version": "0.4.2", +- "version": "0.4.0", ++ "version": "0.4.1", ``` diff --git a/python.json b/python.json index d5b2f75..b0d40c9 100644 --- a/python.json +++ b/python.json @@ -1,6 +1,6 @@ { "id": "python", - "version": "0.4.1", + "version": "0.4.2", "description": "Python support for gauge", "run": { "windows": [ diff --git a/requirements.txt b/requirements.txt index 3d058f8..47e516a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,13 +3,13 @@ baron==0.10.1 bleach==6.1.0 certifi==2024.2.2 charset-normalizer==3.3.2 -debugpy==1.8.0 +debugpy==1.8.1 docutils==0.20.1 grpcio==1.60.1 grpcio-tools==1.60.1 idna==3.6 importlib-metadata==7.0.1 -jaraco.classes==3.3.0 +jaraco.classes==3.3.1 keyring==24.3.0 markdown-it-py==3.0.0 mdurl==0.1.2 @@ -26,7 +26,7 @@ rfc3986==2.0.0 rich==13.7.0 rply==0.7.8 six==1.16.0 -twine==4.0.2 +twine==5.0.0 urllib3==2.2.0 webencodings==0.5.1 zipp==3.17.0