Skip to content

Commit

Permalink
chore(deps): update dependency python-dotenv to v1.0.1 (#194)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [python-dotenv](https://togithub.com/theskumar/python-dotenv) | dev |
patch | `1.0.0` -> `1.0.1` |

---

### Release Notes

<details>
<summary>theskumar/python-dotenv (python-dotenv)</summary>

###
[`v1.0.1`](https://togithub.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#101---2024-01-23)

[Compare
Source](https://togithub.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1)

**Fixed**

- Gracefully handle code which has been imported from a zipfile
(\[[#&#8203;456](https://togithub.com/theskumar/python-dotenv/issues/456)]
by \[[@&#8203;samwyma](https://togithub.com/samwyma)])
- Allow modules using load_dotenv to be reloaded when launched in a
separate thread
(\[[#&#8203;497](https://togithub.com/theskumar/python-dotenv/issues/497)]
by \[[@&#8203;freddyaboulton](https://togithub.com/freddyaboulton)])
- Fix file not closed after deletion, handle error in the rewrite
function
(\[[#&#8203;469](https://togithub.com/theskumar/python-dotenv/issues/469)]
by \[[@&#8203;Qwerty-133](https://togithub.com/Qwerty-133)])

**Misc**

- Use pathlib.Path in tests
(\[[#&#8203;466](https://togithub.com/theskumar/python-dotenv/issues/466)]
by \[[@&#8203;eumiro](https://togithub.com/eumiro)])
- Fix year in release date in changelog.md
(\[[#&#8203;454](https://togithub.com/theskumar/python-dotenv/issues/454)]
by \[[@&#8203;jankislinger](https://togithub.com/jankislinger)])
- Use https in README links
(\[[#&#8203;474](https://togithub.com/theskumar/python-dotenv/issues/474)]
by \[[@&#8203;Nicals](https://togithub.com/Nicals)])

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42NC4yIiwidXBkYXRlZEluVmVyIjoiMzcuNjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] and descope[bot] authored Feb 13, 2024
1 parent a5fbc3a commit 6bb1cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ black = "23.11.0"
pre-commit = "3.6.0"
liccheck = "0.9.1"
isort = "5.13.0"
python-dotenv = "1.0.0"
python-dotenv = "1.0.1"
tox = "4.11.4"
django-debug-toolbar = "4.2.0"
django-stubs = "4.2.7"
Expand Down

0 comments on commit 6bb1cf3

Please sign in to comment.