-
Notifications
You must be signed in to change notification settings - Fork 0
deps: bump the pip-dependencies group across 1 directory with 19 updates #8
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
Closed
Conversation
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
Bumps the pip-dependencies group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.7` | `3.9` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.44` | `9.6.23` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.12` | `10.16.1` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.6` | | [isort](https://github.com/PyCQA/isort) | `5.13.2` | `7.0.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.4.2` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.0.0` | `7.0.0` | | [pytest-random-order](https://github.com/jbasko/pytest-random-order) | `1.1.1` | `1.2.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.7.4` | `0.14.3` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.0` | `3.15.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.1` | `4.3.0` | | [mypy](https://github.com/python/mypy) | `1.15.0` | `1.18.2` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.1.0` | `1.2.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.116.1` | `0.120.4` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.41` | `2.0.44` | | [alembic](https://github.com/sqlalchemy/alembic) | `1.16.4` | `1.17.1` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.7` | `2.12.3` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.1` | `1.2.1` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.10.1` | `2.11.0` | Updates `markdown` from 3.7 to 3.9 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.7...3.9.0) Updates `mkdocs-material` from 9.5.44 to 9.6.23 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.44...9.6.23) Updates `pymdown-extensions` from 10.12 to 10.16.1 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.12...10.16.1) Updates `jinja2` from 3.1.4 to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.6) Updates `isort` from 5.13.2 to 7.0.0 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.13.2...7.0.0) Updates `pytest` from 8.3.3 to 8.4.2 - [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.3...8.4.2) Updates `pytest-cov` from 6.0.0 to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v7.0.0) Updates `pytest-random-order` from 1.1.1 to 1.2.0 - [Release notes](https://github.com/jbasko/pytest-random-order/releases) - [Changelog](https://github.com/pytest-dev/pytest-random-order/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-random-order@v1.1.1...v1.2.0) Updates `ruff` from 0.7.4 to 0.14.3 - [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.14.3) Updates `pytest-mock` from 3.14.0 to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.14.0...v3.15.1) Updates `pre-commit` from 4.0.1 to 4.3.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.0.1...v4.3.0) Updates `mypy` from 1.15.0 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.18.2) Updates `pytest-asyncio` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.1.0...v1.2.0) Updates `fastapi` from 0.116.1 to 0.120.4 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.116.1...0.120.4) Updates `sqlalchemy` from 2.0.41 to 2.0.44 - [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 `alembic` from 1.16.4 to 1.17.1 - [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 `pydantic` from 2.11.7 to 2.12.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.7...v2.12.3) Updates `python-dotenv` from 1.1.1 to 1.2.1 - [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.1.1...v1.2.1) Updates `pydantic-settings` from 2.10.1 to 2.11.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@2.10.1...v2.11.0) --- updated-dependencies: - dependency-name: markdown dependency-version: '3.9' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: mkdocs-material dependency-version: 9.6.23 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pymdown-extensions dependency-version: 10.16.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: pytest-random-order dependency-version: 1.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: fastapi dependency-version: 0.120.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: alembic dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pydantic dependency-version: 2.12.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pydantic-settings dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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
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 pip-dependencies group with 19 updates in the / directory:
3.73.99.5.449.6.2310.1210.16.13.1.43.1.65.13.27.0.08.3.38.4.26.0.07.0.01.1.11.2.00.7.40.14.33.14.03.15.14.0.14.3.01.15.01.18.21.1.01.2.00.116.10.120.42.0.412.0.441.16.41.17.12.11.72.12.31.1.11.2.12.10.12.11.0Updates
markdownfrom 3.7 to 3.9Release notes
Sourced from markdown's releases.
Changelog
Sourced from markdown's changelog.
... (truncated)
Commits
f39cf84Bump version to 3.907bf207Order footnotes by reference23c301dFix failing cases for Python 3.144669a09fix typod9c8431Bump version to 3.8.29980cb5Fixes for Python 3.143561310Properly document version specification.3bb9d42Update documentation for release process3870f20Bump version to 3.8.18207214Ensure incomplete markup declaration in raw HTML doesn't crash parser.Updates
mkdocs-materialfrom 9.5.44 to 9.6.23Release notes
Sourced from mkdocs-material's releases.
... (truncated)
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
54c7b79Prepare 9.6.23 releasef0dbcb5Disabled dependabot53d15f8Updated dependenciesd9e4f71Updated Burmese translations9b3247cUpdated changelog8f9dcbdPrepare 9.6.22 releaseb29310fUpdated dependencies68bfd52Documentationc68fac7Updated Georgian translations56bb56cBump actions/setup-node from 4 to 5 (#8471)Updates
pymdown-extensionsfrom 10.12 to 10.16.1Release notes
Sourced from pymdown-extensions's releases.
... (truncated)
Commits
b50d15aCaption pattern should match a literal dot (#2717)f64422fUpdate copyright9edb926Use Trusted Publisher7d3d4f9Add early support for Python 3.14 (#2697)beb841eDocs: Update JS deps620d7fdDocs: update JS depsa49f32aRefactor for mypy issue52a481bDocs: update JS dependencies2a1828aAllow raw HTML in caption prefix (#2679)fbf4bf2Fix issue where manual captions in auto were not respected properly (#2678)Updates
jinja2from 3.1.4 to 3.1.6Release notes
Sourced from jinja2's releases.
Changelog
Sourced from jinja2's changelog.
... (truncated)
Commits
1520688release version 3.1.690457bbMerge commit from fork065334dattr filter uses env.getattr033c200start version 3.1.6bc68d4euse global contributing guide (#2070)247de5euse global contributing guideab8218cuse project advisory link instead of globalb4ffc8frelease version 3.1.5 (#2066)877f6e5release version 3.1.58d58859remove test pypiUpdates
isortfrom 5.13.2 to 7.0.0Release notes
Sourced from isort's releases.
... (truncated)
Changelog
Sourced from isort's changelog.
Commits
0a09c78Merge pull request #2433 from DanielNoord/python-3140fee794Add 3.14 tostdlibds332a1adBumpzstandardfor 3.14 compatf756e56Merge pull request #2432 from DanielNoord/ruff-it-up52f5134Format withruffinstead ofblack012aa69Merge pull request #2431 from DanielNoord/ruff-it-up89773dbTarget 3.10 withruff933e382Merge pull request #2430 from DanielNoord/drop-398b6e00cRemove support for Python 3.9b5f9f29Bump profile plugin to 3.10+ and re-lockUpdates
pytestfrom 8.3.3 to 8.4.2Release notes
Sourced from pytest's releases.
... (truncated)
Commits
bfae422Prepare release version 8.4.28990538Fix passenv CI in tox ini and make tests insensitive to the presence of the C...ca676bfMerge pull request #13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...975a60aMerge pull request #13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...7723ce8Merge pull request #13683 from even-even/fix_Exeption_to_Exception_in_errorMe...b7f0568Merge pull request #13685 from CoretexShadow/fix/docs-pytest-generate-tests2c94c4aadd missing colon (#13640) (#13641)c3d7684Merge pull request #13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...dc6e3beMerge pull request #13605 from The-Compiler/training-update-2025-07f87289cFix crash withtimesoutput style and skipped module (#13573) (#13579)Updates
pytest-covfrom 6.0.0 to 7.0.0Changelog
Sourced from pytest-cov's changelog.
... (truncated)
Commits
224d896Bump version: 6.3.0 → 7.0.073424e3Cleanup the docs a bit.36f1cc2Bump pins in template.f299c59Bump the github-actions group with 2 updates25f0b2eUpdate docs/config.rstbb23eacImprove configuration docsa19531eSwitch from build/pre-commit to uv/prek - this should make this faster.82f9993Update changelog.211b5cdFix links.97aadd7Update some ci config, reformat and apply some lint fixes.Updates
pytest-random-orderfrom 1.1.1 to 1.2.0Changelog
Sourced from pytest-random-order's changelog.
Commits
1bddb0fFix RELEASING.rst instructions43803c8Release 1.2.0754a8e4Removereturnfromfinallyblock (#60)a8f09ebFix setuptools-scm configuratione898111Removereturnfromfinallyblock90a346fModernize CI and configuration (#59)76c4d58Merge pull request #57 from euri10/python_versions32f0ef7ci: added 3.11 and 3.12ac1369aComment to guard against removing 'none' option as suggested in #40Updates
rufffrom 0.7.4 to 0.14.3Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.