Skip to content

chore(deps): bump python-dotenv from 1.0.1 to 1.2.2 in the pip group across 1 directory#5

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pip-4ea199e985
Closed

chore(deps): bump python-dotenv from 1.0.1 to 1.2.2 in the pip group across 1 directory#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pip-4ea199e985

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Bumps the pip group with 1 update in the / directory: python-dotenv.

Updates python-dotenv from 1.0.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

v1.2.1

What's Changed

... (truncated)

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.

[1.2.1] - 2025-10-26

  • Move more config to pyproject.toml, removed setup.cfg
  • Add support for reading .env from FIFOs (Unix) by [@​sidharth-sudhir] in #586

[1.2.0] - 2025-10-26

[1.1.1] - 2025-06-24

Fixed

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the pip group with 1 update in the / directory: [python-dotenv](https://github.com/theskumar/python-dotenv).


Updates `python-dotenv` from 1.0.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.0.1...v1.2.2)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 21, 2026
@github-actions
Copy link
Copy Markdown

Performance Test Results

Python Version: 3.12

Benchmark Summary

Test Mean StdDev Min Max
test_config_loading_performance 1.399ms 0.029ms 1.377ms 1.803ms
test_cached_config_performance 0.005ms 0.000ms 0.004ms 0.044ms
test_token_encryption_performance 105.126ms 0.091ms 104.933ms 105.253ms
test_token_decryption_performance 0.003ms 0.004ms 0.002ms 0.015ms
test_container_filtering_performance 0.002ms 0.000ms 0.002ms 0.026ms

@github-actions
Copy link
Copy Markdown

Performance Test Results

Python Version: 3.11

Benchmark Summary

Test Mean StdDev Min Max
test_config_loading_performance 1.944ms 0.027ms 1.889ms 2.083ms
test_cached_config_performance 0.006ms 0.001ms 0.006ms 0.065ms
test_token_encryption_performance 88.030ms 0.204ms 87.583ms 88.330ms
test_token_decryption_performance 0.004ms 0.004ms 0.001ms 0.016ms
test_container_filtering_performance 0.003ms 0.001ms 0.003ms 0.035ms

@github-actions
Copy link
Copy Markdown

Performance Test Results

Python Version: 3.10

Benchmark Summary

Test Mean StdDev Min Max
test_config_loading_performance 2.150ms 0.101ms 2.068ms 3.411ms
test_cached_config_performance 0.007ms 0.001ms 0.007ms 0.055ms
test_token_encryption_performance 87.780ms 0.265ms 87.359ms 88.274ms
test_token_decryption_performance 0.004ms 0.006ms 0.002ms 0.022ms
test_container_filtering_performance 0.003ms 0.001ms 0.003ms 0.053ms

@github-actions
Copy link
Copy Markdown

Code Quality Summary

Branch: 5/merge
Commit: bd88c57
Date: Tue Apr 21 20:50:08 UTC 2026

Job Results

  • Code Complexity: success
  • Pylint: success
  • Flake8: success
  • MyPy: success

✅ Overall: PASS

All critical quality gates passed!

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 22, 2026

Looks like python-dotenv is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 22, 2026
@dependabot dependabot Bot deleted the dependabot/pip/pip-4ea199e985 branch April 22, 2026 04:06
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants