Bump python-dotenv from 0.17.1 to 0.18.0 #22

Merged
Xefir merged 1 commits from dependabot/pip/python-dotenv-0.18.0 into master 2021-06-21 05:18:56 +00:00
Owner

Bumps python-dotenv from 0.17.1 to 0.18.0.

Release notes

Sourced from python-dotenv's releases.

Version 0.18.0

Changed

  • Raise ValueError if quote_mode isn't one of always, auto or never in
    set_key (#330 by @bbc2).
  • When writing a value to a .env file with set_key or dotenv set <key> <value> (#330
    by @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).
Changelog

Sourced from python-dotenv's changelog.

[0.18.0] - 2021-06-20

Changed

  • Raise ValueError if quote_mode isn't one of always, auto or never in
    set_key (#330 by [@bbc2]).
  • When writing a value to a .env file with set_key or dotenv set <key> <value> (#330
    by [@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).
Commits

Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.17.1 to 0.18.0. <details> <summary>Release notes</summary> *Sourced from [python-dotenv's releases](https://github.com/theskumar/python-dotenv/releases).* > ## Version 0.18.0 > ## Changed > > - Raise `ValueError` if `quote_mode` isn't one of `always`, `auto` or `never` in > `set_key` ([#330](https://github.com/theskumar/python-dotenv/issues/330) by @bbc2). > - When writing a value to a .env file with `set_key` or `dotenv set <key> <value>` ([#330](https://github.com/theskumar/python-dotenv/issues/330) > by @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`). </details> <details> <summary>Changelog</summary> *Sourced from [python-dotenv's changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md).* > ## [0.18.0] - 2021-06-20 > > ### Changed > > - Raise `ValueError` if `quote_mode` isn't one of `always`, `auto` or `never` in > `set_key` ([#330](https://github.com/theskumar/python-dotenv/issues/330) by [@bbc2]). > - When writing a value to a .env file with `set_key` or `dotenv set <key> <value>` ([#330](https://github.com/theskumar/python-dotenv/issues/330) > by [@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`). </details> <details> <summary>Commits</summary> - [`97615cd`](https://github.com/theskumar/python-dotenv/commit/97615cdcd0b6c6ffcf18b272598e82bfa3a18938) Release version 0.18.0 - [`3c08eaf`](https://github.com/theskumar/python-dotenv/commit/3c08eaf8a0129440613525deef767d3dbd01019d) Fix license metadata - [`72bc307`](https://github.com/theskumar/python-dotenv/commit/72bc30773962cb23cabee2c41f4317bf88b896e3) Fix setuptools warning - [`dbf8c7b`](https://github.com/theskumar/python-dotenv/commit/dbf8c7bd50745f2f2e8dd1ead500efb998eda7c4) Fix CI - [`b3c3195`](https://github.com/theskumar/python-dotenv/commit/b3c31954c2cb907935f77cde653783d4e5a05ec0) Improve quoting of values in `set_key` - See full diff in [compare view](https://github.com/theskumar/python-dotenv/compare/v0.17.1...v0.18.0) </details> <br />
Xefir added 1 commit 2021-06-21 00:28:40 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
78b0b50c90
Bump python-dotenv from 0.17.1 to 0.18.0
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.17.1 to 0.18.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.17.1...v0.18.0)
Xefir merged commit 92a45258f6 into master 2021-06-21 05:18:56 +00:00
Xefir deleted branch dependabot/pip/python-dotenv-0.18.0 2021-06-21 05:19:07 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/PyNyaaTa#22
No description provided.