Open
Conversation
Deploying geodatalytics with
|
| Latest commit: |
3646d56
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2113c109.geodatalytics.pages.dev |
| Branch Preview URL: | https://renovate-dev-deps.geodatalytics.pages.dev |
739ac0c to
ca19725
Compare
ca19725 to
3646d56
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.
This PR contains the following updates:
^4.17.7→4.17.21^5.9.0→5.62.0^5.62.0→5.62.0^6.21.0→6.21.0^6.0.1→6.0.3^9.1.0→9.1.0==0.24.0→==0.26.0==5.2.8→==5.2.9==5.2.8→==5.2.9==3.16.6→==3.16.8^8.52.0→8.57.1^8.3.0→8.10.2^4.0.0→4.2.5^8.0.3→8.7.1^2.4.1→2.8.8==4.11.1→==4.12.0==0.15.2→==0.15.6^1.32.7→1.96.0==4.33.0→==4.49.1==1.29.0→==1.33.45.6.2→5.9.3^28.8.0→28.8.0^7.0.6→7.3.0^0.24.0→0.24.0^2.1.1→2.1.2Add the preset
:preserveSemverRangesto your config if you don't want to pin your dependencies.Release Notes
typeddjango/django-stubs (django-stubs)
v5.2.9Compare Source
Version 5.2.9 will be the last version to target Django 5.2 -- the next version will be updating to 6.0!
🚀 We need your help: Adding Django 6.0 stubs
Many new Django 6.0 APIs are still missing stubs coverage, and changes to existing APIs are not covered.
If you are interested in contributing, please help by opening PRs (check that a PR does not exist already for your topic).
👉 Starting points
And by the way, we are still missing some things from previous Django versions too! Check earlier release note, other
allowlist_todo*.txtfiles and #1493 (comment)🤝 You help us, we help you
If want to help but you are not sure how to implement something in stubs:
What's Changed
EmailMultiAlternativesinoutboxby @alexei in #2922get_auto_imports()to also allow returningNoneby @jamesbeith in #2956prefetch_related_objectsrequiresSequencenotIterableby @emmanuel-ferdman in #2970forms.widgets.Scriptby @brianhelba in #2973list, not aSequenceby @brianhelba in #2992Housekeeping
New Contributors
Full Changelog: typeddjango/django-stubs@5.2.8...5.2.9
typeddjango/djangorestframework-stubs (djangorestframework-stubs)
v3.16.8Compare Source
What's Changed
Make
types-requestsan optional dependency -- addrequestsextra by @bluetech in #900The
types-requestdependency is now optional. If you userest_framework.test.RequestsClient, consider installing the requests extra:djangorestframework-stubs[requests].Fix
Requeststub allowing arbitrary attribute access by @emmanuel-ferdman in #904Type checkers would previously ignore when accessing non-existant
Requestattributes.Housekeeping
Full Changelog: typeddjango/djangorestframework-stubs@3.16.7...3.16.8
v3.16.7Compare Source
What's Changed
requestsdependency by @bluetech in #896ModelSerializerandModelSerializer.Metafields useClassVarby @brianhelba in #898Housekeeping
New Contributors
Full Changelog: typeddjango/djangorestframework-stubs@3.16.6...3.16.7
pytest-dev/pytest-django (pytest-django)
v4.12.0Compare Source
astral-sh/ruff (ruff)
v0.15.6Compare Source
Released on 2026-03-12.
Preview features
lazyimport parsing (#23755)airflow] FlagVariable.get()calls outside of task execution context (AIR003) (#23584)airflow] Flag runtime-varying values in DAG/task constructor arguments (AIR304) (#23631)flake8-bugbear] Implementdelattr-with-constant(B043) (#23737)flake8-tidy-imports] AddTID254to enforce lazy imports (#23777)flake8-tidy-imports] Allow users to ban lazy imports withTID254(#23847)isort] Retainlazykeyword when sorting imports (#23762)pyupgrade] Addfrom __future__ import annotationsautomatically (UP006) (#23260)refurb] Supportnewlineparameter inFURB101for Python 3.13+ (#23754)ruff] Addos-path-commonprefix(RUF071) (#23814)ruff] Add unsafe fix for os-path-commonprefix (RUF071) (#23852)ruff] LimitRUF036to typing contexts; make it unsafe for non-typing-only (#23765)ruff] Use starred unpacking forRUF017in Python 3.15+ (#23789)Bug fixes
--add-noqacreating unwanted leading whitespace (#23773)--add-noqabreaking shebangs (#23577)flake8-annotations] Fix stack overflow inANN401on quoted annotations with escape sequences (#23912)pep8-naming] Check naming conventions inmatchpattern bindings (N806,N815,N816) (#23899)perflint] Fix comment duplication in fixes (PERF401,PERF403) (#23729)pyupgrade] Properly triggersuperchange in nested class (UP008) (#22677)ruff] Avoid syntax errors inRUF036fixes (#23764)Rule changes
flake8-bandit] FlagS501withrequests.request(#23873)flake8-executable] Fix WSL detection in non-Docker containers (#22879)flake8-print] Ignorepprintcalls withstream=(#23787)Documentation
flake8-bugbear] Fix misleading description forB904(#23731)Contributors
v0.15.5Compare Source
Released on 2026-03-05.
Preview features
perflint] ExtendPERF102to comprehensions and generators (#23473)refurb] FixFURB101andFURB103false positives when I/O variable is used later (#23542)ruff] Add fix fornone-not-at-end-of-union(RUF036) (#22829)ruff] Fix false positive forre.splitwith empty string pattern (RUF055) (#23634)Bug fixes
fastapi] Handle callable class dependencies with__call__method (FAST003) (#23553)pydocstyle] Fix numpy section ordering (D420) (#23685)pyflakes] Fix false positive for names shadowing re-exports (F811) (#23356)pyupgrade] Avoid inserting redundantNoneelements inUP045(#23459)Documentation
Other changes
Contributors
v0.15.4Compare Source
Released on 2026-02-26.
This is a follow-up release to 0.15.3 that resolves a panic when the new rule
PLR1712was enabled with any rule that analyzes definitions, such as many of theANNorDrules.Bug fixes
pyflakes] Suppress false positive inF821for names used beforedelin stub files (#23550)Documentation
import-headingexample (#23568)Contributors
v0.15.3Compare Source
Released on 2026-02-26.
Preview features
Drop explicit support for
.qmdfile extension (#23572)This can now be enabled instead by setting the
extensionoption:Include configured extensions in file discovery (#23400)
[
flake8-bandit] Allow suspicious imports inTYPE_CHECKINGblocks (S401-S415) (#23441)[
flake8-bugbear] AllowB901in pytest hook wrappers (#21931)[
flake8-import-conventions] Add missing conventions from upstream (ICN001,ICN002) (#21373)[
pydocstyle] Add rule to enforce docstring section ordering (D420) (#23537)[
pylint] Implementswap-with-temporary-variable(PLR1712) (#22205)[
ruff] Addunnecessary-assign-before-yield(RUF070) (#23300)[
ruff] Support file-level noqa inRUF102(#23535)[
ruff] Suppress diagnostic for invalid f-strings before Python 3.12 (RUF027) (#23480)[
flake8-bandit] Don't flagBaseLoader/CBaseLoaderas unsafe (S506) (#23510)Bug fixes
I002andPYI025(#23352)pyflakes] Fix false positive for@overloadfromlint.typing-modules(F811) (#23357)pyupgrade] Fix false positive forTypeVardefault before Python 3.12 (UP046) (#23540)pyupgrade] Fix handling of\Nin raw strings (UP032) (#22149)Rule changes
Render sub-diagnostics in the GitHub output format (#23455)
[
flake8-bugbear] Tag certainB007diagnostics as unnecessary (#23453)[
ruff] Ignore unknown rule codes inRUF100(#23531)These are now flagged by
RUF102instead.Documentation
pydocstyle] Fix double comma in description ofD404(#23440)Other changes
find_ruff_bin) for parity with uv (#23406)Contributors
tox-dev/tox (tox)
v4.49.1Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.49.0...4.49.1
v4.49.0Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/tox@4.48.1...4.49.0
v4.48.1Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.48.0...4.48.1
v4.48.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.47.3...4.48.0
v4.47.3Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.47.2...4.47.3
v4.47.2Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/tox@4.47.1...4.47.2
v4.47.1Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.47.0...4.47.1
v4.47.0Compare Source
What's Changed
base_pythonin TOML by @gaborbernat in #3843Full Changelog: tox-dev/tox@4.46.3...4.47.0
v4.46.3Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/tox@4.46.2...4.46.3
v4.46.2Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.46.1...4.46.2
v4.46.1Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.46.0...4.46.1
v4.46.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.45.0...4.46.0
v4.45.0Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/tox@4.44.0...4.45.0
v4.44.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.43.0...4.44.0
v4.43.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.42.0...4.43.0
v4.42.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.41.0...4.42.0
v4.41.0Compare Source
What's Changed
package = "deps-only"mode by @gaborbernat in #3774Full Changelog: tox-dev/tox@4.40.0...4.41.0
v4.40.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.39.0...4.40.0
v4.39.0Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.