Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-packages group across 1 directory with 27 updates #187

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2024

Bumps the python-packages group with 25 updates in the / directory:

Package From To
django 4.2.7 5.0.6
sentry-sdk 1.38.0 2.3.1
django-pipeline 2.1.0 3.1.0
libsass 0.22.0 0.23.0
pip 23.3.1 24.0
django-sesame 3.2.1 3.2.2
django-ses 3.5.1 4.1.0
uk-election-ids 0.7.5 0.8.0
faker 20.1.0 25.2.0
requests 2.31.0 2.32.2
django-apiblueprint-view 2.5.0 2.5.1
django-debug-toolbar 4.2.0 4.3.0
python-memcached 1.59 1.62
djangorestframework 3.14.0 3.15.1
pre-commit 3.5.0 3.7.1
pytest 7.4.3 8.2.1
pytest-django 4.7.0 4.8.0
pytest-ruff 0.2.1 0.3.2
coveralls 3.3.1 4.0.1
pytest-cov 4.1.0 5.0.0
ipython 8.18.1 8.24.0
pytest-mock 3.12.0 3.14.0
pytest-socket 0.6.0 0.7.0
wheel 0.42.0 0.43.0
ruff 0.1.6 0.4.5

Updates django from 4.2.7 to 5.0.6

Commits
  • 2719a7f [5.0.x] Bumped version for 5.0.6 release.
  • c90b20f [5.0.x] Added release notes for 5.0.6 and 4.2.13.
  • 0504608 [5.0.x] Added stub release notes for 5.0.6.
  • 2fa9fe3 [5.0.x] Post-release version bump.
  • b6844c6 [5.0.x] Bumped version for 5.0.5 release.
  • e1eecba [5.0.x] Added release date for 5.0.5 and 4.2.12.
  • 9b5029f [5.0.x] Fixed #35426 -- Updated querysets to be a required argument of Generi...
  • ac9e18f [5.0.x] Refs #35359 -- Fixed OperationTests.test_add_generate_field() test on...
  • 59c3f8a [5.0.x] Fixed #35427 -- Corrected help text for makemessages --extension in d...
  • e18e931 [5.0.x] Refs #35422 -- Fixed typo in docs/releases/5.0.5.txt.
  • Additional commits viewable in compare view

Updates sentry-sdk from 1.38.0 to 2.3.1

Release notes

Sourced from sentry-sdk's releases.

2.3.1

Various fixes & improvements

2.3.0

Various fixes & improvements

2.2.1

Various fixes & improvements

2.2.0

New features

  • Celery integration now sends additional data to Sentry to enable new features to guage the health of your queues
  • Added a new integration for Cohere
  • Reintroduced the last_event_id function, which had been removed in 2.0.0

Other fixes & improvements

2.1.1

2.1.0

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.3.1

Various fixes & improvements

2.3.0

Various fixes & improvements

2.2.1

Various fixes & improvements

2.2.0

New features

  • Celery integration now sends additional data to Sentry to enable new features to guage the health of your queues
  • Added a new integration for Cohere
  • Reintroduced the last_event_id function, which had been removed in 2.0.0

Other fixes & improvements

2.1.1

2.1.0

... (truncated)

Commits

Updates django-pipeline from 2.1.0 to 3.1.0

Release notes

Sourced from django-pipeline's releases.

3.1.0

  • Replace deprecated .warn method with .warning
  • Update sourcemap paths when concatenating source files
  • Ensure correct compiler error styling and strip ANSI escape sequences

3.0.0

  • Use Pypy 3.10
  • Drop support for Python 3.7
  • Drop support for Django 2
  • Add Python 3.12 support
  • Add Django 4.2 support
  • Add Django 5.0 support
Changelog

Sourced from django-pipeline's changelog.

3.1.0

  • Replace deprecated .warn method with .warning
  • Update sourcemap paths when concatenating source files
  • Ensure correct compiler error styling and strip ANSI escape sequences

3.0.0

  • Use Pypy 3.10
  • Drop support for Python 3.7
  • Drop support for Django 2
  • Add Python 3.12 support
  • Add Django 4.2 support
  • Add Django 5.0 support
Commits
  • 5c9ee24 Release 3.1.0
  • 0d450e5 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • e00bbcd Ensure correct compiler error styling and strip ANSI escape sequences.
  • 3c9354d Add a couple more items to the ruff ignore list.
  • 193cc20 Merge pull request #809 from chipx86/3.x/fix-sourcemap-paths
  • 58f9f99 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • fd1c033 Update sourcemap paths when concatenating source files.
  • 2018c11 Replace deprecated .warn method with .warning (#807)
  • 14b6d2c Update history and docs conf to release v3 (#804)
  • 7b4eea1 Add django 5 support (#803)
  • Additional commits viewable in compare view

Updates libsass from 0.22.0 to 0.23.0

Commits

Updates pip from 23.3.1 to 24.0

Changelog

Sourced from pip's changelog.

24.0 (2024-02-03)

Features

  • Retry on HTTP status code 502 ([#11843](https://github.com/pypa/pip/issues/11843) <https://github.com/pypa/pip/issues/11843>_)
  • Automatically use the setuptools PEP 517 build backend when --config-settings is used for projects without pyproject.toml. ([#11915](https://github.com/pypa/pip/issues/11915) <https://github.com/pypa/pip/issues/11915>_)
  • Make pip freeze and pip uninstall of legacy editable installs of packages whose name contains _ compatible with setuptools>=69.0.3. ([#12477](https://github.com/pypa/pip/issues/12477) <https://github.com/pypa/pip/issues/12477>_)
  • Support per requirement --config-settings for editable installs. ([#12480](https://github.com/pypa/pip/issues/12480) <https://github.com/pypa/pip/issues/12480>_)

Bug Fixes

  • Optimized usage of --find-links=<path-to-dir>, by only scanning the relevant directory once, only considering file names that are valid wheel or sdist names, and only considering files in the directory that are related to the install. ([#12327](https://github.com/pypa/pip/issues/12327) <https://github.com/pypa/pip/issues/12327>_)
  • Removed wheel from the [build-system].requires list fallback that is used when pyproject.toml is absent. ([#12449](https://github.com/pypa/pip/issues/12449) <https://github.com/pypa/pip/issues/12449>_)

Vendored Libraries

  • Upgrade distlib to 0.3.8

Improved Documentation

  • Fix explanation of how PIP_CONFIG_FILE works ([#11815](https://github.com/pypa/pip/issues/11815) <https://github.com/pypa/pip/issues/11815>_)
  • Fix outdated pip install argument description in documentation. ([#12417](https://github.com/pypa/pip/issues/12417) <https://github.com/pypa/pip/issues/12417>_)
  • Replace some links to PEPs with links to the canonical specifications on the :doc:pypug:index ([#12434](https://github.com/pypa/pip/issues/12434) <https://github.com/pypa/pip/issues/12434>_)
  • Updated the pyproject.toml document to stop suggesting to depend on wheel as a build dependency directly. ([#12449](https://github.com/pypa/pip/issues/12449) <https://github.com/pypa/pip/issues/12449>_)
  • Update supported interpreters in development docs ([#12475](https://github.com/pypa/pip/issues/12475) <https://github.com/pypa/pip/issues/12475>_)

Process

  • Most project metadata is now defined statically via pip's pyproject.toml file.

23.3.2 (2023-12-17)

Bug Fixes

  • Fix a bug in extras handling for link requirements ([#12372](https://github.com/pypa/pip/issues/12372) <https://github.com/pypa/pip/issues/12372>_)
  • Fix mercurial revision "parse error": use --rev={ref} instead of -r={ref} ([#12373](https://github.com/pypa/pip/issues/12373) <https://github.com/pypa/pip/issues/12373>_)
Commits

Updates django-sesame from 3.2.1 to 3.2.2

Commits
  • 349b172 Tag version 3.2.2
  • 228dd83 Remove old versionadded/changed notes from docs.
  • 1f5cd0e Drop compatibility with Django < 3.2.
  • 65907a5 Switch to ruff for linting.
  • 57e0aa5 Add Django 5.0 support
  • ffa19dc Added build section to RTD config file.
  • db439f2 Merge branch '3.2.x'
  • 49d919c skip User.EMAIL_FIELD check if not invalidating on email change
  • b38842c fix SESAME_INVALIDATE_ON_EMAIL_CHANGE link in docs
  • 58e607b Python 3.6 and 3.7 are EOL.
  • See full diff in compare view

Updates django-ses from 3.5.1 to 4.1.0

Changelog

Sourced from django-ses's changelog.

Change Log

For a list of releases, see: https://github.com/django-ses/django-ses/releases/

Upcoming (dev)

The following changes are not yet released, but are code complete:

Pulls and Issues:

  • None

Features:

  • None

Changes:

  • None

Deprecations:

  • None

Fixes:

  • None

Current

4.1.0

Adds support for AWS Session Profile with a new setting.

This is a minor bump due to the new setting, it also changes the way the connection is initialized, see here.

Pulls:

Issues:

Past

4.0.0

Drops support for Django 2 and python 3.7

Pulls:

... (truncated)

Commits

Updates uk-election-ids from 0.7.5 to 0.8.0

Release notes

Sourced from uk-election-ids's releases.

0.8.0

What's Changed

Full Changelog: DemocracyClub/uk-election-ids@0.7.5...0.8.0

Commits

Updates faker from 20.1.0 to 25.2.0

Release notes

Sourced from faker's releases.

Release v25.2.0

See CHANGELOG.md.

Release v25.1.0

See CHANGELOG.md.

Release v25.0.1

See CHANGELOG.md.

Release v25.0.0

See CHANGELOG.md.

Release v24.14.1

See CHANGELOG.md.

Release v24.14.0

See CHANGELOG.md.

Release v24.13.0

See CHANGELOG.md.

Release v24.12.0

See CHANGELOG.md.

Release v24.11.0

See CHANGELOG.md.

Release v24.10.0

See CHANGELOG.md.

Release v24.9.0

See CHANGELOG.md.

Release v24.8.0

See CHANGELOG.md.

Release v24.7.1

See CHANGELOG.md.

Release v24.7.0

See CHANGELOG.md.

Release v24.6.0

See CHANGELOG.md.

Release v24.5.0

See CHANGELOG.md.

Release v24.4.0

See CHANGELOG.md.

... (truncated)

Changelog

Sourced from faker's changelog.

v25.2.0 - 2024-05-13

  • Update VAT generation in nl_BE to align with correct Belgian format. Thanks @​JorisSpruyt.

v25.1.0 - 2024-05-08

v25.0.1 - 2024-05-02

  • Add type stub file to setup.py.

v25.0.0 - 2024-04-28

v24.14.1 - 2024-04-28

  • Include type stubs in release.

v24.14.0 - 2024-04-25

v24.13.0 - 2024-04-25

v24.12.0 - 2024-04-25

  • Remove offensive word from pl_PL lorem provider. Thanks @​Rey092.

v24.11.0 - 2024-04-17

v24.10.0 - 2024-04-17

  • Update list of first_name_* and last_name in pt_BR PersonProvider. Thanks @​dclobato.

v24.9.0 - 2024-04-12

v24.8.0 - 2024-04-09

  • Fix wrong pricetag format in ru_RU locale. Thanks @​Pandede.

... (truncated)

Commits

Updates requests from 2.31.0 to 2.32.2

Release notes

Sourced from requests's releases.

v2.32.2

2.32.2 (2024-05-21)

Deprecations

  • To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed _get_connection to a new public API, get_connection_with_tls_context. Existing custom HTTPAdapters will need to migrate their code to use this new API. get_connection is considered deprecated in all versions of Requests>=2.32.0.

    A minimal (2-line) example has been provided in the linked PR to ease migration, but we strongly urge users to evaluate if their custom adapter is subject to the same issue described in CVE-2024-35195. (#6710)

v2.32.1

2.32.1 (2024-05-20)

Bugfixes

  • Add missing test certs to the sdist distributed on PyPI.

v2.32.0

2.32.0 (2024-05-20)

🐍 PYCON US 2024 EDITION 🐍

Security

  • Fixed an issue where setting verify=False on the first request from a Session will cause subsequent requests to the same origin to also ignore cert verification, regardless of the value of verify. (GHSA-9wx4-h78v-vm56)

Improvements

  • verify=True now reuses a global SSLContext which should improve request time variance between first and subsequent requests. It should also minimize certificate load time on Windows systems when using a Python version built with OpenSSL 3.x. (#6667)
  • Requests now supports optional use of character detection (chardet or charset_normalizer) when repackaged or vendored. This enables pip and other projects to minimize their vendoring surface area. The Response.text() and apparent_encoding APIs will default to utf-8 if neither library is present. (#6702)

Bugfixes

  • Fixed bug in length detection where emoji length was incorrectly calculated in the request content-length. (#6589)
  • Fixed deserialization bug in JSONDecodeError. (#6629)
  • Fixed bug where an extra leading / (path separator) could lead urllib3 to unnecessarily reparse the request URI. (#6644)

... (truncated)

Changelog

Sourced from requests's changelog.

2.32.2 (2024-05-21)

Deprecations

  • To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed _get_connection to a new public API, get_connection_with_tls_context. Existing custom HTTPAdapters will need to migrate their code to use this new API. get_connection is considered deprecated in all versions of Requests>=2.32.0.

    A minimal (2-line) example has been provided in the linked PR to ease migration, but we strongly urge users to evaluate if their custom adapter is subject to the same issue described in CVE-2024-35195. (#6710)

2.32.1 (2024-05-20)

Bugfixes

  • Add missing test certs to the sdist distributed on PyPI.

2.32.0 (2024-05-20)

Security

  • Fixed an issue where setting verify=False on the first request from a Session will cause subsequent requests to the same origin to also ignore cert verification, regardless of the value of verify. (GHSA-9wx4-h78v-vm56)

Improvements

  • verify=True now reuses a global SSLContext which should improve request time variance between first and subsequent requests. It should also minimize certificate load time on Windows systems when using a Python version built with OpenSSL 3.x. (#6667)
  • Requests now supports optional use of character detection (chardet or charset_normalizer) when repackaged or vendored. This enables pip and other projects to minimize their vendoring surface area. The Response.text() and apparent_encoding APIs will default to utf-8 if neither library is present. (#6702)

Bugfixes

  • Fixed bug in length detection where emoji length was incorrectly calculated in the request content-length. (#6589)
  • Fixed deserialization bug in JSONDecodeError. (#6629)
  • Fixed bug where an extra leading / (path separator) could lead urllib3 to unnecessarily reparse the request URI. (#6644)

Deprecations

... (truncated)

Commits
  • 88dce9d v2.32.2
  • c98e4d1 Merge pull request #6710 from nateprewitt/api_rename
  • 92075b3 Add deprecation warning
  • aa1461b Move _get_connection to get_connection_with_tls_context
  • 970e8ce v2.32.1
  • d6ebc4a v2.32.0
  • 9a40d12 Avoid reloading root certificates to improve concurrent performance (#6667)
  • 0c030f7 Merge pull request #6702 from nateprewitt/no_char_detection
  • 555b870 Allow character detection dependencies to be optional in post-packaging steps
  • d6dded3 Merge pull request #6700 from franekmagiera/update-redirect-to-invalid-uri-test
  • Additional commits viewable in compare view

Updates django-apiblueprint-view from 2.5.0 to 2.5.1

Changelog

Sourced from django-apiblueprint-view's changelog.

📦 2.5.1 - 2023-12-06

  • Tested on Django 5.0
Commits

Updates django-debug-toolbar from 4.2.0 to 4.3.0

Release notes

Sourced from django-debug-toolbar's releases.

4.3

What's Changed

New Contributors

Full Changelog: django-commons/django-debug-toolbar@4.2...4.3

Changelog

Sourced from django-debug-toolbar's changelog.

4.3.0 (2024-02-01)

  • Dropped support for Django 4.0.
  • Added Python 3.12 to test matrix.
  • Removed outdated third-party panels from the list.
  • Avoided the unnecessary work of recursively quoting SQL parameters.
  • Postponed context process in templates panel to include lazy evaluated content.
  • Fixed template panel to avoid evaluating LazyObject when not already evaluated.
  • Added support for Django 5.0.
  • Refactor the utils.get_name_from_obj to simulate the behavior of django.contrib.admindocs.utils.get_view_name.
  • Switched from black to the ruff formatter <https://astral.sh/blog/the-ruff-formatter>__.
  • Changed the default position of the toolbar from top to the upper top position.
  • Added the setting, UPDATE_ON_FETCH to control whether the toolbar automatically updates to the latest AJAX request or not. It defaults to False.
Commits

Updates python-memcached from 1.59 to 1.62

Release notes

Sourced from python-memcached's releases.

1.62 delete() returns 0 for NOT_FOUND or server error (consistent with docstring)

delete() return value no...

Description has been truncated

Bumps the python-packages group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `4.2.7` | `5.0.6` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.38.0` | `2.3.1` |
| [django-pipeline](https://github.com/jazzband/django-pipeline) | `2.1.0` | `3.1.0` |
| [libsass](https://github.com/sass/libsass) | `0.22.0` | `0.23.0` |
| [pip](https://github.com/pypa/pip) | `23.3.1` | `24.0` |
| [django-sesame](https://github.com/aaugustin/django-sesame) | `3.2.1` | `3.2.2` |
| [django-ses](https://github.com/django-ses/django-ses) | `3.5.1` | `4.1.0` |
| [uk-election-ids](https://github.com/DemocracyClub/uk-election-ids) | `0.7.5` | `0.8.0` |
| [faker](https://github.com/joke2k/faker) | `20.1.0` | `25.2.0` |
| [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` |
| [django-apiblueprint-view](https://github.com/chris48s/django-apiblueprint-view) | `2.5.0` | `2.5.1` |
| [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) | `4.2.0` | `4.3.0` |
| [python-memcached](https://github.com/linsomniac/python-memcached) | `1.59` | `1.62` |
| [djangorestframework](https://github.com/encode/django-rest-framework) | `3.14.0` | `3.15.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.5.0` | `3.7.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `8.2.1` |
| [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.7.0` | `4.8.0` |
| [pytest-ruff](https://github.com/businho/pytest-ruff) | `0.2.1` | `0.3.2` |
| [coveralls](https://github.com/TheKevJames/coveralls-python) | `3.3.1` | `4.0.1` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` |
| [ipython](https://github.com/ipython/ipython) | `8.18.1` | `8.24.0` |
| [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.12.0` | `3.14.0` |
| [pytest-socket](https://github.com/miketheman/pytest-socket) | `0.6.0` | `0.7.0` |
| [wheel](https://github.com/pypa/wheel) | `0.42.0` | `0.43.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.6` | `0.4.5` |



Updates `django` from 4.2.7 to 5.0.6
- [Commits](django/django@4.2.7...5.0.6)

Updates `sentry-sdk` from 1.38.0 to 2.3.1
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.38.0...2.3.1)

Updates `django-pipeline` from 2.1.0 to 3.1.0
- [Release notes](https://github.com/jazzband/django-pipeline/releases)
- [Changelog](https://github.com/jazzband/django-pipeline/blob/master/HISTORY.rst)
- [Commits](jazzband/django-pipeline@2.1.0...3.1.0)

Updates `libsass` from 0.22.0 to 0.23.0
- [Release notes](https://github.com/sass/libsass/releases)
- [Commits](https://github.com/sass/libsass/commits)

Updates `pip` from 23.3.1 to 24.0
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@23.3.1...24.0)

Updates `django-sesame` from 3.2.1 to 3.2.2
- [Changelog](https://github.com/aaugustin/django-sesame/blob/main/docs/changelog.rst)
- [Commits](aaugustin/django-sesame@3.2.1...3.2.2)

Updates `django-ses` from 3.5.1 to 4.1.0
- [Release notes](https://github.com/django-ses/django-ses/releases)
- [Changelog](https://github.com/django-ses/django-ses/blob/main/CHANGES.md)
- [Commits](django-ses/django-ses@v3.5.1...v4.1.0)

Updates `uk-election-ids` from 0.7.5 to 0.8.0
- [Release notes](https://github.com/DemocracyClub/uk-election-ids/releases)
- [Changelog](https://github.com/DemocracyClub/uk-election-ids/blob/master/CHANGELOG.md)
- [Commits](DemocracyClub/uk-election-ids@0.7.5...0.8.0)

Updates `faker` from 20.1.0 to 25.2.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v20.1.0...v25.2.0)

Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

Updates `django-apiblueprint-view` from 2.5.0 to 2.5.1
- [Changelog](https://github.com/chris48s/django-apiblueprint-view/blob/master/CHANGELOG.md)
- [Commits](chris48s/django-apiblueprint-view@2.5.0...2.5.1)

Updates `django-debug-toolbar` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/jazzband/django-debug-toolbar/releases)
- [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](django-commons/django-debug-toolbar@4.2...4.3)

Updates `python-memcached` from 1.59 to 1.62
- [Release notes](https://github.com/linsomniac/python-memcached/releases)
- [Changelog](https://github.com/linsomniac/python-memcached/blob/master/ChangeLog)
- [Commits](linsomniac/python-memcached@1.59...1.62)

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

Updates `certifi` from 2023.11.17 to 2024.2.2
- [Commits](certifi/python-certifi@2023.11.17...2024.02.02)

Updates `typing-extensions` from 4.9.0rc1 to 4.12.0rc1
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.9.0rc1...4.12.0rc1)

Updates `pre-commit` from 3.5.0 to 3.7.1
- [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@v3.5.0...v3.7.1)

Updates `pytest` from 7.4.3 to 8.2.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@7.4.3...8.2.1)

Updates `pytest-django` from 4.7.0 to 4.8.0
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst)
- [Commits](pytest-dev/pytest-django@v4.7.0...v4.8.0)

Updates `pytest-ruff` from 0.2.1 to 0.3.2
- [Release notes](https://github.com/businho/pytest-ruff/releases)
- [Commits](businho/pytest-ruff@v0.2.1...v0.3.2)

Updates `coveralls` from 3.3.1 to 4.0.1
- [Release notes](https://github.com/TheKevJames/coveralls-python/releases)
- [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](TheKevJames/coveralls-python@3.3.1...4.0.1)

Updates `pytest-cov` from 4.1.0 to 5.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0)

Updates `ipython` from 8.18.1 to 8.24.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.18.1...8.24.0)

Updates `pytest-mock` from 3.12.0 to 3.14.0
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.12.0...v3.14.0)

Updates `pytest-socket` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/miketheman/pytest-socket/releases)
- [Changelog](https://github.com/miketheman/pytest-socket/blob/main/CHANGELOG.md)
- [Commits](miketheman/pytest-socket@0.6.0...0.7.0)

Updates `wheel` from 0.42.0 to 0.43.0
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.42.0...0.43.0)

Updates `ruff` from 0.1.6 to 0.4.5
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.6...v0.4.5)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: django-pipeline
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: libsass
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pip
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: django-sesame
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: django-ses
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: uk-election-ids
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: django-apiblueprint-view
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: django-debug-toolbar
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: python-memcached
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: djangorestframework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: pytest-django
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest-ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: coveralls
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: ipython
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest-mock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest-socket
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: wheel
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 24, 2024

Superseded by #188.

@dependabot dependabot bot closed this May 24, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-packages-0dd998497c branch May 24, 2024 15:08
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants