flask-sqlalchemy-tutorial
flask-sqlalchemy-tutorial copied to clipboard
Bump python-dotenv from 0.20.0 to 0.21.0
trafficstars
Bumps python-dotenv from 0.20.0 to 0.21.0.
Release notes
Sourced from python-dotenv's releases.
Version 0.21.0
What's Changed
Added
- CLI: add support for invocations via 'python -m'. (#395 by
@theskumar)load_dotenvfunction now returnsFalse. (#388 by@larsks)- CLI: add --format= option to list command. (#407 by
@sammck)Fixed
- Drop Python 3.5 and 3.6 and upgrade GA (#393 by
@eggplants)- Use
openinstead ofio.open. (#389 by@rabinadk1)- Improve documentation for variables without a value (#390 by
@bbc2)- Add
parse_itto Related Projects by (#410 by@naorlivne)- Update README.md by (#415 by
@harveer07)- Improve documentation with direct use of MkDocs by (#398 by
@bbc2)New Contributors
@rabinadk1made their first contribution in theskumar/python-dotenv#389@larsksmade their first contribution in theskumar/python-dotenv#388@naorlivnemade their first contribution in theskumar/python-dotenv#410@eggplantsmade their first contribution in theskumar/python-dotenv#393@sammckmade their first contribution in theskumar/python-dotenv#407@harveer07made their first contribution in theskumar/python-dotenv#415@theGOTOguymade their first contribution in theskumar/python-dotenv#414Full Changelog: https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0
Changelog
Sourced from python-dotenv's changelog.
[0.21.0] - 2022-09-03
Added
- CLI: add support for invocations via 'python -m'. (#395 by
@theskumar)load_dotenvfunction now returnsFalse. (#388 by@larsks)- CLI: add --format= option to list command. (#407 by
@sammck)Fixed
- Drop Python 3.5 and 3.6 and upgrade GA (#393 by
@eggplants)- Use
openinstead ofio.open. (#389 by@rabinadk1)- Improve documentation for variables without a value (#390 by
@bbc2)- Add
parse_itto Related Projects by (#410 by@naorlivne)- Update README.md by (#415 by
@harveer07)- Improve documentation with direct use of MkDocs by (#398 by
@bbc2)
Commits
b6fe193Bump version: 0.20.0 → 0.21.05d07931update changelog490b116Revert "fix: out of scope error when "dest" variable is undefined #413"b1f041dAdd release notes for 0.21.06399af6chore: fix flake8 issuea53d652fix: out of scope error when "dest" variable is undefined #413a7c811dUpdate README.md (#415)914c68efeat(cli) add --format= option to list command (#407)2f36c08Drop Python 3.5 and 3.6 and upgrade GA (#393)a50a3bfAdd .vscode to gitignore- 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 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)