Skip to content

Commit

Permalink
⬆️ (dependencies): Update dependency requests-ntlm to v1.3.0 (#146)
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 |
|---|---|---|---|
| [requests-ntlm](https://togithub.com/requests/requests-ntlm) | minor |
`==1.2.0` -> `==1.3.0` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/requests/requests-ntlm/badge)](https://securityscorecards.dev/viewer/?uri=github.com/requests/requests-ntlm)
|

---

### Release Notes

<details>
<summary>requests/requests-ntlm (requests-ntlm)</summary>

###
[`v1.3.0`](https://togithub.com/requests/requests-ntlm/releases/tag/v1.3.0)

[Compare
Source](https://togithub.com/requests/requests-ntlm/compare/v1.2.0...v1.3.0)

#### What's Changed

- Fix type annotation problem by setting correct pyspnego min version by
[@&#8203;jborean93](https://togithub.com/jborean93) in
[https://github.com/requests/requests-ntlm/pull/135](https://togithub.com/requests/requests-ntlm/pull/135)
- Throw an exception in case of access denied by
[@&#8203;AdrianVollmer](https://togithub.com/AdrianVollmer) in
[https://github.com/requests/requests-ntlm/pull/138](https://togithub.com/requests/requests-ntlm/pull/138)
- Favour pure NTLM provider and fix SPN by
[@&#8203;jborean93](https://togithub.com/jborean93) in
[https://github.com/requests/requests-ntlm/pull/137](https://togithub.com/requests/requests-ntlm/pull/137)
- Add type annotation and black/isort checks by
[@&#8203;jborean93](https://togithub.com/jborean93) in
[https://github.com/requests/requests-ntlm/pull/140](https://togithub.com/requests/requests-ntlm/pull/140)
- Update CI and version and ignore black diff by
[@&#8203;jborean93](https://togithub.com/jborean93) in
[https://github.com/requests/requests-ntlm/pull/141](https://togithub.com/requests/requests-ntlm/pull/141)

#### New Contributors

- [@&#8203;AdrianVollmer](https://togithub.com/AdrianVollmer) made their
first contribution in
[https://github.com/requests/requests-ntlm/pull/138](https://togithub.com/requests/requests-ntlm/pull/138)

**Full Changelog**:
requests/requests-ntlm@v1.2.0...v1.3.0

</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] authored Jun 10, 2024
2 parents ae35789 + 12c8ae0 commit 61926ef
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 @@ -19,7 +19,7 @@ pyspnego==0.10.2
python-dateutil==2.9.0.post0
pywinrm==0.4.3
requests==2.32.3
requests-ntlm==1.2.0
requests-ntlm==1.3.0
setuptools==70.0.0
six==1.16.0
urllib3==2.2.1
Expand Down

0 comments on commit 61926ef

Please sign in to comment.