GameServerMonitor
GameServerMonitor copied to clipboard
Bump python-dotenv from 1.0.1 to 1.1.0
Bumps python-dotenv from 1.0.1 to 1.1.0.
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
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)