Skip to content

chore(deps): bump pypsrp from 0.8.1 to 0.9.1 in /lockfiles/py39#140

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/lockfiles/py39/pypsrp-0.9.1
Closed

chore(deps): bump pypsrp from 0.8.1 to 0.9.1 in /lockfiles/py39#140
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/lockfiles/py39/pypsrp-0.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor

Bumps pypsrp from 0.8.1 to 0.9.1.

Release notes

Sourced from pypsrp's releases.

v0.9.1

0.9.1 - 2026-03-16

  • Fix recursion issue when generating requests HTTP adapter on each new connection

What's Changed

New Contributors

Full Changelog: jborean93/pypsrp@v0.9.0...v0.9.1

v0.9.0

What's Changed

0.9.0 - 2026-02-17

  • Raised minimum Python version to 3.10
  • Added retry handler for WSMan Receive operations that can attempt to recover from a network disconnect during a command operation
  • Added no_profile option to RunspacePool to skip loading the user profile on the remote shell
  • Added idle_timeout option to RunspacePool to control the idle timeout, in seconds, of the remote Runspace Pool
  • Made an __enter__ and __exit__ method for PowerShell to allow it to be used with a with PowerShell(runspace) as ps: syntax
    • On __exit__ the pipeline will be closed using the TERMINATE signal to clean up any resources on the server end
    • ps.close() can also be called manually to clean up any resources and to prep the pipeline to be run again
  • Added clear_streams() onto a PowerShell object to clear the output and streams values so it is ready for a subsequent run
  • Changed default service name used for Kerberos authentication from WSMAN to host to match the behaviour on Windows
    • WSMAN was used for CredSSP authentication only on the native Windows client while Negotiate/Kerberos auth used host
    • This should fix errors when authenticating with domain controllers which sometimes fail to register the WSMAN service for the host
  • Added is_alive(timeout=...) on RunspacePool to check if the Runspace Pool is still alive and ready for use on the server
  • Added certificate_key_password option to WSMan to support loaded client certificate keys that have been encrypted

Full Changelog: jborean93/pypsrp@v0.8.1...v0.9.0

v0.9.0rc2

What's Changed

... (truncated)

Changelog

Sourced from pypsrp's changelog.

0.9.1 - 2026-03-16

  • Fix recursion issue when generating requests HTTP adapter on each new connection

0.9.0 - 2026-02-17

  • Raised minimum Python version to 3.10
  • Added retry handler for WSMan Receive operations that can attempt to recover from a network disconnect during a command operation
  • Added no_profile option to RunspacePool to skip loading the user profile on the remote shell
  • Added idle_timeout option to RunspacePool to control the idle timeout, in seconds, of the remote Runspace Pool
  • Made an __enter__ and __exit__ method for PowerShell to allow it to be used with a with PowerShell(runspace) as ps: syntax
    • On __exit__ the pipeline will be closed using the TERMINATE signal to clean up any resources on the server end
    • ps.close() can also be called manually to clean up any resources and to prep the pipeline to be run again
  • Added clear_streams() onto a PowerShell object to clear the output and streams values so it is ready for a subsequent run
  • Changed default service name used for Kerberos authentication from WSMAN to host to match the behaviour on Windows
    • WSMAN was used for CredSSP authentication only on the native Windows client while Negotiate/Kerberos auth used host
    • This should fix errors when authenticating with domain controllers which sometimes fail to register the WSMAN service for the host
  • Added is_alive(timeout=...) on RunspacePool to check if the Runspace Pool is still alive and ready for use on the server
  • Added certificate_key_password option to WSMan to support loaded client certificate keys that have been encrypted
Commits

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 [pypsrp](https://github.com/jborean93/pypsrp) from 0.8.1 to 0.9.1.
- [Release notes](https://github.com/jborean93/pypsrp/releases)
- [Changelog](https://github.com/jborean93/pypsrp/blob/master/CHANGELOG.md)
- [Commits](jborean93/pypsrp@v0.8.1...v0.9.1)

---
updated-dependencies:
- dependency-name: pypsrp
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 12, 2026
@markuslf

Copy link
Copy Markdown
Member

Closing. The py39 lockfile is pinned to RHEL 8 / Debian 11 (Python 3.9). Every version this PR proposes (and all current py39 Dependabot bumps) requires Python >= 3.10, so merging would break pip install --require-hashes on those distros. py39 Dependabot watch is being disabled; py39 lockfile is now maintained manually via pip-compile.

@markuslf markuslf closed this May 12, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/lockfiles/py39/pypsrp-0.9.1 branch May 12, 2026 08:08
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