Skip to content

chore(deps): bump the python-app-and-dev group across 1 directory with 4 updates#388

Merged
pskillen merged 1 commit into
mainfrom
dependabot/pip/Meshflow/python-app-and-dev-498e7ed319
Jun 2, 2026
Merged

chore(deps): bump the python-app-and-dev group across 1 directory with 4 updates#388
pskillen merged 1 commit into
mainfrom
dependabot/pip/Meshflow/python-app-and-dev-498e7ed319

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on django-allauth, django-redis, h3 and tifffile to permit the latest version.
Updates django-allauth to 65.18.0

Commits

Updates django-redis to 7.0.0

Release notes

Sourced from django-redis's releases.

7.0.0

django-redis 7.0.0 (2026-06-02)

Features

  • Added the ability to pass redis username in the cache options (#657)
  • RedisCache does not attempt to close clients which have not been initialized. (#796)
  • Add sorted set operations (zadd, zrange, zrem, etc.) and mixins for RedisCache (#797)
  • Centralize configuration in pyproject.toml, drop EoL Python & Django versions, and add support & testing for modern Python & Django versions. (#820)
  • Provide TypeVar defaults & provide initial typing for RedisCache. (#829)

Bug Fixes

  • Fix IntEnum encoding (#602)
  • Fix incorrect Redis typing that relied on the legacy types-redis package, and update the public API to avoid exposing redis-py key types (the encode/decode/make_key methods allow a different API surface). (#822)

Miscellaneous

  • Drop support for Django 5.0 (EOL) (#779)
  • Clean & organize ruff config (#781)
  • Replace black with ruff format (#782)
  • Update RedisCache.close to not forward kwargs to the client implementation. (#788)
  • Rename 'name' parameter to 'key' in all sorted set methods for better consistency with Redis terminology (#811)
  • Fix hash method parameters: rename 'name' → 'key', 'key' → 'field' to align with Redis/Valkey terminology. Add version parameter to hlen() and hkeys(). Fix make_key() to only apply to hash key, not fields. (#812)
  • pre-commit autoupdate (#819)
  • Use from __future__ import annotations to postpone evaluation of annotations. (#823)
  • Increase mypy strictness, fix typing configuration, and fix type errors. (#824)
  • This change updates the compose configuration, and moves it to tests directory as it is only for testing. (#825)
  • Remove code handling unsupported Django versions (#826)
  • Increase mypy type coverage & update strictness overrides to only target specific modules (#827)
Changelog

Sourced from django-redis's changelog.

django-redis 7.0.0 (2026-06-02)

Features

  • Added the ability to pass redis username in the cache options ([#657](https://github.com/jazzband/django-redis/issues/657) <https://github.com/jazzband/django-redis/issues/657>_)
  • RedisCache does not attempt to close clients which have not been initialized. ([#796](https://github.com/jazzband/django-redis/issues/796) <https://github.com/jazzband/django-redis/issues/796>_)
  • Add sorted set operations (zadd, zrange, zrem, etc.) and mixins for RedisCache ([#797](https://github.com/jazzband/django-redis/issues/797) <https://github.com/jazzband/django-redis/issues/797>_)
  • Centralize configuration in pyproject.toml, drop EoL Python & Django versions, and add support & testing for modern Python & Django versions. ([#820](https://github.com/jazzband/django-redis/issues/820) <https://github.com/jazzband/django-redis/issues/820>_)
  • Provide TypeVar defaults & provide initial typing for RedisCache. ([#829](https://github.com/jazzband/django-redis/issues/829) <https://github.com/jazzband/django-redis/issues/829>_)

Bug Fixes

  • Fix IntEnum encoding ([#602](https://github.com/jazzband/django-redis/issues/602) <https://github.com/jazzband/django-redis/issues/602>_)
  • Fix incorrect Redis typing that relied on the legacy types-redis package, and update the public API to avoid exposing redis-py key types (the encode/decode/make_key methods allow a different API surface). ([#822](https://github.com/jazzband/django-redis/issues/822) <https://github.com/jazzband/django-redis/issues/822>_)

Miscellaneous

  • Drop support for Django 5.0 (EOL) ([#779](https://github.com/jazzband/django-redis/issues/779) <https://github.com/jazzband/django-redis/issues/779>_)
  • Clean & organize ruff config ([#781](https://github.com/jazzband/django-redis/issues/781) <https://github.com/jazzband/django-redis/issues/781>_)
  • Replace black with ruff format ([#782](https://github.com/jazzband/django-redis/issues/782) <https://github.com/jazzband/django-redis/issues/782>_)
  • Update RedisCache.close to not forward kwargs to the client implementation. ([#788](https://github.com/jazzband/django-redis/issues/788) <https://github.com/jazzband/django-redis/issues/788>_)
  • Rename 'name' parameter to 'key' in all sorted set methods for better consistency with Redis terminology ([#811](https://github.com/jazzband/django-redis/issues/811) <https://github.com/jazzband/django-redis/issues/811>_)
  • Fix hash method parameters: rename 'name' → 'key', 'key' → 'field' to align with Redis/Valkey terminology. Add version parameter to hlen() and hkeys(). Fix make_key() to only apply to hash key, not fields. ([#812](https://github.com/jazzband/django-redis/issues/812) <https://github.com/jazzband/django-redis/issues/812>_)
  • pre-commit autoupdate ([#819](https://github.com/jazzband/django-redis/issues/819) <https://github.com/jazzband/django-redis/issues/819>_)
  • Use from __future__ import annotations to postpone evaluation of annotations. ([#823](https://github.com/jazzband/django-redis/issues/823) <https://github.com/jazzband/django-redis/issues/823>_)
  • Increase mypy strictness, fix typing configuration, and fix type errors. ([#824](https://github.com/jazzband/django-redis/issues/824) <https://github.com/jazzband/django-redis/issues/824>_)
  • This change updates the compose configuration, and moves it to tests directory as it is only for testing. ([#825](https://github.com/jazzband/django-redis/issues/825) <https://github.com/jazzband/django-redis/issues/825>_)
  • Remove code handling unsupported Django versions ([#826](https://github.com/jazzband/django-redis/issues/826) <https://github.com/jazzband/django-redis/issues/826>_)
  • Increase mypy type coverage & update strictness overrides to only target specific modules ([#827](https://github.com/jazzband/django-redis/issues/827) <https://github.com/jazzband/django-redis/issues/827>_)

django-redis 6.0.0 (2025-06-17)

Features

  • Support HashMaps ([#598](https://github.com/jazzband/django-redis/issues/598) <https://github.com/jazzband/django-redis/issues/598>_)
  • Support gzip compression ([#688](https://github.com/jazzband/django-redis/issues/688) <https://github.com/jazzband/django-redis/issues/688>_)
  • Support for sets and support basic operations, sadd, scard, sdiff, sdiffstore, sinter, sinterstore, smismember, sismember, smembers, smove, spop, srandmember, srem, sscan, sscan_iter, sunion, sunionstore ([#730](https://github.com/jazzband/django-redis/issues/730) <https://github.com/jazzband/django-redis/issues/730>_)

... (truncated)

Commits
  • 0ee6b11 release 7.0 (#830)
  • fcc882b feat: Allow cache OPTIONS to specify USERNAME (#657)
  • 85c5c3d fix: fix encoding IntEnum values (#602)
  • 8558af4 feat: update RedisCache.close to check for client before closing (#796)
  • 53a1de3 feat: provide TypeVar defaults & provide initial typing for RedisCache (#829)
  • 308e2e1 feat: remove **kwargs from self.client.close() call in RedisCache.close() (#788)
  • 2c0e853 feat: increase mypy type coverage & move strictness overrides to specific mod...
  • 8fb199e feat: remove code handling unsupported Django versions (#826)
  • 5d54a25 tests: move & update compose configuration (#825)
  • ca1f368 feat: increase mypy strictness, fix typing configuration, and fix type errors...
  • Additional commits viewable in compare view

Updates h3 to 4.5.0

Release notes

Sourced from h3's releases.

v4.5.0

[4.5.0] - 2026-05-29

  • Update h3lib to v4.5.0 release (#491)
  • cells_to_h3shape/cells_to_geo now handle all valid cell sets, including sets that would produce global polygons crossing the antimeridian, poles, or are larger than a hemisphere
    • Duplicate cells now raise H3DuplicateInputError
    • Mixed-resolution cells now raise H3ResMismatchError
    • Internal: switch from linked-list to array-based C API for cells-to-polygon conversion
  • Update h3lib with draft v4.5 changes
  • Drop Python 3.8 and 3.9 (EOL); minimum is now Python 3.10
  • Document Python 3.14 support
  • Migrate build tooling from Makefile/pip to justfile/uv, including CI
Changelog

Sourced from h3's changelog.

[4.5.0] - 2026-05-29

  • Final v4.5 release includes all v4.5.x changes below

[4.5.0a3] - 2026-05-22

  • Update h3lib to v4.5.0 release (#491)

[4.5.0a2] - 2026-02-27

  • cells_to_h3shape/cells_to_geo now handle all valid cell sets, including sets that would produce global polygons crossing the antimeridian, poles, or are larger than a hemisphere
    • Duplicate cells now raise H3DuplicateInputError
    • Mixed-resolution cells now raise H3ResMismatchError
    • Internal: switch from linked-list to array-based C API for cells-to-polygon conversion

[4.5.0a1] - 2026-02-25

  • Update h3lib with draft v4.5 changes
  • Drop Python 3.8 and 3.9 (EOL); minimum is now Python 3.10
  • Document Python 3.14 support
  • Migrate build tooling from Makefile/pip to justfile/uv, including CI

[4.4.2] - 2026-01-29

  • Check for error from cellsToLinkedMultiPolygon (#477)

[4.4.1] - 2025-12-15

  • Fix PyPI publishing issue (#474)

[4.4.0] - 2025-12-12 (never published on PyPI)

  • Update h3lib to v4.4.1. (#470)
    • Add new error codes:
      • H3IndexInvalidError
      • H3BaseCellDomainError
      • H3DigitDomainError
      • H3DeletedDigitError
    • Add new functions:
      • is_valid_index
      • get_index_digit
      • construct_cell
      • deconstruct_cell

[4.3.1] - 2025-08-10

  • Build wheels for Windows on ARM64 (#463)

[4.3.0] - 2025-06-17

... (truncated)

Commits

Updates tifffile to 2026.6.1

Release notes

Sourced from tifffile's releases.

v2026.6.1

Read and write TIFF files

Tifffile is a comprehensive Python library to

  1. store NumPy arrays in TIFF (Tagged Image File Format) files, and
  2. read image and metadata from TIFF-like files used in bioimaging.

Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, GeoTIFF, Adobe DNG, ZIF (Zoomable Image File Format), MetaMorph STK, Zeiss LSM, ImageJ hyperstack, Micro-Manager MMStack and NDTiff, SGI, NIHImage, Olympus FluoView and SIS, ScanImage, Molecular Dynamics GEL, Aperio SVS, Leica SCN, Roche BIF, PerkinElmer QPTIFF (QPI, PKI), Hamamatsu NDPI, Argos AVS, Philips DP, and ThermoFisher EER formatted files.

Image data can be read as NumPy arrays or Zarr arrays/groups from strips, tiles, pages (IFDs), SubIFDs, higher order series, and pyramidal levels.

Image data can be written to TIFF, BigTIFF, OME-TIFF, and ImageJ hyperstack compatible files in multi-page, volumetric, pyramidal, memory-mappable, tiled, predicted, or compressed form.

Many compression and predictor schemes are supported via the imagecodecs library, including LZW, PackBits, Deflate, CCITT, PIXTIFF, LZMA, LERC, Zstd, JPEG (8 and 12-bit, lossless), JPEG 2000, JPEG XR, JPEG XL, WebP, PNG, EER, Jetraw, 24-bit floating-point, and horizontal differencing.

Tifffile can also be used to inspect TIFF structures, read image data from multi-dimensional file sequences, write fsspec ReferenceFileSystem for TIFF files and image file sequences, patch TIFF tag values, and parse many proprietary metadata formats.

Changes

  • Replace NullContext with contextlib.nullcontext (breaking).
  • Fix writing monochrome linear_raw (#328).
  • Fix keyboard axis selection in imshow interactive viewer (#327).
  • Fix reading short ASCII string tag values from NDPI.
  • Add option to suppress writing extrasamples tag.
  • Verify origin of codecs.
Changelog

Sourced from tifffile's changelog.

2026.6.1

  • Replace NullContext with contextlib.nullcontext (breaking).
  • Fix writing monochrome linear_raw (#328).
  • Fix keyboard axis selection in imshow interactive viewer (#327).
  • Fix reading short ASCII string tag values from NDPI.
  • Add option to suppress writing extrasamples tag.
  • Verify origin of codecs.

2026.5.15

  • Update ZarrFileSequenceStore to zarr format 3 (breaking).
  • Derive ZarrFileSequenceStore dimension names from FileSequence.dims.
  • Add option to override dimension names in zarr stores.
  • Add support for Python 3.15.

2026.5.2

  • Change TiffFile.series from list to callable TiffSeries sequence (breaking).
  • Remove TiffPageSeries squeeze dual-state (breaking).
  • Remove TiffPageSeries.get_shape, get_axes, and get_coords (breaking).
  • Remove ZarrTiffStore squeeze parameter (breaking).
  • Update ZarrTiffStore to zarr format 3 and multiscales to NGFF 0.5 (breaking).
  • Update multiscales zarr format 2 fsspec files to NGFF 0.4 (breaking).
  • Remove generic TiffPage coords (breaking).
  • Change dims and sizes to use single-char axis codes (breaking).
  • Add zarr format 3 compatible Tiff codec.
  • Add asxarray methods to TiffFile, TiffPage, TiffPageSeries (requires xarray).
  • Add geotiff kind of TiffPageSeries.
  • Add mpp and coord_offsets/scales/units properties to TiffPageSeries.
  • Add attrs property to TiffPage and TiffPageSeries.
  • Add kind and squeeze parameters to memmap.
  • Add kind parameter to imwrite and TiffFile; deprecate ome, imagej, shaped.
  • Add return_as parameter to imread; deprecate aszarr.
  • Fix writing TIFF trees (#326).
  • Fix wrong TiffTagRegistry entries (#323).
  • Implement TiffPageSeries.coords property.
  • Deprecate kwargs to FileSequence.asarray; use imreadargs.
  • Require zarr>=3.2.0 for zarr support.
  • Drop support for numpy 2.0 (SPEC0, #324).

2026.4.11

  • Add option to write zarr format 3 fsspec reference file system.
  • Support reading TIFF with embedded C2PA manifest.
  • Sync API of imagecodecs fallback implementations (#320).
  • Do not use defusedxml.
  • Drop support for Python 3.11.

2026.3.3

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

…h 4 updates

Updates the requirements on [django-allauth](https://github.com/sponsors/pennersr), [django-redis](https://github.com/jazzband/django-redis), [h3](https://github.com/uber/h3-py) and [tifffile](https://github.com/cgohlke/tifffile) to permit the latest version.

Updates `django-allauth` to 65.18.0
- [Commits](https://github.com/sponsors/pennersr/commits)

Updates `django-redis` to 7.0.0
- [Release notes](https://github.com/jazzband/django-redis/releases)
- [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst)
- [Commits](jazzband/django-redis@6.0.0...7.0.0)

Updates `h3` to 4.5.0
- [Release notes](https://github.com/uber/h3-py/releases)
- [Changelog](https://github.com/uber/h3-py/blob/master/CHANGELOG.md)
- [Commits](uber/h3-py@v4.4.0...v4.5.0)

Updates `tifffile` to 2026.6.1
- [Release notes](https://github.com/cgohlke/tifffile/releases)
- [Changelog](https://github.com/cgohlke/tifffile/blob/master/CHANGES.rst)
- [Commits](cgohlke/tifffile@v2026.5.2...v2026.6.1)

---
updated-dependencies:
- dependency-name: django-allauth
  dependency-version: 65.18.0
  dependency-type: direct:production
  dependency-group: python-app-and-dev
- dependency-name: django-redis
  dependency-version: 7.0.0
  dependency-type: direct:production
  dependency-group: python-app-and-dev
- dependency-name: h3
  dependency-version: 4.5.0
  dependency-type: direct:production
  dependency-group: python-app-and-dev
- dependency-name: tifffile
  dependency-version: 2026.6.1
  dependency-type: direct:production
  dependency-group: python-app-and-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@pskillen pskillen merged commit 0c7c335 into main Jun 2, 2026
2 checks passed
@pskillen pskillen deleted the dependabot/pip/Meshflow/python-app-and-dev-498e7ed319 branch June 2, 2026 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant