Skip to content

Commit

Permalink
Update dependency freezegun to v1.3.1 (#316)
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 | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [freezegun](https://togithub.com/spulec/freezegun)
([changelog](https://togithub.com/spulec/freezegun/blob/master/CHANGELOG))
| `==1.2.2` -> `==1.3.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/freezegun/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/freezegun/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/freezegun/1.2.2/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/freezegun/1.2.2/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>spulec/freezegun (freezegun)</summary>

###
[`v1.3.1`](https://togithub.com/spulec/freezegun/compare/1.3.0...1.3.1)

[Compare
Source](https://togithub.com/spulec/freezegun/compare/1.3.0...1.3.1)

###
[`v1.3.0`](https://togithub.com/spulec/freezegun/blob/HEAD/CHANGELOG#130)

[Compare
Source](https://togithub.com/spulec/freezegun/compare/1.2.2...1.3.0)

- Fixed `asyncio` support to avoid `await asyncio.sleep(1)` hanging
forever.

-   Added support for Python 3.12

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent 9d5affe commit 6f8d27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-e .
aiohttp==3.9.1
aiohttp_retry==2.8.3
freezegun==1.2.2
freezegun==1.3.1
mitmproxy==10.1.5
parameterized==0.9.0
pdoc==14.1.0
Expand Down

0 comments on commit 6f8d27a

Please sign in to comment.