Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps the dependencies group with 11 updates in the / directory:

Package From To
djangorestframework 3.15.2 3.16.1
djangorestframework-gis 1.1 1.2.0
requests 2.32.3 2.32.5
dj-database-url 2.3.0 3.0.1
pytest 8.3.5 8.4.1
pytest-django 4.10.0 4.11.1
python-dotenv 1.1.0 1.1.1
sentry-sdk 2.25.0 2.35.2
geopandas 1.0.1 1.1.1
freezegun 1.5.1 1.5.5
pre-commit 4.2.0 4.3.0

Updates djangorestframework from 3.15.2 to 3.16.1

Release notes

Sourced from djangorestframework's releases.

v3.16.1

This release fixes a few bugs, clean-up some old code paths for unsupported Python versions and improve translations.

Minor changes

  • Cleanup optional backports.zoneinfo dependency and conditions on unsupported Python 3.8 and lower in #9681. Python versions prior to 3.9 were already unsupported so this isn't considered as a breaking change.

Bug fixes

  • Fix regression in unique_together validation with SerializerMethodField in #9712
  • Fix UniqueTogetherValidator to handle fields with source attribute in #9688
  • Drop HTML line breaks on long headers in browsable API in #9438

Translations

  • Add Kazakh locale support in #9713
  • Update translations for Korean translations in #9571
  • Update German translations in #9676
  • Update Chinese translations in #9675
  • Update Arabic translations-sal in #9595
  • Update Persian translations in #9576
  • Update Spanish translations in #9701
  • Update Turkish Translations in #9749
  • Fix some typos in Brazilian Portuguese translations in #9673

Documentation

  • Removed reference to GitHub Issues and Discussions in #9660
  • Add drf-restwind and update outdated images in browsable-api.md in #9680
  • Updated funding page to represent current scope in #9686
  • Fix broken Heroku JSON Schema link in #9693
  • Update Django documentation links to use stable version in #9698
  • Expand docs on unique constraints cause 'required=True' in #9725
  • Revert extension back from djangorestframework-guardian2 to djangorestframework-guardian in #9734
  • Add note to tutorial about required request in serializer context when using HyperlinkedModelSerializer in #9732

Internal changes

  • Update GitHub Actions to use Ubuntu 24.04 for testing in #9677
  • Update test matrix to use Django 5.2 stable version in #9679
  • Add pyupgrade to pre-commit hooks in #9682
  • Fix test with Django 5 when pytz is available in #9715

New Contributors

... (truncated)

Commits
  • de018df Prepare 3.16.1 release (#9752)
  • a7d050f Turkish Translation updates (#9749)
  • 853969c Fix test with Django 5 when pytz is available (#9715)
  • 2ae8c11 Add note to tutorial about required request in serializer context when using ...
  • 70e54f4 Revert docs back to djangorestframework-guardian (#9734)
  • 3038494 Document that unique constraints cause required=True in ModelSerializer (#9...
  • 4bb46c2 Add Kazakh(kk) locale support (#9713)
  • e454758 Fix regression in unique_together validation with SerializerMethodField (#9712)
  • 33d59fe Update Spanish translations (#9701)
  • c0202a0 Update Django documentation links to use stable version (#9698)
  • Additional commits viewable in compare view

Updates djangorestframework-gis from 1.1 to 1.2.0

Release notes

Sourced from djangorestframework-gis's releases.

1.2.0 [2025-06-02]

Features

  • Added transform optional argument to GeometryField
    #188

Changes

Dependencies:

  • Added Django 5.2 to automated testing build.
  • Added Python 3.13 to automated testing build.
  • Added support for Django REST Framework 3.16.0.
Changelog

Sourced from djangorestframework-gis's changelog.

Version 1.2.0 [2025-06-02]

Features


- Added ``transform`` optional argument to ``GeometryField`` `[#188](https://github.com/openwisp/django-rest-framework-gis/issues/188)
  <https://github.com/openwisp/django-rest-framework-gis/issues/188>`_.

Changes


**Dependencies:**
  • Added Django 5.2 to automated testing build.
  • Added Python 3.13 to automated testing build.
  • Added support for Django REST Framework 3.16.0.

Version 1.1.0 [2024-08-17]

Features
</code></pre>
<ul>
<li>Allowed <code>GeoFeatureModelSerializer</code> to support models without geometry
field.</li>
</ul>
<p>Changes</p>
<pre><code>
Dependencies:

  • Bumped django-filters~=23.5.

  • Added Django 4.2, 5.0, 5.1 to automated testing build.

  • Dropped several EOL dependencies from automated testing build:

    • Python 3.6 and 3.7.
    • Django 2.2, 3.0, 3.1 and 4.0.
    • djangorestframework &amp;lt; 3.12.

    The library may continue working with the dependencies listed above, but
    it's not guaranteed.

    Upgrading to more recent dependencies is highly recommended.

Bugfixes
</code></pre>
<ul>
<li>Fixed schema generation for <code>DistanceToPointOrderingFilter</code>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/openwisp/django-rest-framework-gis/commit/81f14f817b6162e7b68130539dde9013fab6113b&quot;&gt;&lt;code&gt;81f14f8&lt;/code&gt;&lt;/a> 1.2.0 release</li>
<li><a href="https://github.com/openwisp/django-rest-framework-gis/commit/1ad8e0c6b9020e73fefbf2eda97192a0499a07b3&quot;&gt;&lt;code&gt;1ad8e0c&lt;/code&gt;&lt;/a> [fix] Make GeoJSON output valid by transforming to WGS84 <a href="https://redirect.github.com/openwisp/django-rest-framework-gis/issues/188&quot;&gt;#188&lt;/a&gt;&lt;/li>
<li><a href="https://github.com/openwisp/django-rest-framework-gis/commit/27ff1d91786c7002af5a8501520e948b7e95c396&quot;&gt;&lt;code&gt;27ff1d9&lt;/code&gt;&lt;/a> [docs] Updated Compatibility Table in README</li>
<li><a href="https://github.com/openwisp/django-rest-framework-gis/commit/66e7bcc6eeba030a99af8991a15770e0a0dd8484&quot;&gt;&lt;code&gt;66e7bcc&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/openwisp/django-rest-framework-gis/issues/332&quot;&gt;#332&lt;/a> from adamchainz/update_tested_versions</li>
<li><a href="https://github.com/openwisp/django-rest-framework-gis/commit/59dfd898e69958d573b1d933f98c79310464f23b&quot;&gt;&lt;code&gt;59dfd89&lt;/code&gt;&lt;/a> [ci] Updated postgis to 17-3.5-alpine</li>
<li><a href="https://github.com/openwisp/django-rest-framework-gis/commit/0abd49437b4b5e17cf147073075ba3b44a88cdd1&quot;&gt;&lt;code&gt;0abd494&lt;/code&gt;&lt;/a> [chores] Updated Development Status classifier in setup.py</li>
<li><a href="https://github.com/openwisp/django-rest-framework-gis/commit/965940e0b4f1b917c3d2507daea3656ad02b8011&quot;&gt;&lt;code&gt;965940e&lt;/code&gt;&lt;/a> [chores] Use stable django versions in tox.ini</li>
<li><a href="https://github.com/openwisp/django-rest-framework-gis/commit/a6ffefd18af9fd8f6c65f8798e11e81a7bc4d022&quot;&gt;&lt;code&gt;a6ffefd&lt;/code&gt;&lt;/a> [qa] Switched to double quotes (black formatter)</li>
<li><a href="https://github.com/openwisp/django-rest-framework-gis/commit/84310997ea0031bc71689c5f2da242d9001c5d28&quot;&gt;&lt;code&gt;8431099&lt;/code&gt;&lt;/a> [chores] Updated CI build URL</li>
<li><a href="https://github.com/openwisp/django-rest-framework-gis/commit/37fa36c8ab017318c9295122002f617c1e1b0c99&quot;&gt;&lt;code&gt;37fa36c&lt;/code&gt;&lt;/a> [ci] Run on Ubuntu 20.04</li>
<li>Additional commits viewable in <a href="https://github.com/openwisp/django-rest-framework-gis/compare/v1.1.0...v1.2.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Updates requests from 2.32.3 to 2.32.5

Release notes

Sourced from requests's releases.

v2.32.5

2.32.5 (2025-08-18)

Bugfixes

  • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.

Deprecations

  • Added support for Python 3.14.
  • Dropped support for Python 3.8 following its end of support.

v2.32.4

2.32.4 (2025-06-10)

Security

  • CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve credentials for the wrong hostname/machine from a netrc file. (#6965)

Improvements

  • Numerous documentation improvements

Deprecations

  • Added support for pypy 3.11 for Linux and macOS. (#6926)
  • Dropped support for pypy 3.9 following its end of support. (#6926)
Changelog

Sourced from requests's changelog.

2.32.5 (2025-08-18)

Bugfixes

  • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.

Deprecations

  • Added support for Python 3.14.
  • Dropped support for Python 3.8 following its end of support.

2.32.4 (2025-06-10)

Security

  • CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve credentials for the wrong hostname/machine from a netrc file.

Improvements

  • Numerous documentation improvements

Deprecations

  • Added support for pypy 3.11 for Linux and macOS.
  • Dropped support for pypy 3.9 following its end of support.
Commits
  • b25c87d v2.32.5
  • 131e506 Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-...
  • b336cb2 Bump actions/checkout from 4.2.0 to 5.0.0
  • 46e939b Update publish workflow to use artifact-id instead of name
  • 4b9c546 Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...
  • 7618dbe Bump step-security/harden-runner from 2.12.0 to 2.13.0
  • 2edca11 Add support for Python 3.14 and drop support for Python 3.8 (#6993)
  • fec96cd Update Makefile rules (#6996)
  • d58d8aa docs: clarify timeout parameter uses seconds in Session.request (#6994)
  • 91a3eab Bump github/codeql-action from 3.28.5 to 3.29.0
  • Additional commits viewable in compare view

Updates dj-database-url from 2.3.0 to 3.0.1

Release notes

Sourced from dj-database-url's releases.

v3.0.1

What's Changed

Full Changelog: https://github.com/jazzband/dj-database-url/compare/v3.0.0...v3.0.1

v3.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/jazzband/dj-database-url/compare/v2.3.0...v3.0.0

Changelog

Sourced from dj-database-url's changelog.

v3.0.1 (2025-07-01)

  • Drop dependency on typing_extensions.

v3.0.0 (2025-05-18)

Bumping to version 3; changes to code do break some API compatability.

  • Implement a new decorator registry pattern to impement checks on database connection string.
  • You can now support and implement your own database strings by extending the @​register functionality.
  • Update supported python versions and django versions.
Commits

Updates django from 5.1.7 to 5.2.5

Commits
  • a3b1107 [5.2.x] Bumped version for 5.2.5 release.
  • 0489f54 [5.2.x] Added release date for 5.2.5.
  • a9c7d4b [5.2.x] Refs #36485 -- Grouped docs checks under a unified make check target.
  • 5ad6d43 [5.2.x] Refs #34140 -- Added dedicated code block formatting section in docs/...
  • bdc3f9e [5.2.x] Fixed #36530 -- Extended fields.E347 to check for ManyToManyField inv...
  • f01ceae [5.2.x] Fixed #36535 -- Ensured compatibility with docutils 0.19 through 0.22.
  • 5ca58ce [5.2.x] Corrected assertNumQueries() example in docs/topics/testing/tools.txt.
  • b3bb723 [5.2.x] Fixed #34871, #36518 -- Implemented unresolved lookups expression rep...
  • e5ccb69 [5.2.x] Fixed #36198 -- Implemented unresolved transform expression replacement.
  • 5aefd00 [5.2.x] Fixed writer_name deprecation warning in docutils 0.22+.
  • Additional commits viewable in compare view

Updates pytest from 8.3.5 to 8.4.1

Release notes

Sourced from pytest's releases.

8.4.1

pytest 8.4.1 (2025-06-17)

Bug fixes

  • #13461: Corrected _pytest.terminal.TerminalReporter.isatty to support being called as a method. Before it was just a boolean which could break correct code when using -o log_cli=true).

  • #13477: Reintroduced pytest.PytestReturnNotNoneWarning{.interpreted-text role="class"} which was removed by accident in pytest [8.4]{.title-ref}.

    This warning is raised when a test functions returns a value other than None, which is often a mistake made by beginners.

    See return-not-none{.interpreted-text role="ref"} for more information.

  • #13497: Fixed compatibility with Twisted 25+.

Improved documentation

  • #13492: Fixed outdated warning about faulthandler not working on Windows.

8.4.0

pytest 8.4.0 (2025-06-02)

Removals and backward incompatible breaking changes

  • #11372: Async tests will now fail, instead of warning+skipping, if you don't have any suitable plugin installed.

  • #12346: Tests will now fail, instead of raising a warning, if they return any value other than None.

  • #12874: We dropped support for Python 3.8 following its end of life (2024-10-07).

  • #12960: Test functions containing a yield now cause an explicit error. They have not been run since pytest 4.0, and were previously marked as an expected failure and deprecation warning.

    See the docs <yield tests deprecated>{.interpreted-text role="ref"} for more information.

Deprecations (removal in next major release)

  • #10839: Requesting an asynchronous fixture without a [pytest_fixture_setup]{.title-ref} hook that resolves it will now give a DeprecationWarning. This most commonly happens if a sync test requests an async fixture. This should have no effect on a majority of users with async tests or fixtures using async pytest plugins, but may affect non-standard hook setups or autouse=True. For guidance on how to work around this warning see sync-test-async-fixture{.interpreted-text role="ref"}.

New features

  • #11538: Added pytest.RaisesGroup{.interpreted-text role="class"} as an equivalent to pytest.raises{.interpreted-text role="func"} for expecting ExceptionGroup{.interpreted-text role="exc"}. Also adds pytest.RaisesExc{.interpreted-text role="class"} which is now the logic behind pytest.raises{.interpreted-text role="func"} and used as parameter to pytest.RaisesGroup{.interpreted-text role="class"}. RaisesGroup includes the ability to specify multiple different expected exceptions, the structure of nested exception groups, and flags for emulating except* <except_star>{.interpreted-text role="ref"}. See assert-matching-exception-groups{.interpreted-text role="ref"} and docstrings for more information.

  • #12081: Added capteesys{.interpreted-text role="fixture"} to capture AND pass output to next handler set by --capture=.

  • #12504: pytest.mark.xfail{.interpreted-text role="func"} now accepts pytest.RaisesGroup{.interpreted-text role="class"} for the raises parameter when you expect an exception group. You can also pass a pytest.RaisesExc{.interpreted-text role="class"} if you e.g. want to make use of the check parameter.

  • #12713: New [--force-short-summary]{.title-ref} option to force condensed summary output regardless of verbosity level.

... (truncated)

Commits

Updates pytest-django from 4.10.0 to 4.11.1

Release notes

Sourced from pytest-django's releases.

v4.11.1

https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst#v4111-2025-04-03

v4.11.0

https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst#v4110-2025-04-01

Changelog

Sourced from pytest-django's changelog.

v4.11.1 (2025-04-03)

Bugfixes ^^^^^^^^

  • Fixed a regression in v4.11.0 for Django TestCase tests using the databases class variable ([#1188](https://github.com/pytest-dev/pytest-django/issues/1188) <https://github.com/pytest-dev/pytest-django/issues/1188>__).

v4.11.0 (2025-04-01)

Compatibility ^^^^^^^^^^^^^

  • Added official support for Django 5.2 (PR [#1179](https://github.com/pytest-dev/pytest-django/issues/1179) <https://github.com/pytest-dev/pytest-django/pull/1179>__).
  • Dropped testing on MySQL’s MyISAM storage engine (PR [#1180](https://github.com/pytest-dev/pytest-django/issues/1180) <https://github.com/pytest-dev/pytest-django/pull/1180>__).

Bugfixes ^^^^^^^^

  • Stopped setting up and serializing databases on test session setup when not needed (the database is not requested / serialized_rollback is not used). On test databases with large amounts of pre-seeded data, this may remove a delay of a few seconds when running pytest --reuse-db.

    The determination of which databases to setup is done by static inspection of the test suite. Using pytest's dynamic features to request db access, such as :meth:request.getfixturevalue("db") <pytest.FixtureRequest.getfixturevalue>, may throw off this analysis. If you start seeing DatabaseOperationForbidden or "unable to open database" errors, this is likely the cause. To fix this, decorate at least one test with the :func:django_db <pytest.mark.django_db> marker with appropriate databases and serialized_rollback settings.

Commits
  • 5ada9c1 Release 4.11.1
  • cf3f0bb fixtures: fixup a regression in previous release for TestCase multi-db support
  • 6d5c272 Release 4.11.0
  • 8000db0 Only setup and serialize databases as needed by tests
  • 6f7fc26 Add optional integration of pytest into django's manage.py test
  • 3071a66 docs/conf.py: format with ruff format
  • 3f44e50 fixtures: avoid unnecessary closure
  • b732869 Remove testing on MyISAM (#1180)
  • e362f4c Add support for Django 5.2 (#1179)
  • See full diff in compare view

Updates python-dotenv from 1.1.0 to 1.1.1

Release notes

Sourced from python-dotenv's releases.

v1.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/theskumar/python-dotenv/compare/v1.1.0...v1.1.1

Changelog

Sourced from python-dotenv's changelog.

[1.1.1] - 2025-06-24

Fixed

Commits

Updates sentry-sdk from 2.25.0 to 2.35.2

Release notes

Sourced from sentry-sdk's releases.

2.35.2

Various fixes & improvements

2.35.1

Various fixes & improvements

2.35.0

Various fixes & improvements

2.34.1

Various fixes & improvements

2.34.0

Various fixes & improvements

  • Considerably raise DEFAULT_MAX_VALUE_LENGTH (#4632) by @​sentrivana

    We have increased the string trimming limit considerably, allowing you to see more data without it being truncated. Note that this might, in rare cases, result in issue regrouping, for example if you're capturing message events with very long messages (longer than the default 1024 characters/bytes).

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.35.2

Various fixes & improvements

2.35.1

Various fixes & improvements

2.35.0

Various fixes & improvements

2.34.1

Various fixes & improvements

2.34.0

Various fixes & improvements

... (truncated)

Commits

Updates geopandas from 1.0.1 to 1.1.1

Release notes

Sourced from geopandas's releases.

v1.1.1

A patch release containing minor regression fixes.

What's Changed

Full Changelog: https://github.com/geopandas/geopandas/compare/v1.1.0...v1.1.1

v1.1.0

Notes on dependencies:

  • GeoPandas 1.1 now requires Python 3.10 or greater and pandas 2.0, numpy 1.24, pyproj 3.5, are now the minimum required version for these dependencies. Furthermore, the minimum tested version for optional dependencies has been updated to fiona 1.8.21, scipy 1.9, matplotlib 3.7, mapclassify 2.5, folium 0.12 and SQLAlchemy 2.0. Older versions of these libraries may continue to work, but are no longer considered supported (#3371).

New features and improvements:

  • Added options to return the result of SpatialIndex.query in a form of a dense or a sparse boolean array. This adds optional dependency on scipy for the sparse output. Note that this also changes the previously undocumented behaviour of the output_format keyword (#1674).
  • Add grid_size parameter to union_all and dissolve (#3445).
  • GeoDataFrame.plot now supports pd.Index as an input for the column keyword (#3463).
  • Added disjoint_subset union algorithm for union_all and dissolve (#3534).
  • Added constrained_delaunay_triangles method to GeoSeries/GeoDataFrame (#3552).
  • Added to_pandas_kwargs argument to from_arrow, read_parquet and read_feather to allow better control of conversion of non-geometric Arrow data to DataFrames (#3466).
  • Added is_valid_coverage and invalid_coverage_edges to GeoSeries/GeoDataFrame to allow validation of polygonal coverage (#3545).
  • Added maximum_inscribed_circle method from shapely to GeoSeries/GeoDataFrame (#3544).
  • Added minimum_clearance_line method from shapely to GeoSeries/GeoDataFrame (#3543).
  • Added orient_polygons method from shapely to GeoSeries/GeoDataFrame (#3559).
  • Added method and keep_collapsed argument to make_valid (#3548).
  • Added simplify_coverage method for topological simplification of polygonal coverages to GeoSeries/GeoDataFrame (#3541).
  • Added initial support of M coordinates (m and has_m properties, include_m in get_coordinates) (#3561).
  • Added geom_equals_identical method exposing equals_identical from shapely to GeoSeries/GeoDataFrame (#3560).
  • GeoPandas now attempts to use a range request when reading from an URL even if the header does not directly indicate its support (#3572).
  • Added geopandas.accessors module. Import this module to register a pandas.Series.geo accessor, which exposes GeoSeries methods via pandas's extension mechanism (#3272).
  • Improve performance of overlay with how=identity (#3504).

... (...

Description has been truncated

…pdates

Bumps the dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [djangorestframework](https://github.com/encode/django-rest-framework) | `3.15.2` | `3.16.1` |
| [djangorestframework-gis](https://github.com/openwisp/django-rest-framework-gis) | `1.1` | `1.2.0` |
| [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.5` |
| [dj-database-url](https://github.com/jazzband/dj-database-url) | `2.3.0` | `3.0.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `8.4.1` |
| [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.10.0` | `4.11.1` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.0` | `1.1.1` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.25.0` | `2.35.2` |
| [geopandas](https://github.com/geopandas/geopandas) | `1.0.1` | `1.1.1` |
| [freezegun](https://github.com/spulec/freezegun) | `1.5.1` | `1.5.5` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.3.0` |



Updates `djangorestframework` from 3.15.2 to 3.16.1
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.15.2...3.16.1)

Updates `djangorestframework-gis` from 1.1 to 1.2.0
- [Release notes](https://github.com/openwisp/django-rest-framework-gis/releases)
- [Changelog](https://github.com/openwisp/django-rest-framework-gis/blob/master/CHANGES.rst)
- [Commits](openwisp/django-rest-framework-gis@v1.1.0...v1.2.0)

Updates `requests` from 2.32.3 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.3...v2.32.5)

Updates `dj-database-url` from 2.3.0 to 3.0.1
- [Release notes](https://github.com/jazzband/dj-database-url/releases)
- [Changelog](https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md)
- [Commits](jazzband/dj-database-url@v2.3.0...v3.0.1)

Updates `django` from 5.1.7 to 5.2.5
- [Commits](django/django@5.1.7...5.2.5)

Updates `pytest` from 8.3.5 to 8.4.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.5...8.4.1)

Updates `pytest-django` from 4.10.0 to 4.11.1
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst)
- [Commits](pytest-dev/pytest-django@v4.10.0...v4.11.1)

Updates `python-dotenv` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.1.0...v1.1.1)

Updates `sentry-sdk` from 2.25.0 to 2.35.2
- [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.25.0...2.35.2)

Updates `geopandas` from 1.0.1 to 1.1.1
- [Release notes](https://github.com/geopandas/geopandas/releases)
- [Changelog](https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md)
- [Commits](geopandas/geopandas@v1.0.1...v1.1.1)

Updates `freezegun` from 1.5.1 to 1.5.5
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](spulec/freezegun@1.5.1...1.5.5)

Updates `pre-commit` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: djangorestframework
  dependency-version: 3.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: djangorestframework-gis
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: dj-database-url
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: django
  dependency-version: 5.2.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest
  dependency-version: 8.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest-django
  dependency-version: 4.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: python-dotenv
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sentry-sdk
  dependency-version: 2.35.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: geopandas
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: freezegun
  dependency-version: 1.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pre-commit
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/dependencies-0ebd3b61c1 branch October 1, 2025 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant