Skip to content

chore: Bump the go-dependencies group across 1 directory with 9 updates#85

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-50efacac06
Open

chore: Bump the go-dependencies group across 1 directory with 9 updates#85
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-50efacac06

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 6 updates in the / directory:

Package From To
fyne.io/fyne/v2 2.7.2 2.7.3
github.com/aws/aws-sdk-go-v2 1.41.1 1.41.2
github.com/aws/aws-sdk-go-v2/config 1.32.7 1.32.10
github.com/aws/aws-sdk-go-v2/service/ec2 1.279.2 1.290.1
github.com/hetznercloud/hcloud-go/v2 2.34.0 2.36.0
golang.org/x/crypto 0.47.0 0.48.0

Updates fyne.io/fyne/v2 from 2.7.2 to 2.7.3

Release notes

Sourced from fyne.io/fyne/v2's releases.

v2.7.3 - Loads of fixes from around the community

A massive thanks to our community for contributing a lot of fixes for this latest release. The following highlights the main items:

Fixed

  • systray not functional within snap sandbox (systray#64)
  • A dialog with a table. Selecting a cell and closing the dialog produces a Fyne error (#5166)
  • Fix JNI crash due to invalid global reference when accessing Android file streams (#6067)
  • Low frame rate with animated rectangles on 2.7.x (#6040)
  • Random panic when launching the app (#5981)
  • Tree Widget constantly calls IsBranch and ChildrenUIs (#4339)
  • Font scanning fails in Flatpak due to broken symlinks
  • Correct system tray icon on Linux when using SVG
  • Button press animation sometimes leaks outside the bounds of the button (#6096)
  • SVG cannot be loaded if it has currentColor at root element (#6102)
  • Wrapped text is rendered poorly (blurred) (#4390)
  • Blurry text in mobile Linux (#2280)
  • On 2.3.0 text is fuzzy (#3464)
  • Correct presentation of HTML entities when using markdown in RichText
  • Accordion kills CPU by inefficient MinSize implementation (#6108)
  • Tree with no data (with Accordion?) - triggers endless layout loop (#6094)
  • NewRichTextFromMarkdown can't handle nested lists (#6113)

As always please do let us know if you experience any issues. We are now focusing on features for 2.8, but there will probably be one more bugfix release on the 2.7.x branch in a Month.

Changelog

Sourced from fyne.io/fyne/v2's changelog.

2.7.3 - 21 Feb 2026

Fixed

  • systray not functional within snap sandbox (systray#64)
  • A dialog with a table. Selecting a cell and closing the dialog produces a Fyne error (#5166)
  • Fix JNI crash due to invalid global reference when accessing Android file streams (#6067)
  • Low frame rate with animated rectangles on 2.7.x (#6040)
  • Random panic when launching the app (#5981)
  • Tree Widget constantly calls IsBranch and ChildrenUIs (#4339)
  • Font scanning fails in Flatpak due to broken symlinks
  • Correct system tray icon on Linux when using SVG
  • Button press animation sometimes leaks outside the bounds of the button (#6096)
  • SVG cannot be loaded if it has currentColor at root element (#6102)
  • Wrapped text is rendered poorly (blurred) (#4390)
  • Blurry text in mobile Linux (#2280)
  • On 2.3.0 text is fuzzy (#3464)
  • Correct presentation of HTML entities when using markdown in RichText
  • Accordion kills CPU by inefficient MinSize implementation (#6108)
  • Tree with no data (with Accordion?) - triggers endless layout loop (#6094)
  • NewRichTextFromMarkdown can't handle nested lists (#6113)
Commits
  • 3f52c5d Add document to clarify OnSubmitted
  • 0557a0f Preparing v2.7.3
  • aa1a7b5 Fix counting for nested ordered lists
  • 7ecc835 Handle nested lists in Markdown renderer
  • 35df60e add minsize caches (#6112)
  • d93b16b Fix text encoding of entities when parsing markdown
  • 41bf61c Fix text blurring by using explicit size rounding instead of position-derived...
  • 1a6e669 Fixing icon failure when currentColor is at the root node (i.e. no current ...
  • 5cdfaab [text] bump go-text/typesetting to v0.3.3 and fix deprecated fields.
  • 6412db0 Fix button animation overstepping the bounds of the button if button Refreshe...
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.41.1 to 1.41.2

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.10

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.7 to 1.19.10

Commits
  • fcc0f5d Release 2023-04-10
  • cd750e0 Regenerated Clients
  • 1bc2f05 Update endpoints model
  • b964f5c Update API model
  • fd69015 fix APIGW exports nullability exceptions
  • fae239a Merge pull request #2089 from aws/auditAccessibility
  • acf33a2 Update aws-sdk-go-v2's comment codegened from Smithy Go's updated document sm...
  • 27360c1 fix APIGW exports nullability exceptions
  • 30383d5 Release 2023-04-07
  • 352f89c Regenerated Clients
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.279.2 to 1.290.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.41.6 to 1.41.7

Commits

Updates github.com/hetznercloud/hcloud-go/v2 from 2.34.0 to 2.36.0

Release notes

Sourced from github.com/hetznercloud/hcloud-go/v2's releases.

v2.36.0

Storage Boxes support is now generally available

The experimental phase for Storage Boxes is over, and Storage Boxes support is now generally available.

Features

  • Storage Box support no longer experimental (#811)
  • server: allow specifying user-data for rebuild (#813)

v2.35.0

StorageBoxClient.GetSubaccount no longer gets a subaccount by username

StorageBoxClient.GetSubaccount no longer tries to get a subaccount by username, instead it tries to get it by name.

To get a subaccount by username please use StorageBoxClient.GetSubaccountByUsername.

See the changelog for more details.

Features

  • add name to Storage Box Subaccount (#806)

Bug Fixes

  • do not ignore action error when the error message is empty (#801)
Changelog

Sourced from github.com/hetznercloud/hcloud-go/v2's changelog.

v2.36.0

Storage Boxes support is now generally available

The experimental phase for Storage Boxes is over, and Storage Boxes support is now generally available.

Features

  • Storage Box support no longer experimental (#811)
  • server: allow specifying user-data for rebuild (#813)

v2.35.0

StorageBoxClient.GetSubaccount no longer gets a subaccount by username

StorageBoxClient.GetSubaccount no longer tries to get a subaccount by username, instead it tries to get it by name.

To get a subaccount by username please use StorageBoxClient.GetSubaccountByUsername.

See the changelog for more details.

Features

  • add name to Storage Box Subaccount (#806)

Bug Fixes

  • do not ignore action error when the error message is empty (#801)
Commits

Updates golang.org/x/crypto from 0.47.0 to 0.48.0

Commits

Updates golang.org/x/sys from 0.40.0 to 0.41.0

Commits
  • fc646e4 cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows
  • f11c7bb windows: add IsProcessorFeaturePresent and processor feature consts
  • d25a7aa unix: add IoctlSetString on all platforms
  • 6fb913b unix: return early on error in Recvmsg
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) | `2.7.2` | `2.7.3` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.1` | `1.41.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.7` | `1.32.10` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.279.2` | `1.290.1` |
| [github.com/hetznercloud/hcloud-go/v2](https://github.com/hetznercloud/hcloud-go) | `2.34.0` | `2.36.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.47.0` | `0.48.0` |



Updates `fyne.io/fyne/v2` from 2.7.2 to 2.7.3
- [Release notes](https://github.com/fyne-io/fyne/releases)
- [Changelog](https://github.com/fyne-io/fyne/blob/v2.7.3/CHANGELOG.md)
- [Commits](fyne-io/fyne@v2.7.2...v2.7.3)

Updates `github.com/aws/aws-sdk-go-v2` from 1.41.1 to 1.41.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.1...v1.41.2)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.7 to 1.32.10
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.7...config/v1.32.10)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.7 to 1.19.10
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.19.7...service/iam/v1.19.10)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.279.2 to 1.290.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.279.2...service/ec2/v1.290.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.41.6 to 1.41.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/sts/v1.41.6...service/sts/v1.41.7)

Updates `github.com/hetznercloud/hcloud-go/v2` from 2.34.0 to 2.36.0
- [Release notes](https://github.com/hetznercloud/hcloud-go/releases)
- [Changelog](https://github.com/hetznercloud/hcloud-go/blob/main/CHANGELOG.md)
- [Commits](hetznercloud/hcloud-go@v2.34.0...v2.36.0)

Updates `golang.org/x/crypto` from 0.47.0 to 0.48.0
- [Commits](golang/crypto@v0.47.0...v0.48.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.41.0
- [Commits](golang/sys@v0.40.0...v0.41.0)

---
updated-dependencies:
- dependency-name: fyne.io/fyne/v2
  dependency-version: 2.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-version: 1.290.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.41.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/hetznercloud/hcloud-go/v2
  dependency-version: 2.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/crypto
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sys
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants