tawilkinson / boardgamebot

A Discord.py bot that fetches board game data
7 stars 0 forks source link

Update python_dotenv to 1.0.1 #222

Closed pyup-bot closed 5 months ago

pyup-bot commented 8 months ago

This PR updates python_dotenv from 0.21.1 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 ```
Links - PyPI: https://pypi.org/project/python-dotenv - Changelog: https://data.safetycli.com/changelogs/python-dotenv/ - Repo: https://github.com/theskumar/python-dotenv