Skip to content

fix(deps): update dependency pypsrp to ^0.9.0 - #529

Open
dreadnode-renovate-bot[bot] wants to merge 1 commit into
mainfrom
renovate/pypsrp-0.x
Open

dreadnode-renovate-bot[bot] wants to merge 1 commit into
mainfrom
renovate/pypsrp-0.x

Conversation

@dreadnode-renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pypsrp ^0.8.1^0.9.0 age confidence

Release Notes

jborean93/pypsrp (pypsrp)

v0.9.1

Compare Source

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

v0.9.0

Compare Source

  • 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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| pypi       | pypsrp  | 0.8.1 | 0.9.1 |
@dreadnode-renovate-bot

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...


The current project's supported Python range (>=3.8,<3.9) is not compatible with some of the required packages Python requirement:
  - pypsrp requires Python >=3.10, so it will not be installable for Python >=3.8,<3.9
  - pypsrp requires Python >=3.10, so it will not be installable for Python >=3.8,<3.9

Because no versions of pypsrp match >0.9.0,<0.9.1 || >0.9.1,<0.10.0
 and pypsrp (0.9.0) requires Python >=3.10, pypsrp is forbidden.
So, because pypsrp (0.9.1) requires Python >=3.10
 and goad depends on pypsrp (^0.9.0), version solving failed.

  * Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For pypsrp, a possible solution would be to set the `python` property to "<empty>"
For pypsrp, a possible solution would be to set the `python` property to "<empty>"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers


@dreadnode-renovate-bot dreadnode-renovate-bot Bot added the area/python Changes made to Python application code label Sep 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/python Changes made to Python application code renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants