Skip to content

Commit

Permalink
⬆️ (dependencies): Update dependency pyspnego to v0.11.0 (#148)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change | OpenSSF |
|---|---|---|---|
| [pyspnego](https://github.com/jborean93/pyspnego) | minor |
`==0.10.2` -> `==0.11.0` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/jborean93/pyspnego/badge)](https://securityscorecards.dev/viewer/?uri=github.com/jborean93/pyspnego)
|

---

### Release Notes

<details>
<summary>jborean93/pyspnego (pyspnego)</summary>

###
[`v0.11.0`](https://github.com/jborean93/pyspnego/blob/HEAD/CHANGELOG.md#0110---2024-06-12)

[Compare
Source](https://github.com/jborean93/pyspnego/compare/v0.10.2...v0.11.0)

- Support input password string encoded with the `surrogatepass` error
option
- This allows the caller to provide a password for a gMSA or machine
account that could contain invalid surrogate pairs for both NTLM and
Kerberos auth.
- Stop using deprecated `datetime.dateime.utcnow()` for CredSSP acceptor
context
- Treat an empty string as a valid password, `None` is kept as use the
cached credential
- Improve the exception shown when no password was provided and no
cached credential was available

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/chezmoi-sh/atlas).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate[bot] committed Jun 12, 2024
2 parents f41fd4e + 1b7f870 commit a6a0511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/live/nex.rpi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ paramiko==3.4.0
pycparser==2.22
pyinfra==2.9.2
PyNaCl==1.5.0
pyspnego==0.10.2
pyspnego==0.11.0
python-dateutil==2.9.0.post0
pywinrm==0.4.3
requests==2.32.3
Expand Down

0 comments on commit a6a0511

Please sign in to comment.