chore(deps): bump the backend group across 1 directory with 4 updates - #290
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the backend group across 1 directory with 4 updates#290dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Owner
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
❌ 6 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Bumps the backend group with 4 updates in the /apps/backend directory: [drf-spectacular](https://github.com/tfranzel/drf-spectacular), [sentry-sdk](https://github.com/getsentry/sentry-python), [pgvector](https://github.com/pgvector/pgvector-python) and [ruff](https://github.com/astral-sh/ruff). Updates `drf-spectacular` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/tfranzel/drf-spectacular/releases) - [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst) - [Commits](tfranzel/drf-spectacular@0.29.0...0.30.0) Updates `sentry-sdk` from 2.63.0 to 2.66.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.63.0...2.66.0) Updates `pgvector` from 0.4.2 to 0.5.0 - [Changelog](https://github.com/pgvector/pgvector-python/blob/master/CHANGELOG.md) - [Commits](pgvector/pgvector-python@v0.4.2...v0.5.0) Updates `ruff` from 0.15.20 to 0.15.22 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/0.15.22/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.20...0.15.22) --- updated-dependencies: - dependency-name: drf-spectacular dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: pgvector dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: backend - dependency-name: sentry-sdk dependency-version: 2.65.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/apps/backend/backend-dc4f49e244
branch
from
July 29, 2026 02:26
b615928 to
5755b03
Compare
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 backend group with 4 updates in the /apps/backend directory: drf-spectacular, sentry-sdk, pgvector and ruff.
Updates
drf-spectacularfrom 0.29.0 to 0.30.0Release notes
Sourced from drf-spectacular's releases.
Changelog
Sourced from drf-spectacular's changelog.
Commits
1a5c44aversion bump6ba553fMerge pull request #1514 from tfranzel/pr1501d4787a4Adapt FileField null handling #1501d867942Merge pull request #1512 from tfranzel/housekeeping265685cf8Add OAS 3.2 schema for validation & test9fa6f7cminor cleanup69033eaupdate linting version due to misleading security warningsd9e0de6Type hint build_bearer_security_scheme_object (#1509)9b18b30Pr1499 (#1511)6e3c72eConsider allOf anyOf with nullable on OAS3.1 #1480Updates
sentry-sdkfrom 2.63.0 to 2.66.0Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
5179f60update changelog with docs linke4bcb59release: 2.66.05ba869cfix(tracing): Skip child span creation in streaming path when no current span...efddaabfix(tracing): Skip child span creation in streaming path when no current span...b199a9efix(tracing): Skip child span creation in streaming path when no current span...d695a6efix(tracing): Skip child span creation in streaming path when no current span...dbf5d03fix(tracing): Skip child span creation in streaming path when no current span...5c14034fix(tracing): Skip child span creation in streaming path when no current span...e0d2c4afeat(tracing): Promote trace_lifecycle and ignore_spans to top-level options ...baa423ftest(logging): Fix flaky test_logging_captured_warnings (#6824)Updates
pgvectorfrom 0.4.2 to 0.5.0Changelog
Sourced from pgvector's changelog.
Commits
60739dfVersion bump to 0.5.0 [skip ci]a810f27Updated example [skip ci]45b054cUpdated example [skip ci]efa1442Updated examples [skip ci]780cc73Updated example [skip ci]9f0d6b9Updated examples [skip ci]f6e113eUpdated example [skip ci]dc68770Updated readme [skip ci]0c18e0aAddressed todo28191fcRemoved todo [skip ci]Updates
rufffrom 0.15.20 to 0.15.22Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
0177a7eBump 0.15.22 (#26884)fe8ba85[pycodestyle] DocumentE731fix safety (#26847)f3cf7c8[ruff] Addrule-codes-in-selectors(RUF201) (#26772)d244fd7Document argfile support (#26803)f239758[flake8-pyi] Fix false positive in__all__(PYI053) (#26872)54acbcd[ty] SupportTypeVarTupleandUnpack(#25240)87fc38c[ty] Parallelize subtype hierarchy search (#26875)e454f91[ty] Share interned query keys across Salsa queries (#26794)6f361a7[ty] only collect expected types for files open in the editor (#25546)6d6b2b3[ty] Avoid allocations during Salsa interned lookups (#26877)