Skip to content

Commit 385da79

Browse files
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](microsoft/debugpy@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](jaraco/jaraco.classes@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](pypa/twine@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] <support@github.com> * Bump version Signed-off-by: Chad Wilson <chadw@thoughtworks.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Chad Wilson <chadw@thoughtworks.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chad Wilson <chadw@thoughtworks.com>
1 parent 10b5862 commit 385da79

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ If you need help in getting started with contribution, feel free to reach out on
3333
Ex:
3434
```diff
3535
"id": "python",
36-
- "version": "0.4.1",
37-
+ "version": "0.4.2",
36+
- "version": "0.4.0",
37+
+ "version": "0.4.1",
3838
```

python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "python",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Python support for gauge",
55
"run": {
66
"windows": [

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ baron==0.10.1
33
bleach==6.1.0
44
certifi==2024.2.2
55
charset-normalizer==3.3.2
6-
debugpy==1.8.0
6+
debugpy==1.8.1
77
docutils==0.20.1
88
grpcio==1.60.1
99
grpcio-tools==1.60.1
1010
idna==3.6
1111
importlib-metadata==7.0.1
12-
jaraco.classes==3.3.0
12+
jaraco.classes==3.3.1
1313
keyring==24.3.0
1414
markdown-it-py==3.0.0
1515
mdurl==0.1.2
@@ -26,7 +26,7 @@ rfc3986==2.0.0
2626
rich==13.7.0
2727
rply==0.7.8
2828
six==1.16.0
29-
twine==4.0.2
29+
twine==5.0.0
3030
urllib3==2.2.0
3131
webencodings==0.5.1
3232
zipp==3.17.0

0 commit comments

Comments
 (0)