data_copilot
data_copilot copied to clipboard
Update python-dotenv requirement from <=1.0.0,>=0.21.1 to >=0.21.1,<=1.1.0
Updates the requirements on python-dotenv to permit the latest version.
Release notes
Sourced from python-dotenv's releases.
v1.1.0
What's Changed
- Add a security policy by
@bbc2in theskumar/python-dotenv#512- Keep GitHub Actions up to date with GitHub's Dependabot by
@cclaussin theskumar/python-dotenv#506- ci: fix multiline string in test.yml & use fail-fast strategy by
@cclaussin theskumar/python-dotenv#514- Enhance dotenv run: Switch to execvpe for better resource management and signal handling by
@eekstuntin theskumar/python-dotenv#523- ci: add py3.13 to test.yml by
@waketzhengin theskumar/python-dotenv#527- Add Python 3.13 trove classifier by
@edgarrmondragonin theskumar/python-dotenv#535- Bump the github-actions group with 2 updates by
@dependabotin theskumar/python-dotenv#529- Add support for python 3.13 and drop 3.8 by
@theskumarin theskumar/python-dotenv#551- docs: Update README.md by
@chapeupretoin theskumar/python-dotenv#516- Some more s/Python-dotenv/python-dotenv/ by
@theskumarin theskumar/python-dotenv#552- add _is_debugger so load_dotenv will work in pdb by
@randomseed42in theskumar/python-dotenv#553New Contributors
@eekstuntmade their first contribution in theskumar/python-dotenv#523@waketzhengmade their first contribution in theskumar/python-dotenv#527@edgarrmondragonmade their first contribution in theskumar/python-dotenv#535@dependabotmade their first contribution in theskumar/python-dotenv#529@chapeupretomade their first contribution in theskumar/python-dotenv#516@randomseed42made their first contribution in theskumar/python-dotenv#553Full Changelog: https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0
Changelog
Sourced from python-dotenv's changelog.
[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
- 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])[0.21.1] - 2023-01-21
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
getandlistcommands when env file can't be opened (#441 by [@bbc2])- Updated License to align with BSD OSI template (#433 by [
@lsmith77])Fixed
- Fix Out-of-scope error when "dest" variable is undefined (#413 by [
@theGOTOguy])
... (truncated)
Commits
6a02ef5update mkdocs -> mkdocstrings config36c6270Update changelog2198b69Bump version: 1.0.1 → 1.1.0c89fb6dUpdate changelog8dd413eAdd _is_debugger so load_dotenv will work in pdb (#553)9acba4aSome more s/Python-dotenv/python-dotenv/ (#552)3c19c03s/Python-dotenv/python-dotenv/ (#516)4159388Add support for python 3.13 and drop 3.8 (#551)2b8635bBump the github-actions group with 2 updates (#529)533f8acAdd Python 3.13 trove classifier (#535)- 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)