Bump the dependencies group across 1 directory with 5 updates - #337
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the dependencies group across 1 directory with 5 updates#337dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [gunicorn](https://github.com/benoitc/gunicorn) | `26.0.0` | `26.2.0` | | [taskiq](https://github.com/taskiq-python/taskiq) | `0.12.4` | `0.12.5` | | [faker](https://github.com/joke2k/faker) | `40.36.0` | `40.37.0` | | [mypy](https://github.com/python/mypy) | `2.3.0` | `2.3.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.1` | `4.6.2` | Updates `gunicorn` from 26.0.0 to 26.2.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@26.0.0...26.2.0) Updates `taskiq` from 0.12.4 to 0.12.5 - [Release notes](https://github.com/taskiq-python/taskiq/releases) - [Commits](taskiq-python/taskiq@0.12.4...0.12.5) Updates `faker` from 40.36.0 to 40.37.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v40.36.0...v40.37.0) Updates `mypy` from 2.3.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.3.0...v2.3.1) Updates `pre-commit` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: taskiq dependency-version: 0.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: faker dependency-version: 40.37.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... 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 dependencies group with 5 updates in the / directory:
26.0.026.2.00.12.40.12.540.36.040.37.02.3.02.3.14.6.14.6.2Updates
gunicornfrom 26.0.0 to 26.2.0Release notes
Sourced from gunicorn's releases.
... (truncated)
Commits
36f2a3cgunicorn 26.2.0cbba350test: cover the h2c edge paths that had none9885411Merge pull request #3703 from cormier/fix-inconsistency-in-control-socket-docs86f0919Merge pull request #3704 from methane/doc-wsgi-h1c5853551Merge pull request #3712 from Rotzbua/patch-17bce87eMerge pull request #3700 from benoitc/fix/sponsor-logo-path972dfb0Merge pull request #3690 from melbinjp/docs/contributing-settings-path7b3f16bMerge pull request #3711 from benoitc/docs/http2-changelog5bf237chttp2: require gunicorn_h1c 0.6.9 and drop the upgrade body workaround7cf0338test: skip the fast-parser cases when gunicorn_h1c is absentUpdates
taskiqfrom 0.12.4 to 0.12.5Release notes
Sourced from taskiq's releases.
Commits
ced1909fix(receiver): harden prefetch and listener lifecycle (#645)ae2b788fix(scheduler): preserve custom task IDs for interval schedules (#642)9c339d6Add manual task acknowledgement (#637)289b5ffFix typos in docstrings and docs (#638)fe92683Add per-task ack type support (#636)44ef89fdocs: testing with using dependency_overrides (#631)9f8db96chore: add relator (#623)cc1b355Updated lock.e5c4abfAdded missing otel dependency. (#621)Updates
fakerfrom 40.36.0 to 40.37.0Release notes
Sourced from faker's releases.
Changelog
Sourced from faker's changelog.
Commits
4a464c8Bump version: 40.36.0 → 40.37.0f33e820📝 Update CHANGELOG.md74efb07fix(en_IE): generate structurally valid Irish IBANs (#2411)d80d125add Pillow as an optional dependency (#2442)4eced9fBump actions/stale from 10 to 11 (#2440)de212b1Bump actions/setup-python from 6 to 7 (#2437)56748a2exclude.agentsfrom manifestd42d42drefine skill2d0e534Add skills for agentsUpdates
mypyfrom 2.3.0 to 2.3.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
d642c44Bump version to 2.3.1a392429[mypyc] Fix crash on double yielding Iterators (#21826)4843e77[mypyc] Fixdefault_factoryfor inherited dataclass (#21785)14f5df9[mypyc] Clear coroutine env on coroutine completion (#21734)6dfa06dFix crash when unpacking return value from overload (#21830)a385746Bump version to 2.3.1+devUpdates
pre-commitfrom 4.6.1 to 4.6.2Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
9767b6cv4.6.242ee3ffMerge pull request #3743 from pre-commit/npm-build-scripts-11-x3056619fixlanguage: nodefor hooks with build scripts and npm 11.xDependabot 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