chore(deps): bump the python-minor-patch group with 6 updates - #162
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the python-minor-patch group with 6 updates#162dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-minor-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `6.0.7` | `6.1` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.17.1` | `3.17.2` | | [djoser](https://github.com/sunscrapers/djoser) | `2.3.3` | `2.3.4` | | [ipython](https://github.com/ipython/ipython) | `9.15.0` | `9.16.1` | | [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.12.0` | `4.13.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.0` | `0.16.1` | Updates `django` from 6.0.7 to 6.1 - [Commits](django/django@6.0.7...6.1) Updates `djangorestframework` from 3.17.1 to 3.17.2 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.17.1...3.17.2) Updates `djoser` from 2.3.3 to 2.3.4 - [Release notes](https://github.com/sunscrapers/djoser/releases) - [Changelog](https://github.com/sunscrapers/djoser/blob/master/CHANGELOG.rst) - [Commits](sunscrapers/djoser@2.3.3...2.3.4) Updates `ipython` from 9.15.0 to 9.16.1 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.15.0...9.16.1) Updates `pytest-django` from 4.12.0 to 4.13.0 - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst) - [Commits](pytest-dev/pytest-django@v4.12.0...v4.13.0) Updates `ruff` from 0.16.0 to 0.16.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.16.0...0.16.1) --- updated-dependencies: - dependency-name: django dependency-version: '6.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: djangorestframework dependency-version: 3.17.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: djoser dependency-version: 2.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: ipython dependency-version: 9.16.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: pytest-django dependency-version: 4.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch ... 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-patch group with 6 updates:
6.0.76.13.17.13.17.22.3.32.3.49.15.09.16.14.12.04.13.00.16.00.16.1Updates
djangofrom 6.0.7 to 6.1Commits
fe0a859[6.1.x] Bumped version for 6.1 release.6277045[6.1.x] Updated man page for Django 6.1.fc78c5c[6.1.x] Finalized release notes for Django 6.1.c58d861[6.1.x] Updated translations from Transifex.dc1b8de[6.1.x] Added missing lang override in translation fetching helper for Serbia...1f5bf63[6.1.x] Refs #36735 -- Added DatabaseFeatures.supports_uuid4_function_in_defa...8099984[6.1.x] Added CVE-2026-15307, CVE-2026-15337, CVE-2026-15830, and CVE-2026-15...5a260d3[6.1.x] Fixed CVE-2026-15920 -- Made display_for_field() validate URLs before...9e4a3f1[6.1.x] Fixed CVE-2026-15830 -- Mitigated potential DoS via nested geometry c...5b3523d[6.1.x] Fixed CVE-2026-15337 -- Mitigated potential DoS in check_for_language().Updates
djangorestframeworkfrom 3.17.1 to 3.17.2Release notes
Sourced from djangorestframework's releases.
Commits
ad309f3Release 3.17.2 (#10014)2912dc9EnforceDATA_UPLOAD_MAX_MEMORY_SIZEforrequest.dataparsing (#10013)71f8194Fix disclosure of GET-protected data in case of validation error with `AdminR...Updates
djoserfrom 2.3.3 to 2.3.4Release notes
Sourced from djoser's releases.
Changelog
Sourced from djoser's changelog.
Commits
5a5dc71Bump version to 2.3.4 (#918)43ec8a5Release 2.3.4a1: publish from CI with an API token (#917)f78c5a7migrate poetry to uv (#888)e901621fix: use supported Read the Docs build imageff73a66test: make user detail/delete tests independent of view class layout536e20btest: address PR 893 review commentsb3e5f0etest: backport 2.x-compatible tests from release/3.0.0ddbb9cffix TestSignupView, handle conn error in sociald48478fadd tests, minor cleanup1c503fcrevert some TestModelBackendLoginFields changesUpdates
ipythonfrom 9.15.0 to 9.16.1Commits
3b83e1brelease 9.16.1cc8334eConvert IFrame sources to strings before HTML escaping (#15348)82a902eback to dev2ae7863release 9.16.06334b8fUpdate whats new for version 9.16 (#15342)dbbfa7bescape urls and file names interpolated into display html attributes (#15334)59986e7fix: correct typos0e9d34dFix missing space1a753baResolve attribute annotations under the policy in eval_node (#15337)876b5aaresolve attribute annotations under the policy in eval_nodeUpdates
pytest-djangofrom 4.12.0 to 4.13.0Release notes
Sourced from pytest-django's releases.
Changelog
Sourced from pytest-django's changelog.
Commits
dc8d17dRelease 4.13.06cfcfbdfixtures: explain a bit more inSettingsdocstring3478bd7Minor typing improvementsfaa443bFix --help/--version when a conftest imports Django modelsfb4417fplugin: add missing type annotation for non_debugging_runtestf151858Remove useless test test_change_settings to simplify (#1302)1a5fdabRemoves django-upgrade dependency (#1301)17f1decasserts: move type annotations to an asserts.pyi stubs file0ca15e7editorconfig-checker: add .venv to Exclude68334fdAdd django-upgrade dependency (#1298)Updates
rufffrom 0.16.0 to 0.16.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
80790b3Bump 0.16.1 (#27330)63830f3[ty] Borrow from constraint set storage less often (#27328)f40dca9[ty] Preserve forwarded expanded-variadic diagnostic sources (#27266)0d80497Lint TOML files in the LSP (#26862)d91586bUpdate prek dependencies (#27293)7da4b8b[ty] Respect bounds and constraints in generic materializations (#27228)b20daf7[ty] refactor: add helper function to send partial results (#27249)4d4c8fa[ty] Emit diagnostic when specializing a non-generic class (#26883)7c3e2db[ty] Fix enum class container assignability (#27318)d5ef97f[flake8-return] Fix false positive when variable is read infinallyclaus...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