Skip to content

Commit

Permalink
Bump the pip-dependencies group with 3 updates (#326)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* Bump version

Signed-off-by: Chad Wilson <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Chad Wilson <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chad Wilson <[email protected]>
  • Loading branch information
dependabot[bot] and chadlwilson authored Feb 13, 2024
1 parent 10b5862 commit 385da79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
```
2 changes: 1 addition & 1 deletion python.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "python",
"version": "0.4.1",
"version": "0.4.2",
"description": "Python support for gauge",
"run": {
"windows": [
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 385da79

Please sign in to comment.