Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused six dependency #252

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Conversation

Viicos
Copy link
Contributor

@Viicos Viicos commented Mar 13, 2024

The dependency was left in metadata, but removed with c74eb15
Fixes #211

@jamielennox jamielennox merged commit 86d5ec6 into jamielennox:master Mar 27, 2024
6 checks passed
@Viicos Viicos deleted the drop-six branch March 27, 2024 14:46
renovate bot added a commit to allenporter/pyrainbird that referenced this pull request Mar 28, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [requests-mock](https://requests-mock.readthedocs.io/)
([source](https://togithub.com/jamielennox/requests-mock)) | `==1.11.0`
-> `==1.12.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/requests-mock/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/requests-mock/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/requests-mock/1.11.0/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/requests-mock/1.11.0/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jamielennox/requests-mock (requests-mock)</summary>

###
[`v1.12.0`](https://togithub.com/jamielennox/requests-mock/releases/tag/1.12.0)

[Compare
Source](https://togithub.com/jamielennox/requests-mock/compare/1.11.0...1.12.0)

#### What's Changed

- Update copyright year by
[@&#8203;KrishanBhasin](https://togithub.com/KrishanBhasin) in
[jamielennox/requests-mock#239
- Remove py2 by [@&#8203;jamielennox](https://togithub.com/jamielennox)
in
[jamielennox/requests-mock#248
- Allow `raw` parameter to accept callable like body elements by
[@&#8203;jamielennox](https://togithub.com/jamielennox) in
[jamielennox/requests-mock#249
- Improve type definition of `Mocker.__call__` by
[@&#8203;Viicos](https://togithub.com/Viicos) in
[jamielennox/requests-mock#244
- Drop PBR Support by
[@&#8203;jamielennox](https://togithub.com/jamielennox) in
[jamielennox/requests-mock#250
- fix(mocker.pyi): fix Mocker class type hints by
[@&#8203;pavellos21](https://togithub.com/pavellos21) in
[jamielennox/requests-mock#251
- Remove unused `six` dependency by
[@&#8203;Viicos](https://togithub.com/Viicos) in
[jamielennox/requests-mock#252

#### New Contributors

- [@&#8203;KrishanBhasin](https://togithub.com/KrishanBhasin) made their
first contribution in
[jamielennox/requests-mock#239
- [@&#8203;Viicos](https://togithub.com/Viicos) made their first
contribution in
[jamielennox/requests-mock#244
- [@&#8203;pavellos21](https://togithub.com/pavellos21) made their first
contribution in
[jamielennox/requests-mock#251

**Full Changelog**:
jamielennox/requests-mock@1.11.0...1.12.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/allenporter/pyrainbird).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RFE: drop use six
2 participants