data_copilot
data_copilot copied to clipboard
Update python-dotenv requirement from <=1.0.0,>=0.21.1 to >=0.21.1,<=1.2.1
Updates the requirements on python-dotenv to permit the latest version.
Release notes
Sourced from python-dotenv's releases.
v1.2.1
What's Changed
- Support reading .env from FIFOs (Unix) by
@sidharth-sudhirin theskumar/python-dotenv#586- Update CI to use trusted publishing on PyPI
New Contributors
@sidharth-sudhirmade their first contribution in theskumar/python-dotenv#586Full Changelog: https://github.com/theskumar/python-dotenv/compare/v1.2.0...v1.2.1
Changelog
Sourced from python-dotenv's changelog.
[1.2.1] - 2025-10-26
- Move more config to
pyproject.toml, removedsetup.cfg- Add support for reading
.envfrom FIFOs (Unix) by [@sidharth-sudhir] in #586[1.2.0] - 2025-10-26
- 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[1.1.1] - 2025-06-24
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[1.1.0] - 2025-03-25
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
[1.0.1] - 2024-01-23
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])[1.0.0] - 2023-02-24
Fixed
... (truncated)
Commits
eaf2a91Do not remove .coverage file8716196Bump version: 1.2.0 → 1.2.1b87807fUpdate changelog3af77d3Support reading .env from FIFOs (Unix) (#586)467ee22Fix test failures after moving config to pyproject.toml76999e7Move more config pyproject.toml222ce2cUpdate to use trusted publisher on pypi8ed4f79Update docs requirements5bf8822Bump version: 1.1.1 → 1.2.01fe11ccupadate changelog- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)