-
Notifications
You must be signed in to change notification settings - Fork 71
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
Bump the all-dependencies group with 20 updates #105
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/all-dependencies-19470625a5
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.
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 all-dependencies group with 20 updates: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.14.1` | `1.15.2` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.10` | `0.115.12` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.6` | `2.11.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.38` | `2.0.40` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.12` | `7.8.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.1.0` | `4.2.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.3` | `0.26.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.0.0` | `6.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.9` | `0.11.2` | | [anyio](https://github.com/agronholm/anyio) | `4.8.0` | `4.9.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.17.0` | `3.18.0` | | [identify](https://github.com/pre-commit/identify) | `2.6.8` | `2.6.9` | | [iniconfig](https://github.com/pytest-dev/iniconfig) | `2.0.0` | `2.1.0` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.6` | `4.3.7` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.27.2` | `2.33.0` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.1.0` | | [starlette](https://github.com/encode/starlette) | `0.46.0` | `0.46.1` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.29.2` | `20.30.0` | | [websockets](https://github.com/python-websockets/websockets) | `15.0` | `15.0.1` | Updates `alembic` from 1.14.1 to 1.15.2 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `fastapi` from 0.115.10 to 0.115.12 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.10...0.115.12) Updates `pydantic` from 2.10.6 to 2.11.1 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.6...v2.11.1) Updates `sqlalchemy` from 2.0.38 to 2.0.40 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `coverage` from 7.6.12 to 7.8.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.12...7.8.0) Updates `pre-commit` from 4.1.0 to 4.2.0 - [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.1.0...v4.2.0) Updates `pytest` from 8.3.4 to 8.3.5 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.4...8.3.5) Updates `pytest-asyncio` from 0.25.3 to 0.26.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.3...v0.26.0) Updates `pytest-cov` from 6.0.0 to 6.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v6.1.0) Updates `ruff` from 0.9.9 to 0.11.2 - [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.9.9...0.11.2) Updates `anyio` from 4.8.0 to 4.9.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.8.0...4.9.0) Updates `filelock` from 3.17.0 to 3.18.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.17.0...3.18.0) Updates `identify` from 2.6.8 to 2.6.9 - [Commits](pre-commit/identify@v2.6.8...v2.6.9) Updates `iniconfig` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/pytest-dev/iniconfig/releases) - [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG) - [Commits](pytest-dev/iniconfig@v2.0.0...v2.1.0) Updates `platformdirs` from 4.3.6 to 4.3.7 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.3.6...4.3.7) Updates `pydantic-core` from 2.27.2 to 2.33.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.27.2...v2.33.0) Updates `python-dotenv` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.0.1...v1.1.0) Updates `starlette` from 0.46.0 to 0.46.1 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](encode/starlette@0.46.0...0.46.1) Updates `virtualenv` from 20.29.2 to 20.30.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.29.2...20.30.0) Updates `websockets` from 15.0 to 15.0.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@15.0...15.0.1) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: fastapi dependency-version: 0.115.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pydantic dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: coverage dependency-version: 7.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pre-commit dependency-version: 4.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pytest-asyncio dependency-version: 0.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest-cov dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.11.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: anyio dependency-version: 4.9.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: filelock dependency-version: 3.18.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: identify dependency-version: 2.6.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: iniconfig dependency-version: 2.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: platformdirs dependency-version: 4.3.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pydantic-core dependency-version: 2.33.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: python-dotenv dependency-version: 1.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: starlette dependency-version: 0.46.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: virtualenv dependency-version: 20.30.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: websockets dependency-version: 15.0.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
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 all-dependencies group with 20 updates:
1.14.1
1.15.2
0.115.10
0.115.12
2.10.6
2.11.1
2.0.38
2.0.40
7.6.12
7.8.0
4.1.0
4.2.0
8.3.4
8.3.5
0.25.3
0.26.0
6.0.0
6.1.0
0.9.9
0.11.2
4.8.0
4.9.0
3.17.0
3.18.0
2.6.8
2.6.9
2.0.0
2.1.0
4.3.6
4.3.7
2.27.2
2.33.0
1.0.1
1.1.0
0.46.0
0.46.1
20.29.2
20.30.0
15.0
15.0.1
Updates
alembic
from 1.14.1 to 1.15.2Release notes
Sourced from alembic's releases.
... (truncated)
Commits
Updates
fastapi
from 0.115.10 to 0.115.12Release notes
Sourced from fastapi's releases.
Commits
628c34e
🔖 Release version 0.115.128e76d4e
📝 Update release notes2537d9d
🐛 Fixconvert_underscores=False
for header Pydantic models (#13515)c08a3e8
📝 Update release notes241de23
📝 Updatedocs/en/docs/tutorial/middleware.md
(#13444)4e40e1e
📝 Update release notesecf6e7e
🌐 Add Ukrainian translation fordocs/uk/docs/tutorial/metadata.md
page (#13...3afd733
📝 Update release notes8557a88
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/response-status-code.m...e4c1dd7
📝 Update release notesUpdates
pydantic
from 2.10.6 to 2.11.1Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
6c38dc9
Prepare release v2.11.1 (#11648)1dcddac
Do not override'definitions-ref'
schemas containing serialization schemas ...024fdae
Fix small typos (#11643)58e61fa
Prepare release v2.11.0 (#11635)e2c2e81
Addgenerate_arguments_schema()
experimental function (#11572)72bea3f
Addmkdocs-llmstxt
documentation plugin (#11632)fcba832
Simplify customization of default value inclusion in JSON Schema generation (...6f11161
Add support for extra keys validation for models (#11578)7917b11
Disable third-party workflow issue report (#11629)f5226d2
Bumppydantic-core
to v2.33.0 (#11631)Updates
sqlalchemy
from 2.0.38 to 2.0.40Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
coverage
from 7.6.12 to 7.8.0Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
6d5ced9
docs: sample HTML for 7.8.049c194f
docs: prep for 7.8.038782cb
docs: finish up source_dirs. bump to 7.8.07aea2f3
feat: add newsource_dirs
option (#1943)f464155
test: some simple bytecode testscf1dec0
refactor: these pypy modules are available in all our versionsa876052
test: a general helper for iterating over our own source files82cff3e
perf: sets are better than listsa66bd61
refactor: move bytecode code into bytecode.pyd64ce5f
chore: bump the action-dependencies group with 3 updates (#1940)Updates
pre-commit
from 4.1.0 to 4.2.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
aa48766
v4.2.0bf6f11d
Merge pull request #3430 from pre-commit/preferential-sys-impl3e8d0f5
adjust python default_language_version to prefer versioned exeff7256c
Merge pull request #3425 from tusharsadhwani/ambiguous-refb7eb412
fix: crash on ambiguous ref 'HEAD'7b88c63
Merge pull request #3404 from pre-commit/pre-commit-ci-update-config94b97e2
[pre-commit.ci] pre-commit autoupdate2f93b80
Merge pull request #3401 from pre-commit/pre-commit-ci-update-config4f90a1e
[pre-commit.ci] pre-commit autoupdateaba1ce0
Merge pull request #3396 from pre-commit/all-repos_autofix_all-repos-sedUpdates
pytest
from 8.3.4 to 8.3.5Release notes
Sourced from pytest's releases.
Commits
b55ab2a
Prepare release version 8.3.5e217726
Added dedicated page about using types with pytest #12842 (#12963) (#13260)2fa3f83
Add more resources and studies to flaky tests page in docs (#13250) (#13259)e5c2efe
Merge pull request #13256 from webknjaz/maintenance/towncrier-bump (#13258)3419674
Merge pull request #13187 from pytest-dev/patchback/backports/8.3.x/b4009b319...b75cfb1
Add readline workaround for libedit (#13176)edbfff7
doc: Clarify capturing .readouterr() return value (#13222) (#13225)2ebba00
Merge pull request #13199 from jakkdl/tox_docs_no_fetch (#13200)eb6496b
doc: Change training to remote only (#13196) (#13197)78cf1f6
ci: Bump build-and-inspect-python-package (#13188)Updates
pytest-asyncio
from 0.25.3 to 0.26.0Release notes
Sourced from pytest-asyncio's releases.
Commits
4f8ce45
docs: Prepare release of v0.26.0.498e8a7
Build(deps): Bump attrs from 25.1.0 to 25.3.0 in /dependencies/default01c22ff
build: Update project metadata to use SPDX license identifier78191c9
[pre-commit.ci] pre-commit autoupdate9a45551
Build(deps): Bump hypothesis in /dependencies/default6680409
Build(deps): Bump coverage from 7.7.0 to 7.7.1 in /dependencies/defaultaa82c57
Build(deps): Bump iniconfig from 2.0.0 to 2.1.0 in /dependencies/defaultcca587e
[pre-commit.ci] pre-commit autoupdate5d90b29
Build(deps): Bump hypothesis in /dependencies/defaultc262262
Build(deps): Bump coverage from 7.6.12 to 7.7.0 in /dependencies/defaultUpdates
pytest-cov
from 6.0.0 to 6.1.0Changelog
Sourced from pytest-cov's changelog.
Commits
10f8cde
Bump version: 6.0.0 → 6.1.010b14af
Update changelog.aa57aed
Refactor a bit the internals to be a bit less boilerplatey and have more clar...e760099
Make sure the CLI precision is used when creating report. Fixes #674.44540e1
Remove unnecessary CovFailUnderWarning. Closes #675.204af14
Update changelog.089e7bb
Upgrade ruff.ab2cd26
Add py 3.13 to test grid and update some deps.2de0c6c
add reference to code source362a359
move section between functionsUpdates
ruff
from 0.9.9 to 0.11.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
4773878
Bump 0.11.2 (#16896)2a4d835
Use the commonOperatorPrecedence
for the parser (#16747)04a8756
[red-knot] Check subtype relation between callable types (#16804)193c381
[red-knot] Check whether two callable types are equivalent (#16698)63e78b4
[red-knot] Ban mostType::Instance
types in type expressions (#16872)296d67a
Special-case value-expression inference of special form subscriptions (#16877)42cbce5
[syntax-errors] Fix star annotation before Python 3.11 (#16878)6760251
RecognizeSyntaxError:
as an error code for ecosystem checks (#16879)23382f5
[red-knot] add test cases result in false positive errors (#16856)c1971fd
Bump 0.11.1 (#16871)Updates
anyio
from 4.8.0 to 4.9.0Release notes
Sourced from anyio's releases.