Skip to content

chore(deps): bump smbprotocol from 1.16.0 to 1.16.1#112

Merged
markuslf merged 1 commit intomainfrom
dependabot/pip/smbprotocol-1.16.1
Apr 2, 2026
Merged

chore(deps): bump smbprotocol from 1.16.0 to 1.16.1#112
markuslf merged 1 commit intomainfrom
dependabot/pip/smbprotocol-1.16.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps smbprotocol from 1.16.0 to 1.16.1.

Release notes

Sourced from smbprotocol's releases.

v1.16.1

1.16.1 - 2026-04-02

  • Fix memory leaks in Structure and subclasses by converting lambda default values to static methods and using weakref.proxy to prevent circular references
  • Fix smbclient.shutil.copyfile to fallback to client-side copy when server-side SMB copy is not supported (STATUS_NOT_SUPPORTED)
  • Fix create context offset calculation when opening a file or directory
  • Fix potential deadlock when worker thread attempts to disconnect and join itself
  • Handle ECONNABORTED socket error during connection teardown

What's Changed

New Contributors

Full Changelog: jborean93/smbprotocol@v1.16.0...v1.16.1

Changelog

Sourced from smbprotocol's changelog.

1.16.1 - 2026-04-02

  • Fix memory leaks in Structure and subclasses by converting lambda default values to static methods and using weakref.proxy to prevent circular references
  • Fix smbclient.shutil.copyfile to fallback to client-side copy when server-side SMB copy is not supported (STATUS_NOT_SUPPORTED)
  • Fix create context offset calculation when opening a file or directory
  • Fix potential deadlock when worker thread attempts to disconnect and join itself
  • Handle ECONNABORTED socket error during connection teardown
Commits
  • 7323426 Prepare for v1.16.1 release (#341)
  • ab921a7 Handle abort, avoid joining self (#323)
  • d83a93c Fix copyfile fallback when server-side SMB copy is unsupported (#337)
  • d69f7e8 Fix Memory Leaks in Structure and Structure Subclasses (#340)
  • 54389a2 Fix create_context offset when opening a dir/file (#338)
  • See full diff in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [smbprotocol](https://github.com/jborean93/smbprotocol) from 1.16.0 to 1.16.1.
- [Release notes](https://github.com/jborean93/smbprotocol/releases)
- [Changelog](https://github.com/jborean93/smbprotocol/blob/master/CHANGELOG.md)
- [Commits](jborean93/smbprotocol@v1.16.0...v1.16.1)

---
updated-dependencies:
- dependency-name: smbprotocol
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 2, 2026
@markuslf markuslf merged commit d04790b into main Apr 2, 2026
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/smbprotocol-1.16.1 branch April 2, 2026 20:53
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant