Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python-dotenv to 1.0.1 #654

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates python-dotenv from 0.19.0 to 1.0.1.

Changelog

1.0.1

What's Changed
* FIx year in release date in changelog.md by jankislinger in https://github.com/theskumar/python-dotenv/pull/453
* Gracefully handle code which has been imported from a zipfile by samwyma in https://github.com/theskumar/python-dotenv/pull/456
* Use pathlib.Path in tests by eumiro in https://github.com/theskumar/python-dotenv/pull/466
* fixes 473 Use https in README links by Nicals in https://github.com/theskumar/python-dotenv/pull/474
* Allow modules using load_dotenv to be reloaded when launched in a separate thread by freddyaboulton in https://github.com/theskumar/python-dotenv/pull/497
* Fix error handling in the rewrite function by Qwerty-133 in https://github.com/theskumar/python-dotenv/pull/468
* Add python 3.12 and pypy3.10 to test suite by theskumar in https://github.com/theskumar/python-dotenv/pull/498

New Contributors
* jankislinger made their first contribution in https://github.com/theskumar/python-dotenv/pull/453
* samwyma made their first contribution in https://github.com/theskumar/python-dotenv/pull/456
* eumiro made their first contribution in https://github.com/theskumar/python-dotenv/pull/466
* Nicals made their first contribution in https://github.com/theskumar/python-dotenv/pull/474
* freddyaboulton made their first contribution in https://github.com/theskumar/python-dotenv/pull/497
* Qwerty-133 made their first contribution in https://github.com/theskumar/python-dotenv/pull/468

**Full Changelog**: https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1

1.0.0

What's Changed
* Handle situations where the cwd does not exist. by jctanner in https://github.com/theskumar/python-dotenv/pull/446
* Add python-decouple as a related project by kcarnold in https://github.com/theskumar/python-dotenv/pull/451
* Drop support for python 3.7, add python 3.12-dev by theskumar in https://github.com/theskumar/python-dotenv/pull/449

New Contributors
* jctanner made their first contribution in https://github.com/theskumar/python-dotenv/pull/446
* kcarnold made their first contribution in https://github.com/theskumar/python-dotenv/pull/451

**Full Changelog**: https://github.com/theskumar/python-dotenv/compare/v0.21.1...v1.0.0

0.21.1

Added
* Use Python 3.11 non-beta in CI (438 by bbc2)
* Modernize variables code (434 by Nougat-Waffle)
* Modernize main.py and parser.py code (435 by Nougat-Waffle)
* Improve conciseness of cli.py and __init__.py (439 by Nougat-Waffle)
* Improve error message for `get` and `list` commands when env file can't be opened (441 by bbc2)
* Updated Licence to align with BSD OSI template (433 by lsmith77)


Fixed
* Fix Out-of-scope error when "dest" variable is undefined (413 by theGOTOguy)
* Fix IPython test warning about deprecated `magic` (440 by bbc2)
* Fix type hint for dotenv_path var, add StrPath alias (432 by eaf)

New Contributors
* saimehsan made their first contribution in https://github.com/theskumar/python-dotenv/pull/426
* Praveensenpai made their first contribution in https://github.com/theskumar/python-dotenv/pull/437
* Nougat-Waffle made their first contribution in https://github.com/theskumar/python-dotenv/pull/434
* mivade made their first contribution in https://github.com/theskumar/python-dotenv/pull/442
* lsmith77 made their first contribution in https://github.com/theskumar/python-dotenv/pull/433
* eaftan made their first contribution in https://github.com/theskumar/python-dotenv/pull/432

**Full Changelog**: https://github.com/theskumar/python-dotenv/compare/v0.21.0...v0.21.1

0.21.0

What's Changed

Added
* CLI: add support for invocations via 'python -m'. (395 by theskumar)
* `load_dotenv` function now returns `False`. (388 by larsks)
* CLI: add --format= option to list command. (407 by sammck)

Fixed
* Drop Python 3.5 and 3.6 and upgrade GA (393 by eggplants)
* Use `open` instead of `io.open`. (389 by rabinadk1)
* Improve documentation for variables without a value (390 by bbc2)
* Add `parse_it` to Related Projects by (410 by naorlivne)
* Update README.md by (415 by harveer07)
* Improve documentation with direct use of MkDocs by (398 by bbc2)

New Contributors
* rabinadk1 made their first contribution in https://github.com/theskumar/python-dotenv/pull/389
* larsks made their first contribution in https://github.com/theskumar/python-dotenv/pull/388
* naorlivne made their first contribution in https://github.com/theskumar/python-dotenv/pull/410
* eggplants made their first contribution in https://github.com/theskumar/python-dotenv/pull/393
* sammck made their first contribution in https://github.com/theskumar/python-dotenv/pull/407
* harveer07 made their first contribution in https://github.com/theskumar/python-dotenv/pull/415
* theGOTOguy made their first contribution in https://github.com/theskumar/python-dotenv/pull/414

**Full Changelog**: https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0

0.19.2

What's Changed

Fixed

* Add missing trailing newline before adding new entry with `set_key` by bbc2 in https://github.com/theskumar/python-dotenv/pull/361


**Full Changelog**: https://github.com/theskumar/python-dotenv/compare/v0.19.1...v0.19.2

0.19.1

What's Changed
* CHANGELOG.md: Fix typos discovered by codespell by cclauss in https://github.com/theskumar/python-dotenv/pull/350
* Add Python 3.10 support by theskumar in https://github.com/theskumar/python-dotenv/pull/359

New Contributors
* cclauss made their first contribution in https://github.com/theskumar/python-dotenv/pull/350

**Full Changelog**: https://github.com/theskumar/python-dotenv/compare/v0.19.0...v0.19.1
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant