Bump the python group with 6 updates#295
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Conversation
Bumps the python group with 6 updates: | Package | From | To | | --- | --- | --- | | [redis](https://github.com/redis/redis-py) | `7.1.1` | `7.2.0` | | [django-environ](https://github.com/joke2k/django-environ) | `0.12.1` | `0.13.0` | | [dj-rest-auth](https://github.com/iMerica/dj-rest-auth) | `7.1.0` | `7.1.1` | | [psycopg[c]](https://github.com/psycopg/psycopg) | `3.3.2` | `3.3.3` | | [werkzeug[watchdog]](https://github.com/pallets/werkzeug) | `3.1.5` | `3.1.6` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.1` | `0.15.2` | Updates `redis` from 7.1.1 to 7.2.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v7.1.1...v7.2.0) Updates `django-environ` from 0.12.1 to 0.13.0 - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/develop/CHANGELOG.rst) - [Commits](joke2k/django-environ@v0.12.1...v0.13.0) Updates `dj-rest-auth` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/iMerica/dj-rest-auth/releases) - [Commits](iMerica/dj-rest-auth@7.1.0...7.1.1) Updates `psycopg[c]` from 3.3.2 to 3.3.3 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.3.2...3.3.3) Updates `werkzeug[watchdog]` from 3.1.5 to 3.1.6 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.5...3.1.6) Updates `ruff` from 0.15.1 to 0.15.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.15.1...0.15.2) --- updated-dependencies: - dependency-name: redis dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-environ dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: dj-rest-auth dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: psycopg[c] dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: werkzeug[watchdog] dependency-version: 3.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: ruff dependency-version: 0.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #295 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 49 49
Lines 2017 2017
=========================================
Hits 2017 2017 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 group with 6 updates:
7.1.17.2.00.12.10.13.07.1.07.1.13.3.23.3.33.1.53.1.60.15.10.15.2Updates
redisfrom 7.1.1 to 7.2.0Release notes
Sourced from redis's releases.
... (truncated)
Commits
915e8b4Updating server version to 7.2.0b41e47dAdded OTel instrumentation and metrics export for sync client (#3954)9c8ad16Fix type hints for spop and srandmember methods (#3943)34c73c7Add maintenance notifications support for OSS API cluster clients (#3946)24974feRenamed initial health check policies and unhealthy database argument (#3949)3d6b571Reorganize pipeline actions (#3951)877d7a2Disabled SCH in MultiDBClient underlying clients (#3938)9ac9ee6Adding hotkeys commands support. (#3924)65623b7Extending the tests to validate more supported scorers for hybrid search. Add...2b2f2cfAdds support for the new Idempotent Producers feature in Redis 8.6 (#3926)Updates
django-environfrom 0.12.1 to 0.13.0Release notes
Sourced from django-environ's releases.
Changelog
Sourced from django-environ's changelog.
Commits
00746d0docs: add Django 5.2 and 6.0 support to READMEd1f1159Release 0.13.0d82e361Add optional warnings when defaults are used (#582)a78f7c8Fixed some typos in the FAQ page (#445)24b299eFeature/add choice parameter and raise an exception if fetched value is not w...c441413Add django-prometheus database backends to DB_SCHEMES (#559)98a0aadFix lint issues in environ type hintsf4e77e4feat(cache): add valkey and valkeys as allowed schemes (#554)dd4d308Add type hints (#546)3137c4fSupport lower case options for Django Redis cache backend (#550)Updates
dj-rest-authfrom 7.1.0 to 7.1.1Release notes
Sourced from dj-rest-auth's releases.
Commits
fd27fb8Bumps to patch versioncbcd310Fix test compatibility across allauth, simplejwt, and Django versions (#731)5c3b89eUpdates README (#730)75fd668Ports Docs to MkDocs (#729)Updates
psycopg[c]from 3.3.2 to 3.3.3Changelog
Sourced from psycopg[c]'s changelog.
... (truncated)
Commits
1a8f65achore: bump psycopg package version to 3.3.3db3c435Merge pull request #1260 from ggevay/sync-error-fix0237586Fix ValueError when server sends ErrorResponse during Sync after Parsecb97ef7docs: fix typos09c8918Merge pull request #1256 from veeceey/fix/tstrings-error-msg-and-docs-improve...9e74d96fix: fix error message incorrectly generated by Claude AI0db9d8bfix: correct typo in tstrings error message and fix sql.rst docs86a0e1bchore(deps): bump pypa/cibuildwheel in the actions groupf5d90faMerge pull request #1233 from lysnikolaou/pgconn-critical-sectiond7dc6c7Merge critical section and nogil blocks into one context managerUpdates
werkzeug[watchdog]from 3.1.5 to 3.1.6Release notes
Sourced from werkzeug[watchdog]'s releases.
Changelog
Sourced from werkzeug[watchdog]'s changelog.
Commits
04da1b5release version 3.1.6f407712Merge commit from forkf54fe98safe_join prevents Windows special device names in multi-segment pathsd005985start version 3.1.68565c2cdocument rule priority (#3102)3febc7edocument rule priority2525b82remove state machine docs4abfbd5rewrite build docstring (#3097)161c18brewrite build docstring86e11c2release version 3.1.5 (#3085)Updates
rufffrom 0.15.1 to 0.15.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
9d18ee9Hard code workflow name andcancel-in-progressonly for PRs (#23431)7cc15f0Bump 0.15.2 (#23430)d1b5443Add extension mapping to configuration file options (#23384)222574aExpand the default rule set (#23385)1465b5d[flake8-async] Fixin_async_contextlogic (#23426)410902f[pyupgrade] Fix handling oftyping.{io,re}(UP035) (#23131)729610a[ty] Fall back to ambiguous for large control flow graphs (#23399)1425c18[ty] Add code folding support97acaae[ty] Fix stack overflow for self-referentialTypeOfin annotations (#23407)1f380c8[ty] Update testsreveal_typeandNever(#23418)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