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 with 19 updates #147

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps the python-packages group with 19 updates:

Package From To
django 4.2.7 5.0.2
sentry-sdk 1.38.0 1.40.3
django-pipeline 2.1.0 3.0.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 3.5.2
faker 20.1.0 23.1.0
django-apiblueprint-view 2.5.0 2.5.1
django-debug-toolbar 4.2.0 4.3.0
python-memcached 1.59 1.62
certifi 2023.11.17 2024.2.2
typing-extensions 4.9.0rc1 4.9.0
pre-commit 3.5.0 3.6.1
pytest 7.4.3 8.0.0
pytest-django 4.7.0 4.8.0
ipython 8.18.1 8.21.0
pytest-socket 0.6.0 0.7.0
ruff 0.1.6 0.2.1

Updates django from 4.2.7 to 5.0.2

Commits
  • 428d06c [5.0.x] Bumped version for 5.0.2 release.
  • 16a8fe1 [5.0.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template ...
  • 2cfa3fb [5.0.x] Changed severity levels to list in security policy docs.
  • 761946f [5.0.x] Fixed #35149 -- Fixed crashes of db_default with unresolvable output ...
  • 914eee1 [5.0.x] Refs #35149 -- Made equivalent db_default alterations noops.
  • 3e7a30f [5.0.x] Fixed #35162 -- Fixed crash when adding fields with db_default on MySQL.
  • 741f080 [5.0.x] Fixed #35147 -- Added backward incompatibility note about filtering a...
  • 58d5e57 [5.0.x] Fixed typo in docs/topics/db/managers.txt.
  • a8f9c29 [5.0.x] Removed mention of designers in DTL design philosophy.
  • 06b05c7 [5.0.x] Refs #34936 -- Added test for altering DecimalField with db_default t...
  • Additional commits viewable in compare view

Updates sentry-sdk from 1.38.0 to 1.40.3

Release notes

Sourced from sentry-sdk's releases.

1.40.3

Various fixes & improvements

1.40.2

Various fixes & improvements

1.40.1

Various fixes & improvements

1.40.0

Various fixes & improvements

1.39.2

Various fixes & improvements

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

1.40.3

Various fixes & improvements

1.40.2

Various fixes & improvements

1.40.1

Various fixes & improvements

1.40.0

Various fixes & improvements

1.39.2

Various fixes & improvements

... (truncated)

Commits

Updates django-pipeline from 2.1.0 to 3.0.0

Release notes

Sourced from django-pipeline's releases.

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.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
  • 14b6d2c Update history and docs conf to release v3 (#804)
  • 7b4eea1 Add django 5 support (#803)
  • b9e6356 Add Python 3.12 support (#802)
  • c286019 avoid the use of pkg_resources when importlib.metadata is available (#799)
  • 0dd41a3 Add noqa positions after applying black format
  • 9aa8be1 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 3a0bb76 Add black to pre-commit with pyproject config
  • bb7a4a9 Remove format flag from ruff command
  • bc2a5f5 Use Pypy 3.10, drop Python 3.7 and Django 2
  • e459d87 Add test for django 4.2 (#793)
  • 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 3.5.2

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

3.5.1/3.5.2

Double release because the wrong commit was tagged, sorry.

Pulls:

Past

3.5.0

Pulls:

Fixes:

3.4.1

Pulls:

... (truncated)

Commits

Updates faker from 20.1.0 to 23.1.0

Release notes

Sourced from faker's releases.

Release v23.1.0

See CHANGELOG.md.

Release v23.0.0

See CHANGELOG.md.

Release v22.7.0

See CHANGELOG.md.

Release v22.6.0

See CHANGELOG.md.

Release v22.5.1

See CHANGELOG.md.

Release v22.5.0

See CHANGELOG.md.

Release v22.4.0

See CHANGELOG.md.

Release v22.3.0

See CHANGELOG.md.

Release v22.2.0

See CHANGELOG.md.

Release v22.1.0

See CHANGELOG.md.

Release v22.0.0

See CHANGELOG.md.

Release v21.0.1

See CHANGELOG.md.

Release v21.0.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v23.1.0 - 2024-02-07

  • Add uk_UA lorem provider. Thanks @​lozik.

v23.0.0 - 2024-02-06

  • Consistently throw an error if the start of a daterange is after the end. Thanks @​prescod.

v22.7.0 - 2024-02-05

  • Add uk_UA automotive provider. Thanks @​lozik.

v22.6.0 - 2024-01-29

  • Add support for birthday and gender to uk_UA ssn method. Thanks @​lozik.

v22.5.1 - 2024-01-23

  • Add area code 830000 to zh_CN. Thanks @​antik.
  • Add area_code parameter to ssn provider for zh_CN. Thanks @​antik.

[v22.5.0 - 2024-01-22](https://github.com/joke2k/faker/compare/v22.

4.0...v22.5.0)

[v22.4.0 - 2024-01-19](https://github.com/joke2k/faker/compare/v22.

3.0...v22.4.0)

v22.3.0 - 2024-01-19

v22.2.0 - 2024-01-10

v22.1.0 - 2024-01-08

  • Add support for multiple file systems path rules. Thanks @​parsariyahi.

v22.0.0 - 2023-12-29

  • Remove dot from file_name when extention is the empty string. Thanks @​gotofritz
  • Allow extension in file_path to take a list of allowed extensions, or empty for "no extension". Thanks @​gotofritz

v21.0.1 - 2023-12-29

... (truncated)

Commits

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 now is 1 for "DELETED" and 0 for "NOT_FOUND" or server error. (Nick Pope PR #190) This is consistent with the docstring.

1.61 Fixing date in Changelog

This is a documentation-only fix, fixing the date in the Changelog in the 1.60 release. See that release for the full set of changes.

1.60: Many bug-fixes (2023)

  • Allow to use a datetime.timedelta parameter for Client.set (PR from Theo Massard)
  • Fix cmemcahe_hash 0 values being translated to 1 (PR from Chow Loong Jin)
  • Fix tuple key support in multi methods (PR from Sergii Mikhtoniuk) #154
  • Add support for default value in get (PR from Jakub Szafrański)
  • test_memcache.py: try import unittest.mock (PR from Tim Orling)
  • Use == as suggested by Python 3.8 (PR from @​za)
  • Decoding in slab funcs, replacing "1" with "True" in while. #175
  • Tell PyPI to parse README as markdown (PR from @​MartinThoma) #168
  • test_memcache.py: try import unittest.mock (PR from @​moto-timo) #172
  • Removed Python 2.7 from setup.cfg, adding 3.8-3.12
  • Add support for default value in get() (PR from @​samupl) #158
  • Fix tuple key support in multi methods (regression in 1.55). (PR from @​sergiimk) #155
  • Fix cmemcahe_hash 0 values being translated to 1. For example "ob" would hash to 0 and then get converted to 1. Looks like this dated back to 2009, the original code we imported for that hash function. (PR from @​hyperair) #152
  • Removing six.PY2/3 conditionals
  • Removing "time" from delete and making expiry mandatory in touch. (port of @​erankor's PR in #30 )
  • Added quit() method. This method sends the 'quit' command to the servers and then closes the connections, reducing the number of TIME_WAIT sockets hanging around the OS. (PR from @​userrl) #15
  • Allow to use a datetime.timedelta parameter for Client.set (PR from @​tbobm) #146
  • Allow keys to be encoded before use. (Port of PR in #52 from @​harlowja)
  • Removing historic python 2to3 code and deprecated socket.error (for OSError). (PR from @​pgajdos) #186
  • Updating to the latest PSF license
Commits
  • 5c5cb1b Unused release files removed (using github actions now), preparing for release
  • b5d59ca Updating ChangeLog
  • 880fe69 Merge pull request #190 from ngnpope/fix-delete-return
  • c9a1626 Fixed return value from delete command.
  • deac889 Adding changelog entry
  • b515221 Merge pull request #189 from ngnpope/cleanup-travis-ci
  • 718233c Removed obsolete configuration for Travis CI.
  • f0eba6e Fixed the "2024" date typo in the ChangeLog
  • 0221f35 Fixing year in ChangeLog entry
  • 36beb9c Adding changelog entry
  • Additional commits viewable in compare view

Updates certifi from 2023.11.17 to 2024.2.2

Commits
  • 45eb611 2024.02.02 (#266)
  • 83f4f04 fix leaking certificate issue (#265)
  • bbf2208 Bump actions/upload-artifact from 4.2.0 to 4.3.0 (#264)
  • 9e837a5 Bump actions/upload-artifact from 4.1.0 to 4.2.0 (#262)
  • 05d071b Bump actions/upload-artifact from 4.0.0 to 4.1.0 (#261)
  • 2a3088a Bump actions/download-artifact from 4.1.0 to 4.1.1 (#260)
  • d4ca66e Bump actions/upload-artifact from 3.1.3 to 4.0.0 (#258)
  • 5d15663 Bump actions/download-artifact from 3.0.2 to 4.1.0 (#257)
  • d66ef9d Bump actions/setup-python from 4.7.1 to 5.0.0 (#256)
  • 8f0d412 Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (#255)
  • Additional commits viewable in compare view

Updates typing-extensions from 4.9.0rc1 to 4.9.0

Release notes

Sourced from typing-extensions's releases.

4.9.0

This feature release adds typing_extensions.ReadOnly, as specified by PEP 705, and makes various other improvements, especially to @typing_extensions.deprecated().

There are no changes since 4.9.0rc1.

Changelog

Sourced from typing-extensions's changelog.

Release 4.9.0 (December 9, 2023)

This feature release adds typing_extensions.ReadOnly, as specified by PEP 705, and makes various other improvements, especially to @typing_extensions.deprecated().

There are no changes since 4.9.0rc1.

Commits

Updates pre-commit from 3.5.0 to 3...

Description has been truncated

Bumps the python-packages group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `4.2.7` | `5.0.2` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.38.0` | `1.40.3` |
| [django-pipeline](https://github.com/jazzband/django-pipeline) | `2.1.0` | `3.0.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` | `3.5.2` |
| [faker](https://github.com/joke2k/faker) | `20.1.0` | `23.1.0` |
| [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` |
| [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2024.2.2` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.9.0rc1` | `4.9.0` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.5.0` | `3.6.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `8.0.0` |
| [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.7.0` | `4.8.0` |
| [ipython](https://github.com/ipython/ipython) | `8.18.1` | `8.21.0` |
| [pytest-socket](https://github.com/miketheman/pytest-socket) | `0.6.0` | `0.7.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.6` | `0.2.1` |


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

Updates `sentry-sdk` from 1.38.0 to 1.40.3
- [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...1.40.3)

Updates `django-pipeline` from 2.1.0 to 3.0.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.0.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 3.5.2
- [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...v3.5.2)

Updates `faker` from 20.1.0 to 23.1.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...v23.1.0)

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 `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.9.0
- [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.9.0)

Updates `pre-commit` from 3.5.0 to 3.6.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.6.1)

Updates `pytest` from 7.4.3 to 8.0.0
- [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.0.0)

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 `ipython` from 8.18.1 to 8.21.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.18.1...8.21.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 `ruff` from 0.1.6 to 0.2.1
- [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.2.1)

---
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-minor
  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-patch
  dependency-group: python-packages
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: 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-patch
  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: ipython
  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: 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 Feb 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2024

Superseded by #148.

@dependabot dependabot bot closed this Feb 13, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-packages-3f76778bf4 branch February 13, 2024 14:39
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