Skip to content

chore(deps): bump python-dotenv from 1.2.1 to 1.2.2 in /backend#33

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/backend/python-dotenv-1.2.2
Closed

chore(deps): bump python-dotenv from 1.2.1 to 1.2.2 in /backend#33
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/backend/python-dotenv-1.2.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps python-dotenv from 1.2.1 to 1.2.2.

Release notes

Sourced from python-dotenv's releases.

v1.2.2

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#)

Changed

  • The dotenv run command now forwards flags directly to the specified command by @​bbc2 in theskumar/python-dotenv#607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Support for Python 3.9.

Fixed

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

Misc

New Contributors

Full Changelog: theskumar/python-dotenv@v1.2.1...v1.2.2

Changelog

Sourced from python-dotenv's changelog.

[1.2.2] - 2026-03-01

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#588)

Changed

  • The dotenv run command now forwards flags directly to the specified command by [@​bbc2] in #607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Dropped Support for Python 3.9.

Fixed

  • Improved set_key and unset_key behavior when interacting with symlinks by [@​bbc2] in [790c5c0]
  • Corrected the license specifier and added missing Python 3.14 classifiers in package metadata by [@​JYOuyang] in #590

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

Commits

@dependabot dependabot Bot requested a review from Gahroot as a code owner May 15, 2026 17:18
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 15, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aicrm Ready Ready Preview, Comment Jun 3, 2026 2:21pm
frontend Ready Ready Preview, Comment Jun 3, 2026 2:21pm

Request Review

@dependabot dependabot Bot force-pushed the dependabot/uv/backend/python-dotenv-1.2.2 branch from a5bf112 to 6054d14 Compare May 15, 2026 17:42
@dependabot dependabot Bot force-pushed the dependabot/uv/backend/python-dotenv-1.2.2 branch from 6054d14 to 32455ab Compare May 15, 2026 17:44
@dependabot dependabot Bot force-pushed the dependabot/uv/backend/python-dotenv-1.2.2 branch from 32455ab to 812c033 Compare May 15, 2026 17:56
@dependabot dependabot Bot force-pushed the dependabot/uv/backend/python-dotenv-1.2.2 branch from 812c033 to 765fd90 Compare May 15, 2026 19:28
@dependabot dependabot Bot force-pushed the dependabot/uv/backend/python-dotenv-1.2.2 branch from 765fd90 to e6df9e2 Compare May 15, 2026 20:07
@dependabot dependabot Bot changed the title chore(deps): bump python-dotenv from 1.2.1 to 1.2.2 in /backend build(deps): bump python-dotenv from 1.2.1 to 1.2.2 in /backend May 16, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/backend/python-dotenv-1.2.2 branch from e6df9e2 to 8fa207e Compare May 16, 2026 01:32
@dependabot dependabot Bot force-pushed the dependabot/uv/backend/python-dotenv-1.2.2 branch from 8fa207e to 759b51b Compare May 16, 2026 02:36
@Gahroot
Copy link
Copy Markdown
Owner

Gahroot commented May 21, 2026

@dependabot rebase

@Gahroot
Copy link
Copy Markdown
Owner

Gahroot commented May 21, 2026

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/uv/backend/python-dotenv-1.2.2 branch from bb4fb5d to 9d660a3 Compare May 21, 2026 16:18
@dependabot dependabot Bot changed the title build(deps): bump python-dotenv from 1.2.1 to 1.2.2 in /backend chore(deps): bump python-dotenv from 1.2.1 to 1.2.2 in /backend Jun 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/backend/python-dotenv-1.2.2 branch from 9d660a3 to d3bd671 Compare June 1, 2026 22:35
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 4, 2026

Looks like python-dotenv is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 4, 2026
@dependabot dependabot Bot deleted the dependabot/uv/backend/python-dotenv-1.2.2 branch June 4, 2026 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant