Skip to content

fix(deps): pin dependencies#329

Merged
brianhelba merged 2 commits intomasterfrom
renovate/all-minor-patch
Mar 18, 2026
Merged

fix(deps): pin dependencies#329
brianhelba merged 2 commits intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 12, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
@mdi/font (source) dependencies pin ^7.2.967.4.47 age confidence
@resonant/oauth-client dependencies pin ^1.0.01.0.4 age confidence
@turf/turf dependencies pin ^7.1.07.3.4 age confidence
axios (source) dependencies pin ^1.4.01.13.6 age confidence
buffer dependencies pin ^6.0.36.0.3 age confidence
chroma-js dependencies pin ^3.1.23.2.0 age confidence
cloudflare (source) required_provider pin ~> 4.04.52.5 age confidence
core-js (source) dependencies pin ^3.8.33.49.0 age confidence
dayjs (source) dependencies pin ^1.11.131.11.20 age confidence
django-allauth (changelog) project.dependencies minor ==65.14.0==65.15.0 age confidence
django-auth-style project.dependencies minor ==0.14.0==0.15.0 age confidence
django-debug-toolbar (changelog) project.optional-dependencies minor ==6.1.0==6.2.0 age confidence
django-environ (source, changelog) project.dependencies minor ==0.12.1==0.13.0 age confidence
django-guardian (changelog) project.dependencies minor ==3.2.0==3.3.0 age confidence
django-resonant-utils project.optional-dependencies minor ==0.17.0==0.19.0 age confidence
django-resonant-utils project.dependencies minor ==0.17.0==0.19.0 age confidence
django-s3-file-field dependencies pin ^1.1.01.1.0 age confidence
djangorestframework (changelog) project.dependencies minor ==3.16.1==3.17.0 age confidence
drf-yasg (changelog) project.dependencies patch ==1.21.11==1.21.15 age confidence
gdal tool.uv.sources minor ==3.10.3==3.12.2.1 age confidence
geoai-py project.optional-dependencies minor ==0.5.3==0.35.0 age confidence
geopandas project.dependencies patch ==1.1.1==1.1.3 age confidence
hashicorp/terraform required_version pin >= 1.11.14.7 age confidence
html2canvas (source) dependencies pin ^1.4.11.4.1 age confidence
ipython project.optional-dependencies minor ==9.8.0==9.11.0 age confidence
json-editor-vue dependencies pin ^0.18.10.18.1 age confidence
large-image project.dependencies minor ==1.33.3==1.34.0 age confidence
large-image-converter project.dependencies minor ==1.33.3==1.34.0 age confidence
lodash (source) dependencies pin ^4.17.214.17.23 age confidence
maplibre-gl (source) dependencies pin ^4.6.04.7.1 age confidence
matplotlib project.dependencies minor ==3.9.2==3.10.8 age confidence
networkx project.dependencies minor ==3.3==3.6.1 age confidence
node uses-with pin 2424.14.0 age confidence
numpy (changelog) project.dependencies patch ==2.4.2==2.4.3 age confidence
osmnx project.optional-dependencies minor ==2.0.6==2.1.0 age confidence
pinia (source) dependencies pin ^3.0.23.0.4 age confidence
pmtiles dependencies pin ^4.3.04.4.0 age confidence
pooch (changelog) project.dependencies minor ==1.8.2==1.9.0 age confidence
proj4 (source) dependencies pin ^2.20.42.20.4 age confidence
psycopg (changelog) project.dependencies patch ==3.3.2==3.3.3 age confidence
pyvips tool.uv.sources patch ==3.1.1.8.17.3==3.1.1.8.18.1 age confidence
rasterio project.dependencies minor ==1.3.11==1.5.0 age confidence
rich project.dependencies minor ==14.2.0==14.3.3 age confidence
sentry-sdk (changelog) project.dependencies minor ==2.48.0==2.55.0 age confidence
sortablejs dependencies pin ^1.15.01.15.7 age confidence
uvicorn (changelog) project.dependencies minor ==0.40.0==0.42.0 age confidence
vue (source) dependencies pin ^3.2.133.5.30 age confidence
vue-chartjs (source) dependencies pin ^5.2.05.3.3 age confidence
vue-maplibre-compare dependencies pin ^1.0.261.0.26 age confidence
vue-router (source) dependencies pin ^5.0.35.0.3 age confidence
vuedraggable dependencies pin ^4.1.04.1.0 age confidence
vuetify (source) dependencies pin ^3.8.03.12.3 age confidence
werkzeug (changelog) project.optional-dependencies patch ==3.1.4==3.1.6 age confidence
whitenoise (changelog) project.dependencies minor ==6.11.0==6.12.0 age confidence

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Release Notes

allauth/django-allauth (django-allauth)

v65.15.0

Compare Source

v65.14.3

Compare Source

v65.14.2

Compare Source

v65.14.1

Compare Source

kitware-resonant/django-auth-style (django-auth-style)

v0.15.0

Compare Source

  • Style the <details> element from Django-Allauth

v0.14.1

Compare Source

  • Add lower bounds to all optional dependencies
  • Improve efficiency of imports at runtime by deferring type-checking
django-commons/django-debug-toolbar (django-debug-toolbar)

v6.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: django-commons/django-debug-toolbar@6.1.0...6.2.0

joke2k/django-environ (django-environ)

v0.13.0

Compare Source

Added
+++++

  • Added optional warnings when defaults are used
    #&#8203;582 <https://github.com/joke2k/django-environ/pull/582>_.
  • Added choices argument support for value validation in Env.str(...)
    #&#8203;555 <https://github.com/joke2k/django-environ/pull/555>_.
  • Added Valkey support via valkey:// and valkeys:// cache URL schemes
    #&#8203;554 <https://github.com/joke2k/django-environ/pull/554>_.
  • Added support for rediss:// scheme in channels URL parsing
    #&#8203;573 <https://github.com/joke2k/django-environ/pull/573>_.
  • Added django-prometheus database backend aliases to DB URL parsing schemes
    #&#8203;559 <https://github.com/joke2k/django-environ/pull/559>_.

Changed
+++++++

  • Declared support for Python 3.14
    #&#8203;580 <https://github.com/joke2k/django-environ/pull/581>_.
  • Declared support for Django 5.2 and Django 6.0
    #&#8203;578 <https://github.com/joke2k/django-environ/pull/578>_.

Fixed
+++++

  • Improved type hint coverage and related lint issues
    #&#8203;546 <https://github.com/joke2k/django-environ/pull/546>_.
  • Fixed typos in the FAQ page
    #&#8203;445 <https://github.com/joke2k/django-environ/pull/445>_.
django-guardian/django-guardian (django-guardian)

v3.3.0: The consistency cultivation

Compare Source

What's Changed

New Contributors

Full Changelog: django-guardian/django-guardian@3.2.0...3.3.0

kitware-resonant/django-resonant-utils (django-resonant-utils)

v0.19.0

Compare Source

What's Changed
  • Add a bug-fixed version of Django Ninja's TestClient
  • Add lower bounds to all optional dependencies
  • Remove deprecated getitem template filter
    • Use get_item instead.

v0.18.0

Compare Source

  • Add django-oauth-toolkit + django-ninja integration
encode/django-rest-framework (djangorestframework)

v3.17.0

Compare Source

What's Changed

Breaking changes
Features
Bug fixes
Translations
Packaging
Other changes

New Contributors

Full Changelog: encode/django-rest-framework@3.16.1...3.17.0

axnsan12/drf-yasg (drf-yasg)

v1.21.15

Compare Source

IMPROVED: Use Python's native dict instead of OrderedDict (#​954)
FIXED: Fix Python 3.12 type parameter syntax with from __future__ import annotations (#​921)

v1.21.14

Compare Source

FIXED: Fix missing swagger-ui sourcemaps (#​950)

v1.21.13

Compare Source

v1.21.12

Compare Source

FIXED: Bring the bundled swagger ui up to date (#​944)
IMPROVED: Update the logout button to use a POST request. (#​945)
ADDED: Add a live demo domain (#​946)
ADDED: Handle annotations that are not available at runtime (#​941)

opengeos/geoai (geoai-py)

v0.35.0

Compare Source

What's Changed

  • Fix val loss plot when validation loss contains non-finite values by @​giswqs in #​633
  • Add error handling to push_detector_to_hub and predict_detector_from_hub by @​giswqs in #​634
  • Add semantic segmentation workshop and fix DataParallel state_dict loading by @​giswqs in #​635
  • Add legend_args parameter to view_raster and remove redundant print by @​giswqs in #​636
  • Add field boundary instance segmentation with FTW dataset support by @​giswqs in #​637
  • Fix clean_instance_mask to remove disconnected fragments by @​giswqs in #​638
  • Improve cloud detection notebook and export cloudmask functions by @​giswqs in #​639
  • [pre-commit.ci] pre-commit autoupdate by @​pre-commit-ci[bot] in #​640
  • Add super-resolution notebook and improve SR module by @​giswqs in #​641
  • Cache OpenSR checkpoint in torch hub directory instead of cwd by @​giswqs in #​642
  • Preserve class labels and instance attributes in instance segmentation inference by @​giswqs in #​644

Full Changelog: opengeos/geoai@v0.34.0...v0.35.0

v0.34.0

Compare Source

What's Changed

Full Changelog: opengeos/geoai@v0.33.0...v0.34.0

v0.33.0

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Mar 12, 2026

Deploying geodatalytics with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2f7fdfe
Status: ✅  Deploy successful!
Preview URL: https://9830648e.geodatalytics.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.geodatalytics.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from 5d74342 to 35d44a1 Compare March 18, 2026 21:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 35d44a1 to 2f7fdfe Compare March 18, 2026 21:28
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 18, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link
Copy Markdown
Collaborator

@brianhelba brianhelba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed release notes, these are all minor or patch upgrades, no changes need to be made.

@brianhelba brianhelba merged commit 76f9605 into master Mar 18, 2026
3 checks passed
@brianhelba brianhelba deleted the renovate/all-minor-patch branch March 18, 2026 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant