Bump the python-minor group across 1 directory with 8 updates#365
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the python-minor group across 1 directory with 8 updates#365dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the python-minor group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `3.1.1` | `3.1.3` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.33.1` | | [mysqlclient](https://github.com/PyMySQL/mysqlclient) | `2.2.7` | `2.2.8` | | [eventlet](https://github.com/eventlet/eventlet) | `0.40.2` | `0.41.0` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.1.3` | `3.1.8` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.10.3` | `7.13.5` | | [responses](https://github.com/getsentry/responses) | `0.25.8` | `0.26.0` | Updates `flask` from 3.1.1 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.1.1...3.1.3) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) Updates `requests` from 2.32.4 to 2.33.1 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.33.1) Updates `mysqlclient` from 2.2.7 to 2.2.8 - [Release notes](https://github.com/PyMySQL/mysqlclient/releases) - [Changelog](https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst) - [Commits](PyMySQL/mysqlclient@v2.2.7...v2.2.8) Updates `eventlet` from 0.40.2 to 0.41.0 - [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS) - [Commits](eventlet/eventlet@0.40.2...0.41.0) Updates `werkzeug` from 3.1.3 to 3.1.8 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.3...3.1.8) Updates `coverage` from 7.10.3 to 7.13.5 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.3...7.13.5) Updates `responses` from 0.25.8 to 0.26.0 - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](getsentry/responses@0.25.8...0.26.0) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: mysqlclient dependency-version: 2.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: eventlet dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: werkzeug dependency-version: 3.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: responses dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the python-minor group with 8 updates in the / directory:
3.1.13.1.36.0.26.0.32.32.42.33.12.2.72.2.80.40.20.41.03.1.33.1.87.10.37.13.50.25.80.26.0Updates
flaskfrom 3.1.1 to 3.1.3Release notes
Sourced from flask's releases.
Changelog
Sourced from flask's changelog.
Commits
22d9247release version 3.1.3089cb86Merge commit from forkc17f379request context tracks session access27be933start version 3.1.34e652d3Abort if the instance folder cannot be created (#5903)3d03098Abort if the instance folder cannot be created407eb76document using gevent for async (#5900)ac5664ddocument using gevent for async4f79d5bIncrease required flit_core version to 3.11 (#5865)fe3b215Increase required flit_core version to 3.11Updates
pyyamlfrom 6.0.2 to 6.0.3Release notes
Sourced from pyyaml's releases.
Changelog
Sourced from pyyaml's changelog.
Commits
49790e7Release 6.0.3 (#889)Updates
requestsfrom 2.32.4 to 2.33.1Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
... (truncated)
Commits
111d2b7v2.33.1f0198e6Fix malformed value parsing for Content-Type (#7309)bc7dd0fFix cosmetic header validity parsing regex (#7308)4443b1aFix unintended test extra (#7306)389eea5Cleanup extracted file after extract_zipped_path test (#7305)7407309Packaging: DRY out extras definition (#7277)bc04dfdv2.33.066d21cbMerge commit from fork8b9bc8fMove badges to top of README (#7293)e331a28Remove unused extraction call (#7292)Updates
mysqlclientfrom 2.2.7 to 2.2.8Release notes
Sourced from mysqlclient's releases.
Changelog
Sourced from mysqlclient's changelog.
Commits
33f3948release v2.2.8 (#776)aeff560free threading: do not enable GIL (#775)d0371b2update pyproject.toml to support Python 3.14 (#772)21b99a0add Python 3.14 and drop Python 3.9 (#774)af50276update mariadb-connector to 3.4.8 (#773)e54e861update readthedocs conf (#759)5b35866support local_infile_dir option (#755)Updates
eventletfrom 0.40.2 to 0.41.0Changelog
Sourced from eventlet's changelog.
Commits
5ec4b6dUpdate changelog for version 0.41.0 (#1088)6de7dbbSwitch to 3.14 for testing, fix problems found along the way. (#1086)1ea81d9Drop 3.9 support (#1085)62662afMore visible deprecation (#1077)f3254a1Update changelog for version 0.40.4 (#1074)8cb2029Remove legacy setuptools configuration files (#1072)220f82dadd 3.14 to supported versions (#1070)01a3da5Emit warning on startup that eventlet is deprecated (#1065)1b2b959Fix Python 3.14 on macOS (#1067)d8bf465Workaround for #1068 (#1069)Updates
werkzeugfrom 3.1.3 to 3.1.8Release notes
Sourced from werkzeug's releases.
... (truncated)
Changelog
Sourced from werkzeug's changelog.
... (truncated)
Commits
c1a26b4release version 3.1.87926f0brelax get_host strictness (#3148)deab88frelax get_host strictness65eb639start version 3.1.87720b76release version 3.1.7 (#3135)005d93brelease version 3.1.7c328342merge any number of slashes (#3136)23142a3merge any number of slashesb913d68always set accept-ranges headerf282943Correct 1049dd6b2a363e1ef302b4161c340fb8582f627aUpdates
coveragefrom 7.10.3 to 7.13.5Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
c88da14docs: sample HTML for 7.13.5e2ac3e1build: sample HTML shouldn't include the status.json file910f8f3docs: prep for 7.13.53a4819cstyle: make workflows more uniform2a53705chore: bump the action-dependencies group across 1 directory with 4 updates (...e7c878dchore: make upgradeab4db40build: use --generate-hashes when pinninga438753chore: make upgrade7b33457refactor: some leftover pyupgrade 3.10 bits2ff968drefactor: this type wasn't used anywhereUpdates
responsesfrom 0.25.8 to 0.26.0Release notes
Sourced from responses's releases.
Changelog
Sourced from responses's changelog.
Commits
94913d0release: 0.26.0051b79eMakeassert_all_requests_are_firedalways assert on exception (#782)0905cb8Fix query_param_matcher not matching empty query parameter values (#787)e0c6faaci(release): Switch from action-prepare-release to Craft (#785)1be3a73fix: Consider theRetry-Afterheader when handling retries (#784)c6730fbMerge branch 'release/0.25.8'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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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