Skip to content

Commit

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

| Package | Type | Update | Change |
|---|---|---|---|
| [python-dotenv](https://github.com/theskumar/python-dotenv) | dev |
major | `0.21.1` -> `1.0.0` |

---

### Release Notes

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

###
[`v1.0.0`](https://github.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#&#8203;100)

[Compare
Source](https://github.com/theskumar/python-dotenv/compare/v0.21.1...v1.0.0)

**Fixed**

- Drop support for python 3.7, add python 3.12-dev
([#&#8203;449](https://github.com/theskumar/python-dotenv/issues/449)
by \[[@&#8203;theskumar](https://github.com/theskumar)])
- Handle situations where the cwd does not exist.
([#&#8203;446](https://github.com/theskumar/python-dotenv/issues/446)
by \[[@&#8203;jctanner](https://github.com/jctanner)])

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

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

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

Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] and descope[bot] authored Mar 21, 2023
1 parent 13ff9cd commit 75f553c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0"
pre-commit = "3.1.1"
liccheck = "0.8.3"
isort = "5.12.0"
python-dotenv = "0.21.1"
python-dotenv = "1.0.0"
tox = "4.4.6"

# Authorized and unauthorized licenses in LOWER CASE
Expand Down

0 comments on commit 75f553c

Please sign in to comment.