-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deps: Bump the dependencies group across 1 directory with 3 updates #1297
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/pr-conventional-commit-labeler/dependencies-39f5b74e45
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Deps: Bump the dependencies group across 1 directory with 3 updates #1297
dependabot
wants to merge
1
commit into
main
from
dependabot/pip/pr-conventional-commit-labeler/dependencies-39f5b74e45
Conversation
This file contains 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
Bumps the dependencies group with 3 updates in the /pr-conventional-commit-labeler directory: [httpx](https://github.com/encode/httpx), [ruff](https://github.com/astral-sh/ruff) and [tomli](https://github.com/hukkin/tomli). Updates `httpx` from 0.27.2 to 0.28.0 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.2...0.28.0) Updates `ruff` from 0.7.4 to 0.8.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.7.4...0.8.1) Updates `tomli` from 2.1.0 to 2.2.1 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.1.0...2.2.1) --- updated-dependencies: - dependency-name: httpx dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tomli dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Dec 2, 2024
Dependency ReviewThe following issues were found:
Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. License Issuespr-conventional-commit-labeler/poetry.lock
Allowed Licenses: 0BSD, AGPL-3.0-or-later, Apache-2.0, BlueOak-1.0.0, BSD-2-Clause, BSD-3-Clause-Clear, BSD-3-Clause, BSL-1.0, CAL-1.0, CC-BY-3.0, CC-BY-4.0, CC-BY-SA-4.0, CC0-1.0, EPL-2.0, GPL-2.0-only, GPL-2.0-or-later, GPL-2.0, GPL-3.0-or-later, ISC, LGPL-2.0-only, LGPL-2.0-or-later, LGPL-2.1-only, LGPL-2.1-or-later, LGPL-2.1, LGPL-3.0-only, LGPL-3.0, LGPL-3.0-or-later, MIT, MPL-1.1, MPL-2.0, OFL-1.1, PSF-2.0, Python-2.0, Python-2.0.1, Unicode-DFS-2016, Unlicense OpenSSF Scorecard
Scanned Files
|
Conventional Commits Report
🚀 Conventional commits found. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
0 participants
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 3 updates in the /pr-conventional-commit-labeler directory: httpx, ruff and tomli.
Updates
httpx
from 0.27.2 to 0.28.0Release notes
Sourced from httpx's releases.
Changelog
Sourced from httpx's changelog.
Commits
80960fa
Version 0.28.0. (#3419)a33c878
Fixextensions
type annotation. (#3380)ce7e14d
Error on verify as str. (#3418)47f4a96
Handle empty zstd responses (#3412)189fc4b
Update CHANGELOG.md, fix typo(s) (#3406)7b19cd5
Move utility functions from _utils.py to _client.py (#3389)b47d94c
Avoid private imports in test cases. (#3403)2ea2286
Import ssl on demand (#3401)1805ee0
Graceful upgrade path for 0.28. (#3394)41597ad
Move remaining utility functions from _utils.py to _models.py (#3387)Updates
ruff
from 0.7.4 to 0.8.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
b3b2c98
Update CHANGELOG.md with the new commits for 0.8.1 (#14664)abb3c6e
[flake8-pyi
] Avoid rewriting invalid type expressions in `unnecessary-type-...224fe75
[ruff
] Implementunnecessary-regular-expression
(RUF055
) (#14659)dc29f52
[flake8-pyi
,ruff
] Fix traversal of nested literals and unions (PYI016
,...d9cbf2f
Avoids unnecessary overhead forTC004
, whenTC001-003
are disabled (#14657)3f6c65e
[red-knot] Fix merged type after if-else without explicit else branch (#14621)976c37a
Bump version to 0.8.1 (#14655)a378ff3
[red-knot] Fix Boolean flags in mdtests (#14654)d8bca0d
Fix bug where methods defined using lambdas were flagged by FURB118 (#14639)6f1cf5b
[red-knot] Minor fix in MRO tests (#14652)Updates
tomli
from 2.1.0 to 2.2.1Changelog
Sourced from tomli's changelog.
Commits
73c3d10
Bump version: 2.2.0 → 2.2.17c2368d
Don't build wheels for Python versions requiring tomlic48e4e1
Bump version: 2.1.0 → 2.2.07604741
Update README0724e2a
Annotate global constants as Final to speed up compiled code149547d
Create binary wheels with mypyc (#242)443a0c1
pre-commit autoupdate and autofix48461cf
Merge pull request #240 from hukkin/version-2.1.0Dependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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