Skip to content

Commit

Permalink
Bump the build-python group in /build/pip with 2 updates (#2674)
Browse files Browse the repository at this point in the history
* Bump the build-python group in /build/pip with 2 updates

Bumps the build-python group in /build/pip with 2 updates: [charset-normalizer](https://github.com/jawah/charset_normalizer) and [keyring](https://github.com/jaraco/keyring).


Updates `charset-normalizer` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/jawah/charset_normalizer/releases)
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.4.0...3.4.1)

Updates `keyring` from 25.5.0 to 25.6.0
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
- [Commits](jaraco/keyring@v25.5.0...v25.6.0)

---
updated-dependencies:
- dependency-name: charset-normalizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-python
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-python
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump version for release

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 Dec 27, 2024
1 parent 8db8efa commit c779a46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/pip/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
bleach==6.2.0
certifi==2024.12.14
charset-normalizer==3.4.0
charset-normalizer==3.4.1
docutils==0.21.2
idna==3.10
importlib-metadata==8.5.0
jaraco.classes==3.4.0
keyring==25.5.0
keyring==25.6.0
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.5.0
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

// CurrentGaugeVersion represents the current version of Gauge
var CurrentGaugeVersion = &Version{1, 6, 10}
var CurrentGaugeVersion = &Version{1, 6, 11}

// BuildMetadata represents build information of current release (e.g, nightly build information)
var BuildMetadata = ""
Expand Down

0 comments on commit c779a46

Please sign in to comment.