chore(deps): bump python-dotenv from 1.0.1 to 1.1.1 in /backend
KnoksPix is an AI-first creative workspace combining different tasks.
Brought to you by:
knoksen
Originally created by: dependabot[bot]
Bumps python-dotenv from 1.0.1 to 1.1.1.
Sourced from python-dotenv's releases.
v1.1.1
What's Changed
- fix: ensure find_dotenv work reliably on python 3.13 by
@theskumarin theskumar/python-dotenv#563](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/563">theskumar/python-dotenv/issues/563)- fix(cli): issue with execvpe on Windows by
@wrongontheinternetin theskumar/python-dotenv#566](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/566">theskumar/python-dotenv/issues/566)New Contributors
@wrongontheinternetmade their first contribution in theskumar/python-dotenv#566](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/566">theskumar/python-dotenv/issues/566)Full Changelog: https://github.com/theskumar/python-dotenv/compare/v1.1.0...v1.1.1
v1.1.0
What's Changed
- Add a security policy by
@bbc2in theskumar/python-dotenv#512](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/512">theskumar/python-dotenv/issues/512)- Keep GitHub Actions up to date with GitHub's Dependabot by
@cclaussin theskumar/python-dotenv#506](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/506">theskumar/python-dotenv/issues/506)- ci: fix multiline string in test.yml & use fail-fast strategy by
@cclaussin theskumar/python-dotenv#514](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/514">theskumar/python-dotenv/issues/514)- Enhance dotenv run: Switch to execvpe for better resource management and signal handling by
@eekstuntin theskumar/python-dotenv#523](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/523">theskumar/python-dotenv/issues/523)- ci: add py3.13 to test.yml by
@waketzhengin theskumar/python-dotenv#527](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/527">theskumar/python-dotenv/issues/527)- Add Python 3.13 trove classifier by
@edgarrmondragonin theskumar/python-dotenv#535](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/535">theskumar/python-dotenv/issues/535)- Bump the github-actions group with 2 updates by
@dependabotin theskumar/python-dotenv#529](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/529">theskumar/python-dotenv/issues/529)- Add support for python 3.13 and drop 3.8 by
@theskumarin theskumar/python-dotenv#551](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/551">theskumar/python-dotenv/issues/551)- docs: Update README.md by
@chapeupretoin theskumar/python-dotenv#516](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/516">theskumar/python-dotenv/issues/516)- Some more s/Python-dotenv/python-dotenv/ by
@theskumarin theskumar/python-dotenv#552](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/552">theskumar/python-dotenv/issues/552)- add _is_debugger so load_dotenv will work in pdb by
@randomseed42in theskumar/python-dotenv#553](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/553">theskumar/python-dotenv/issues/553)New Contributors
@eekstuntmade their first contribution in theskumar/python-dotenv#523](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/523">theskumar/python-dotenv/issues/523)@waketzhengmade their first contribution in theskumar/python-dotenv#527](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/527">theskumar/python-dotenv/issues/527)@edgarrmondragonmade their first contribution in theskumar/python-dotenv#535](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/535">theskumar/python-dotenv/issues/535)@dependabotmade their first contribution in theskumar/python-dotenv#529](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/529">theskumar/python-dotenv/issues/529)@chapeupretomade their first contribution in theskumar/python-dotenv#516](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/516">theskumar/python-dotenv/issues/516)@randomseed42made their first contribution in theskumar/python-dotenv#553](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/553">theskumar/python-dotenv/issues/553)Full Changelog: https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0
Sourced from python-dotenv's changelog.
[1.1.1] - 2025-06-24
Fixed
- CLI: Ensure
find_dotenvwork reliably on python 3.13 by [@theskumar] in #563](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/563">/issues/563)- CLI: revert the use of execvpe on Windows by [
@wrongontheinternet] in #566](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/pull/566">/issues/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](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/issues/523">/issues/523)) by [@eekstunt]Fixed
find_dotenvandload_dotenvnow correctly looks up at the current directory when running in debugger or pdb (#553](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/issues/553">/issues/553) by [@randomseed42])Misc
- Drop support for Python 3.8
16e660d Bump version: 1.1.0 → 1.1.1667e82f update changelog9d85edb fix(cli): issue with execvpe on Windows (#566](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/issues/566">/issues/566))8411987 fix: ensure find_dotenv work reliably on python 3.13 (#563](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/issues/563">/issues/563))01f8997 docs update6a02ef5 update mkdocs -> mkdocstrings config36c6270 Update changelog2198b69 Bump version: 1.0.1 → 1.1.0c89fb6d Update changelog8dd413e Add _is_debugger so load_dotenv will work in pdb (#553](https://github.com/href="https://redirect.github.com/theskumar/python-dotenv/issues/553">/issues/553))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.
Originally posted by: dependabot[bot]
Labels
The following labels could not be found:
deps,python. Please create them before Dependabot can add them to a pull request.Please fix the above issues or remove invalid values from
dependabot.yml.