redis-python-tutorial
redis-python-tutorial copied to clipboard
Update dependency python-dotenv to v1
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| python-dotenv | ==0.21.1 -> ==1.2.1 |
Release Notes
theskumar/python-dotenv (python-dotenv)
v1.2.1
- Move more config to
pyproject.toml, removedsetup.cfg - Add support for reading
.envfrom FIFOs (Unix) by [@sidharth-sudhir] in [#586]
v1.2.0
- Upgrade build system to use PEP 517 & PEP 518 to use
buildandpyproject.tomlby [@EpicWink] in [#583] - Add support for Python 3.14 by [@23f3001135] in #579
- Add support for disabling of
load_dotenv()usingPYTHON_DOTENV_DISABLEDenv var. by [@matthewfranglen] in [#569]
v1.1.1
Fixed
- CLI: Ensure
find_dotenvwork reliably on python 3.13 by [@theskumar] in #563 - CLI: revert the use of execvpe on Windows by [@wrongontheinternet] in #566
v1.1.0
Feature
- Add support for python 3.13
- Enhance
dotenv run, switch toexecvpefor better resource management and signal handling ([#523]) by [@eekstunt]
Fixed
find_dotenvandload_dotenvnow correctly looks up at the current directory when running in debugger or pdb ([#553] by [@randomseed42])
Misc
- Drop support for Python 3.8
v1.0.1
Fixed
- Gracefully handle code which has been imported from a zipfile ([#456] by [@samwyma])
- Allow modules using
load_dotenvto be reloaded when launched in a separate thread ([#497] by [@freddyaboulton]) - Fix file not closed after deletion, handle error in the rewrite function ([#469] by [@Qwerty-133])
Misc
- Use pathlib.Path in tests ([#466] by [@eumiro])
- Fix year in release date in changelog.md ([#454] by [@jankislinger])
- Use https in README links ([#474] by [@Nicals])
v1.0.0
Fixed
- Drop support for python 3.7, add python 3.12-dev (#449 by [@theskumar])
- Handle situations where the cwd does not exist. (#446 by [@jctanner])
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication