GameServerMonitor
GameServerMonitor copied to clipboard
Bump python-dotenv from 1.0.1 to 1.2.1
Bumps python-dotenv from 1.0.1 to 1.2.1.
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
v1.2.0
What's Changed
- style: upgrade to use ruff by
@​theskumarin theskumar/python-dotenv#567- Use sys.exit() instead of exit() by
@​theskumarin theskumar/python-dotenv#568- feat: add
PYTHON_DOTENV_DISABLEDflag to disable load_dotenv (fixes #510) by@​matthewfranglenin theskumar/python-dotenv#569- Added [email protected]: Github CI & tox.ini by
@​23f3001135in theskumar/python-dotenv#579- ocs: clarify what load_dotenv() does in README by
@​cybercodedin theskumar/python-dotenv#575- Bump the github-actions group across 1 directory with 2 updates by
@​dependabot[bot] in theskumar/python-dotenv#577- Move project metadata and config to pyproject.toml by
@​EpicWinkin theskumar/python-dotenv#583New Contributors
@​matthewfranglenmade their first contribution in theskumar/python-dotenv#569@​23f3001135made their first contribution in theskumar/python-dotenv#579@​cybercodedmade their first contribution in theskumar/python-dotenv#575@​EpicWinkmade their first contribution in theskumar/python-dotenv#583Full Changelog: https://github.com/theskumar/python-dotenv/compare/v1.1.1...v1.2.0
v1.1.1
What's Changed
- fix: ensure find_dotenv work reliably on python 3.13 by
@​theskumarin theskumar/python-dotenv#563- fix(cli): issue with execvpe on Windows by
@​wrongontheinternetin theskumar/python-dotenv#566New Contributors
@​wrongontheinternetmade their first contribution in theskumar/python-dotenv#566Full 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- 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
... (truncated)
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
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)