AdamOswald / tes

2 stars 1 forks source link

Update dependency python-dotenv to v0.21.0 #61

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
python-dotenv ==0.17.1 -> ==0.21.0 age adoption passing confidence

Release Notes

theskumar/python-dotenv ### [`v0.21.0`](https://togithub.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#​0210---2022-09-03) [Compare Source](https://togithub.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0) ##### Added - CLI: add support for invocations via 'python -m'. ([#​395](https://togithub.com/theskumar/python-dotenv/issues/395) by [@​theskumar](https://togithub.com/theskumar)) - `load_dotenv` function now returns `False`. ([#​388](https://togithub.com/theskumar/python-dotenv/issues/388) by [@​larsks](https://togithub.com/larsks)) - CLI: add --format= option to list command. ([#​407](https://togithub.com/theskumar/python-dotenv/issues/407) by [@​sammck](https://togithub.com/sammck)) ##### Fixed - Drop Python 3.5 and 3.6 and upgrade GA ([#​393](https://togithub.com/theskumar/python-dotenv/issues/393) by [@​eggplants](https://togithub.com/eggplants)) - Use `open` instead of `io.open`. ([#​389](https://togithub.com/theskumar/python-dotenv/issues/389) by [@​rabinadk1](https://togithub.com/rabinadk1)) - Improve documentation for variables without a value ([#​390](https://togithub.com/theskumar/python-dotenv/issues/390) by [@​bbc2](https://togithub.com/bbc2)) - Add `parse_it` to Related Projects by ([#​410](https://togithub.com/theskumar/python-dotenv/issues/410) by [@​naorlivne](https://togithub.com/naorlivne)) - Update README.md by ([#​415](https://togithub.com/theskumar/python-dotenv/issues/415) by [@​harveer07](https://togithub.com/harveer07)) - Improve documentation with direct use of MkDocs by ([#​398](https://togithub.com/theskumar/python-dotenv/issues/398) by [@​bbc2](https://togithub.com/bbc2)) ### [`v0.20.0`](https://togithub.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#​0200---2022-03-24) [Compare Source](https://togithub.com/theskumar/python-dotenv/compare/v0.19.2...v0.20.0) ##### Added - Add `encoding` (`Optional[str]`) parameter to `get_key`, `set_key` and `unset_key`. ([#​379](https://togithub.com/theskumar/python-dotenv/issues/379) by \[[@​bbc2](https://togithub.com/bbc2)]) ##### Fixed - Use dict to specify the `entry_points` parameter of `setuptools.setup` ([#​376](https://togithub.com/theskumar/python-dotenv/issues/376) by \[[@​mgorny](https://togithub.com/mgorny)]). - Don't build universal wheels ([#​387](https://togithub.com/theskumar/python-dotenv/issues/387) by \[[@​bbc2](https://togithub.com/bbc2)]). ### [`v0.19.2`](https://togithub.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#​0192---2021-11-11) [Compare Source](https://togithub.com/theskumar/python-dotenv/compare/v0.19.1...v0.19.2) ##### Fixed - In `set_key`, add missing newline character before new entry if necessary. ([#​361](https://togithub.com/theskumar/python-dotenv/issues/361) by \[[@​bbc2](https://togithub.com/bbc2)]) ### [`v0.19.1`](https://togithub.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#​0191---2021-08-09) [Compare Source](https://togithub.com/theskumar/python-dotenv/compare/v0.19.0...v0.19.1) ##### Added - Add support for Python 3.10. ([#​359](https://togithub.com/theskumar/python-dotenv/issues/359) by \[[@​theskumar](https://togithub.com/theskumar)]) ### [`v0.19.0`](https://togithub.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#​0190---2021-07-24) [Compare Source](https://togithub.com/theskumar/python-dotenv/compare/v0.18.0...v0.19.0) ##### Changed - Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported. ([#​341](https://togithub.com/theskumar/python-dotenv/issues/341) by \[[@​bbc2](https://togithub.com/bbc2)]). ##### Added - The `dotenv_path` argument of `set_key` and `unset_key` now has a type of `Union[str, os.PathLike]` instead of just `os.PathLike` ([#​347](https://togithub.com/theskumar/python-dotenv/issues/347) by \[[@​bbc2](https://togithub.com/bbc2)]). - The `stream` argument of `load_dotenv` and `dotenv_values` can now be a text stream (`IO[str]`), which includes values like `io.StringIO("foo")` and `open("file.env", "r")` ([#​348](https://togithub.com/theskumar/python-dotenv/issues/348) by \[[@​bbc2](https://togithub.com/bbc2)]). ### [`v0.18.0`](https://togithub.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#​0180---2021-06-20) [Compare Source](https://togithub.com/theskumar/python-dotenv/compare/v0.17.1...v0.18.0) ##### Changed - Raise `ValueError` if `quote_mode` isn't one of `always`, `auto` or `never` in `set_key` ([#​330](https://togithub.com/theskumar/python-dotenv/issues/330) by \[[@​bbc2](https://togithub.com/bbc2)]). - When writing a value to a .env file with `set_key` or `dotenv set ` ([#​330](https://togithub.com/theskumar/python-dotenv/issues/330) by \[[@​bbc2](https://togithub.com/bbc2)]): - Use single quotes instead of double quotes. - Don't strip surrounding quotes. - In `auto` mode, don't add quotes if the value is only made of alphanumeric characters (as determined by `string.isalnum`).

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

performance-testing-bot[bot] commented 1 year ago

Unable to locate .performanceTestingBot config file

viezly[bot] commented 1 year ago

Pull request by bot. No need to analyze

pull-request-quantifier-deprecated[bot] commented 1 year ago

This PR has 0 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience!


Quantification details

``` Label : No Changes Size : +0 -0 Percentile : 0% Total files changed: 1 Change summary by file extension: .txt : +0 -0 ``` > Change counts above are quantified counts, based on the [PullRequestQuantifier customizations](https://github.com/microsoft/PullRequestQuantifier/blob/main/docs/prquantifier-yaml.md).

Why proper sizing of changes matters

Optimal pull request sizes drive a better predictable PR flow as they strike a balance between between PR complexity and PR review overhead. PRs within the optimal size (typical small, or medium sized PRs) mean: - Fast and predictable releases to production: - Optimal size changes are more likely to be reviewed faster with fewer iterations. - Similarity in low PR complexity drives similar review times. - Review quality is likely higher as complexity is lower: - Bugs are more likely to be detected. - Code inconsistencies are more likely to be detected. - Knowledge sharing is improved within the participants: - Small portions can be assimilated better. - Better engineering practices are exercised: - Solving big problems by dividing them in well contained, smaller problems. - Exercising separation of concerns within the code changes. #### What can I do to optimize my changes - Use the PullRequestQuantifier to quantify your PR accurately - Create a context profile for your repo using the [context generator](https://github.com/microsoft/PullRequestQuantifier/releases) - Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the `Excluded` section from your `prquantifier.yaml` context profile. - Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your `prquantifier.yaml` context profile. - Only use the labels that matter to you, [see context specification](./docs/prquantifier-yaml.md) to customize your `prquantifier.yaml` context profile. - Change your engineering behaviors - For PRs that fall outside of the desired spectrum, review the details and check if: - Your PR could be split in smaller, self-contained PRs instead - Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR). #### How to interpret the change counts in git diff output - One line was added: `+1 -0` - One line was deleted: `+0 -1` - One line was modified: `+1 -1` (git diff doesn't know about modified, it will interpret that line like one addition plus one deletion) - Change percentiles: Change characteristics (addition, deletion, modification) of this PR in relation to all other PRs within the repository.


Was this comment helpful? :thumbsup:  :ok_hand:  :thumbsdown: (Email) Customize PullRequestQuantifier for this repository.

difflens[bot] commented 1 year ago

View changes in DiffLens

guide-bot[bot] commented 1 year ago

Thanks for opening this Pull Request! We need you to:

  1. Fill out the description.

    Action: Edit description and replace <!- ... --> with actual values.

  2. Complete the activities.

    Action: Complete If you want to rebase/retry this PR, check this box

    If an activity is not applicable, use '\~activity description\~' to mark it not applicable.