Bump the pip group across 3 directories with 6 updates #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the requirements on gitpython, jinja2, werkzeug, flask, black and flask-cors to permit the latest version.
Updates
gitpythonfrom 3.1.18 to 3.1.41Release notes
Sourced from gitpython's releases.
... (truncated)
Commits
f288738bump patch levelef3192cMerge pull request #1792 from EliahKagan/popen1f3caa3Further clarify comment in test_hook_uses_shell_not_from_cwd3eb7c2aMove safer_popen from git.util to git.cmdc551e91Extract shared logic for using Popen safely on Windows15ebb25Clarify comment in test_hook_uses_shell_not_from_cwdf44524aAvoid spurious "location may have moved" on Windowsa42ea0aCover absent/no-distro bash.exe in hooks "not from cwd" test7751436Extract venv management from test_installation66ff4c1Omit CWD in search for bash.exe to run hooks on WindowsUpdates
jinja2to 3.1.4Release notes
Sourced from jinja2's releases.
Changelog
Sourced from jinja2's changelog.
... (truncated)
Commits
dd4a8b5release version 3.1.40668239Merge pull request from GHSA-h75v-3vvj-5mfjd655030disallow invalid characters in keys to xmlattr filtera7863baadd ghsa linksb5c98e7start version 3.1.4da3a9f0update project files (#1968)0ee5eb4satisfy formatter, linter, and strict mypy20477c6update project files (#5457)e491223update pyyaml dev dependency36f9885fix pr linkUpdates
werkzeugfrom 1.0 to 3.0.3Release notes
Sourced from werkzeug's releases.
... (truncated)
Changelog
Sourced from werkzeug's changelog.
... (truncated)
Commits
f9995e9release version 3.0.33386395Merge pull request from GHSA-2g68-c3qc-8985890b6b6only require trusted host for evalex71b69dfrestrict debugger trusted hostsd2d3869endpoint type is Any (#2895)7080b55endpoint type is Any7555effremove iri_to_uri redirect workaround (#2894)97fb2f7remove _invalid_iri_to_uri workaround249527fmake cn field a valid single hostname, and use wildcard in SANs field. (#2892)793be47update adhoc tls dev cert formatUpdates
gitpythonfrom 3.1.18 to 3.1.41Release notes
Sourced from gitpython's releases.
... (truncated)
Commits
f288738bump patch levelef3192cMerge pull request #1792 from EliahKagan/popen1f3caa3Further clarify comment in test_hook_uses_shell_not_from_cwd3eb7c2aMove safer_popen from git.util to git.cmdc551e91Extract shared logic for using Popen safely on Windows15ebb25Clarify comment in test_hook_uses_shell_not_from_cwdf44524aAvoid spurious "location may have moved" on Windowsa42ea0aCover absent/no-distro bash.exe in hooks "not from cwd" test7751436Extract venv management from test_installation66ff4c1Omit CWD in search for bash.exe to run hooks on WindowsUpdates
werkzeugfrom 1.0 to 3.0.3Release notes
Sourced from werkzeug's releases.
... (truncated)
Changelog
Sourced from werkzeug's changelog.
... (truncated)
Commits
f9995e9release version 3.0.33386395Merge pull request from GHSA-2g68-c3qc-8985890b6b6only require trusted host for evalex71b69dfrestrict debugger trusted hostsd2d3869endpoint type is Any (#2895)7080b55endpoint type is Any7555effremove iri_to_uri redirect workaround (#2894)97fb2f7remove _invalid_iri_to_uri workaround249527fmake cn field a valid single hostname, and use wildcard in SANs field. (#2892)793be47update adhoc tls dev cert formatUpdates
flaskfrom 2.2.2 to 2.2.5Release notes
Sourced from flask's releases.
Changelog
Sourced from flask's changelog.
Commits
47af817release version 2.2.5afd63b1Merge pull request #5109 from pallets/backport-vary-cookie8646edcsetVary: Cookieheader consistently for sessiona6367daMerge pull request #5108 from pallets/werkzeug-compat3fbfbadwerkzeug 2.3.3 compatibility726d3f4start version 2.2.5ddc7accMerge pull request #5081 from pallets/release-2.2.474e0329release version 2.2.42d46068update dev env64bc458update dev dependenciesUpdates
blackfrom 22.10.0 to 24.3.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
552baf8Prepare release 24.3.0 (#4279)f000936Fix catastrophic performance in lines_with_leading_tabs_expanded() (#4278)7b5a657Fix --line-ranges behavior when ranges are at EOF (#4273)1abcffcUse regex where we ignore case on windows (#4252)719e674Fix 4227: Improve documentation for --quiet --check (#4236)e5510afupdate plugin url for Thonny (#4259)6af7d11Fix AST safety check false negative (#4270)f03ee11Ensureblib2to3.pygramis initialized before use (#4224)e4bfedbfix: Don't move comments while splitting delimiters (#4248)d0287e1Make trailing comma logic more concise (#4202)Updates
flask-corsfrom 3.0.10 to 4.0.1Release notes
Sourced from flask-cors's releases.