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 pip-updates group across 1 directory with 25 updates #388

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the pip-updates group with 25 updates in the / directory:

Package From To
django 5.1 5.1.2
psycopg 3.2.1 3.2.3
govuk-frontend-jinja 3.1.0 3.4.0
pydot 3.0.1 3.0.2
whitenoise 6.7.0 6.8.2
boto3 1.34.158 1.34.162
pydantic 2.8.2 2.9.2
datamodel-code-generator 0.25.9 0.26.2
langchain 0.2.12 0.2.16
hdbscan 0.8.38.post1 0.8.39
sentence-transformers 3.0.1 3.2.1
bertopic 0.16.3 0.16.4
scikit-learn 1.5.1 1.5.2
umap-learn 0.5.6 0.5.7
scipy 1.14.0 1.14.1
sentry-sdk 2.12.0 2.17.0
tiktoken 0.7.0 0.8.0
langchain-community 0.2.11 0.2.17
psutil 6.0.0 6.1.0
langchain-aws 0.1.16 0.1.18
ruff 0.5.7 0.7.2
factory-boy 3.3.0 3.3.1
mypy 1.11.1 1.13.0
pytest-django 4.8.0 4.9.0
django-webtest 1.9.11 1.9.12

Updates django from 5.1 to 5.1.2

Commits
  • c499184 [5.1.x] Bumped version for 5.1.2 release.
  • 6e07a77 [5.1.x] Added release date for 5.1.2.
  • 17fa759 [5.1.x] Fixed #35809 -- Set background color for selected rows in the admin's...
  • e245f62 [5.1.x] Updated translations from Transifex.
  • 6bedb10 [5.1.x] Reindented attributes and methods for classes in docs/ref/middleware....
  • bf64ac3 [5.1.x] Fixed #35670 -- Clarified the return value for LoginRequiredMiddlewar...
  • 5303113 [5.1.x] Relocated path() explanation to docs/ref/urls.txt to simplify tutoria...
  • 22bce64 [5.1.x] Fixed #35734 -- Used JSONB_BUILD_OBJECT database function on PostgreS...
  • 9e146b2 [5.1.x] Made cosmetic edits to the Steering council docs.
  • 251180f [5.1.x] Removed setting the release schedule from Steering Council prerogativ...
  • Additional commits viewable in compare view

Updates psycopg from 3.2.1 to 3.2.3

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Current release

Psycopg 3.2.3 ^^^^^^^^^^^^^

  • Release binary packages including PostgreSQL 17 libpq (:ticket:[#852](https://github.com/psycopg/psycopg/issues/852)).

Psycopg 3.2.2 ^^^^^^^^^^^^^

  • Drop !TypeDef specifications as string from public modules, as they cannot be composed by users as !typing objects previously could (:ticket:[#860](https://github.com/psycopg/psycopg/issues/860)).
  • Release Python 3.13 binary packages.

Psycopg 3.2.1 ^^^^^^^^^^^^^

  • Fix packaging metadata breaking [c], [binary] dependencies (:ticket:[#853](https://github.com/psycopg/psycopg/issues/853)).

Psycopg 3.2

.. rubric:: New top-level features

  • Add support for integer, floating point, boolean NumPy scalar types__ (:ticket:[#332](https://github.com/psycopg/psycopg/issues/332)).
  • Add !timeout and !stop_after parameters to Connection.notifies() (:ticket:340).
  • Allow dumpers to return !None, to be converted to NULL (:ticket:[#377](https://github.com/psycopg/psycopg/issues/377)).
  • Add :ref:raw-query-cursors to execute queries using placeholders in PostgreSQL format ($1, $2...) (:tickets:[#560](https://github.com/psycopg/psycopg/issues/560), [#839](https://github.com/psycopg/psycopg/issues/839)).
  • Add capabilities object to :ref:inspect the libpq capabilities <capabilities> (:ticket:[#772](https://github.com/psycopg/psycopg/issues/772)).
  • Add ~rows.scalar_row to return scalar values from a query (:ticket:[#723](https://github.com/psycopg/psycopg/issues/723)).
  • Add ~Connection.cancel_safe() for encrypted and non-blocking cancellation when using libpq v17. Use such method internally to implement

... (truncated)

Commits
  • ce8f073 chore: bump psycopg package version to 3.2.3
  • 9af9267 Merge pull request #917 from psycopg/pg17
  • 9c9369b docs: mention PostgreSQL 17 in binary packages in the news file
  • d0b1a3a ci: install flex to build libpq
  • 17e8d85 ci(macos): fix dylib path for postgres 17 from brew
  • d066132 ci(macos): update brew to install PostgreSQL 17
  • 2cc362e ci: bump to PostgreSQL 17 in binary packages
  • 810bfcf chore: add PostgreSQL 17 TRANSACTION_TIMEOUT error
  • 2a02421 ci: Add PostgreSQL 17 to CI test grid, remove PostgreSQL 11
  • bea783d fix(windows): resolve absolute path to libpq
  • Additional commits viewable in compare view

Updates govuk-frontend-jinja from 3.1.0 to 3.4.0

Release notes

Sourced from govuk-frontend-jinja's releases.

3.4.0

Added

Removed

  • Python 3.8 support

3.3.0

Added

3.2.0

Added

Changelog

Sourced from govuk-frontend-jinja's changelog.

3.4.0 - 15/10/2024

Added

Removed

  • Python 3.8 support

3.3.0 - 29/08/2024

Added

3.2.0 - 27/08/2024

Added

Commits

Updates pydot from 3.0.1 to 3.0.2

Changelog

Sourced from pydot's changelog.

3.0.2 (2024-09-25)

Added:

  • All to_string() methods now accept an indent keyword argument, which can be either a number or a string. indentation=4 will indent each level of the output with four spaces. indentation=" " will indent each level by that many spaces. Other whitespace is also valid, e.g. indent="\t" for tab indents. (#359)

Changed:

  • Fixed quoting of identifiers with dots. (#419)
  • Fixed quoting of leading-numeral strings (strings starting with a number). (#411)
  • Fixed pickling/copying of Dot objects. (#403)
  • Improved handling of temporary files. Temporary files will be cleaned up in all cases, even when exceptions are raised or things exit unexpectedly. (#394)
  • From now on, the license files will be included in the distributed release as expected. (#392)
Commits
  • 754f3e8 Preparing release 3.0.2
  • 1bbe42f Prepare changelog for 3.0.2 (#421)
  • b358a83 Remove periods from unquoted alphanumeric IDs (#419)
  • 97b65a2 Bump actions/setup-python from 5.1.1 to 5.2.0 (#416)
  • 9f51542 Bump github/codeql-action from 3.25.15 to 3.26.6 (#417)
  • 6bd0237 Implement indentation for all to_string() methods (#359)
  • e784e48 Remove deprecated parts of test_pydot.py (#415)
  • 39bd465 Exclude _vendor from coverage and display badge in README (#414)
  • f3a2b83 Tests: Add coverage, use pytest as test runner (#395)
  • 9fee4a3 Experimentally create separate ruff-check/fix envs (#412)
  • Additional commits viewable in compare view

Updates whitenoise from 6.7.0 to 6.8.2

Changelog

Sourced from whitenoise's changelog.

6.8.2 (2024-10-29)

  • Fix compression speed gains for the thread pool when running Django’s collectstatic. The thread pool had no effect due to use of a generator for the results, a refactoring introduced when reviewing the initial PR.

    Thanks to Petr Přikryl for the investigation and fix in PR [#616](https://github.com/evansd/whitenoise/issues/616) <https://github.com/evansd/whitenoise/pull/616>__.

6.8.1 (2024-10-28)

  • Raise any errors from threads in the whitenoise.compress command.

    Regression in 6.8.0. Thanks to Tom Grainger for the spotting this with a comment on PR [#484](https://github.com/evansd/whitenoise/issues/484) <https://github.com/evansd/whitenoise/pull/484#discussion_r1818989096>__.

6.8.0 (2024-10-28)

  • Drop Django 3.2 to 4.1 support.

  • Drop Python 3.8 support.

  • Support Python 3.13.

  • Fix a bug introduced in version 6.0.0 where Range requests could lead to database connection errors in other requests.

    Thanks to Per Myren for the detailed investigation and fix in PR [#612](https://github.com/evansd/whitenoise/issues/612) <https://github.com/evansd/whitenoise/pull/612>__.

  • Use Django’s |FORCE_SCRIPT_NAME|__ setting correctly. This reverts a change from version 5.3.0 that added a call to Django’s |get_script_prefix() method|__ outside of the request-response cycle.

    .. |FORCE_SCRIPT_NAME| replace:: FORCE_SCRIPT_NAME __ https://docs.djangoproject.com/en/stable/ref/settings/#std:setting-FORCE_SCRIPT_NAME

    .. |get_script_prefix() method| replace:: get_script_prefix() method __ https://docs.djangoproject.com/en/stable/ref/urlresolvers/#django.urls.get_script_prefix

    Thanks to Sarah Boyce in PR [#486](https://github.com/evansd/whitenoise/issues/486) <https://github.com/evansd/whitenoise/pull/486>__.

  • Compress files using a thread pool. This speeds up the compression step up to four times in benchmarks.

    Thanks to Anthony Ricaud in PR [#484](https://github.com/evansd/whitenoise/issues/484) <https://github.com/evansd/whitenoise/pull/484>__.

Commits

Updates boto3 from 1.34.158 to 1.34.162

Commits
  • 59518e4 Merge branch 'release-1.34.162'
  • add8a63 Bumping version to 1.34.162
  • 2ec9480 Add changelog entries from botocore
  • 2f927ce Merge branch 'release-1.34.161'
  • 8268877 Merge branch 'release-1.34.161' into develop
  • c36a3f2 Bumping version to 1.34.161
  • d4b6006 Add changelog entries from botocore
  • 7eb51bd Merge branch 'release-1.34.160'
  • 27dcf72 Merge branch 'release-1.34.160' into develop
  • edc8a5c Bumping version to 1.34.160
  • Additional commits viewable in compare view

Updates pydantic from 2.8.2 to 2.9.2

Release notes

Sourced from pydantic's releases.

v2.9.2 (2024-09-17)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.9.1...v2.9.2

v2.9.1 (2024-09-09)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.9.0...v2.9.1

v2.9.0 (2024-09-05)

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

Check out our blog post to learn more about the release highlights!

What's Changed

Packaging

New Features

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.9.2 (2024-09-17)

GitHub release

What's Changed

Fixes

v2.9.1 (2024-09-09)

GitHub release

What's Changed

Fixes

v2.9.0 (2024-09-05)

GitHub release

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

What's Changed

Packaging

New Features

... (truncated)

Commits
  • 7cedbfb history updates
  • 7eab2b8 v bump
  • c0a288f Fix ZoneInfo with various invalid types (#10408)
  • ea6115d Fix variance issue in _IncEx type alias, only allow True (#10414)
  • fbfe25a Fix serialization schema generation when using PlainValidator (#10427)
  • 26cff3c Adding notes on designing callable discriminators (#10400)
  • 8a0e7ad Do not error when trying to evaluate annotations of private attributes (#10358)
  • ecc5275 bump
  • 2c61bfd Fix evaluation of stringified annotations during namespace inspection (#10347)
  • 3d364cb Use correct types namespace when building namedtuple core schemas (#10337)
  • Additional commits viewable in compare view

Updates datamodel-code-generator from 0.25.9 to 0.26.2

Release notes

Sourced from datamodel-code-generator's releases.

0.26.2

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.26.1...0.26.2

0.26.1

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.26.0...0.26.1

0.26.0

What's Changed

Breaking Changes

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.25.9...0.26.0

Commits

Updates langchain from 0.2.12 to 0.2.16

Commits

Updates hdbscan from 0.8.38.post1 to 0.8.39

Release notes

Sourced from hdbscan's releases.

release-0.8.39

What's Changed

New Contributors

Full Changelog: scikit-learn-contrib/hdbscan@release-0.8.38-2...release-0.8.39

release-0.8.38.post2

What's Changed

Full Changelog: scikit-learn-contrib/hdbscan@release-0.8.38-1...release-0.8.38.post2

release-0.8.38-2

What's Changed

Full Changelog: scikit-learn-contrib/hdbscan@release-0.8.38-1...release-0.8.38-2

Commits

Updates sentence-transformers from 3.0.1 to 3.2.1

Release notes

Sourced from sentence-transformers's releases.

v3.2.1 - Patch CLIP loading, small ONNX fix, compatibility with other libraries

This patch release fixes some small bugs, such as related to loading CLIP models, automatic model card generation issues, and ensuring compatibility with third party libraries.

Install this version with

# Training + Inference
pip install sentence-transformers[train]==3.2.1
Inference only, use one of:
pip install sentence-transformers==3.2.1
pip install sentence-transformers[onnx-gpu]==3.2.1
pip install sentence-transformers[onnx]==3.2.1
pip install sentence-transformers[openvino]==3.2.1

Fixing Loading non-Transformer models

In v3.2.0, a non-Transformer based model (e.g. CLIP) would not load correctly if the model was saved in the root of the model repository/directory. This has been resolved in #3007.

Throw error if StaticEmbedding-based model is finetuned with incompatible losses

The following losses are not compatible with StaticEmbedding-based models:

  • CachedGISTEmbedLoss
  • CachedMultipleNegativesRankingLoss
  • CachedMultipleNegativesSymmetricRankingLoss
  • DenoisingAutoEncoderLoss
  • GISTEmbedLoss

An error is now thrown when one of these are used with a StaticEmbedding-based model. I recommend using MultipleNegativesRankingLoss to finetune these models, e.g. as in https://huggingface.co/tomaarsen/static-bert-uncased-gooaq. Note: to get good performance, you must use much higher learning rates than otherwise. In my experiments, 2e-1 worked well.

Patch ONNX model when the model uses output_hidden_states

For example, this script used to fail, but passes now:

from sentence_transformers import SentenceTransformer
model = SentenceTransformer(
"distiluse-base-multilingual-cased",
backend="onnx",
model_kwargs={"provider": "CPUExecutionProvider"},
)
sentences = ["This is an example sentence", "Each sentence is converted"]
embeddings = model.encode(sentences)
print(embeddings.shape)

All changes

... (truncated)

Commits
  • dd76c03 Merge branch 'master' into v3.2-release; version to 3.2.1
  • f286d9f [fix] Prevent IndexError if output_hidden_states & ONNX (#3008)
  • a028b58 [warn] Throw a warning if compute_metrics is set, as it's not used (#3002)
  • dc79f13 Fix cache_dir issue with loading CLIPModel (#3007)
  • 29535eb [fix] Added model2vec import compatible with current and newer version (#2992)
  • 0e59af6 [model cards] Prevent crash on generating widgets if dataset column is empt...
  • 5e1a7a4 [enh] Add support for large_string in model card create (#2999)
  • 2fa3ed4 Fix copy-paste error in a comment
  • 1802076 [fix] Fix semantic_search_usearch with 'binary' (#2989)
  • 72d5649 [enh] Throw error if StaticEmbedding-based model is trained with incompatib...
  • Additional commits viewable in compare view

Updates bertopic from 0.16.3 to 0.16.4

Release notes

Sourced from bertopic's releases.

v0.16.4

Changelog

Sourced from bertopic's changelog.

Version 0.16.4

Release date: 9 October, 2024

Commits

Bumps the pip-updates group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `5.1` | `5.1.2` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.2.1` | `3.2.3` |
| [govuk-frontend-jinja](https://github.com/LandRegistry/govuk-frontend-jinja) | `3.1.0` | `3.4.0` |
| [pydot](https://github.com/pydot/pydot) | `3.0.1` | `3.0.2` |
| [whitenoise](https://github.com/evansd/whitenoise) | `6.7.0` | `6.8.2` |
| [boto3](https://github.com/boto/boto3) | `1.34.158` | `1.34.162` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.2` |
| [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) | `0.25.9` | `0.26.2` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.2.12` | `0.2.16` |
| [hdbscan](https://github.com/scikit-learn-contrib/hdbscan) | `0.8.38.post1` | `0.8.39` |
| [sentence-transformers](https://github.com/UKPLab/sentence-transformers) | `3.0.1` | `3.2.1` |
| [bertopic](https://github.com/MaartenGr/BERTopic) | `0.16.3` | `0.16.4` |
| [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.5.1` | `1.5.2` |
| [umap-learn](https://github.com/lmcinnes/umap) | `0.5.6` | `0.5.7` |
| [scipy](https://github.com/scipy/scipy) | `1.14.0` | `1.14.1` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.12.0` | `2.17.0` |
| [tiktoken](https://github.com/openai/tiktoken) | `0.7.0` | `0.8.0` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.2.11` | `0.2.17` |
| [psutil](https://github.com/giampaolo/psutil) | `6.0.0` | `6.1.0` |
| [langchain-aws](https://github.com/langchain-ai/langchain-aws) | `0.1.16` | `0.1.18` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.7` | `0.7.2` |
| [factory-boy](https://github.com/FactoryBoy/factory_boy) | `3.3.0` | `3.3.1` |
| [mypy](https://github.com/python/mypy) | `1.11.1` | `1.13.0` |
| [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.8.0` | `4.9.0` |
| [django-webtest](https://github.com/django-webtest/django-webtest) | `1.9.11` | `1.9.12` |



Updates `django` from 5.1 to 5.1.2
- [Commits](django/django@5.1...5.1.2)

Updates `psycopg` from 3.2.1 to 3.2.3
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.1...3.2.3)

Updates `govuk-frontend-jinja` from 3.1.0 to 3.4.0
- [Release notes](https://github.com/LandRegistry/govuk-frontend-jinja/releases)
- [Changelog](https://github.com/LandRegistry/govuk-frontend-jinja/blob/main/CHANGELOG.md)
- [Commits](LandRegistry/govuk-frontend-jinja@3.1.0...3.4.0)

Updates `pydot` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/pydot/pydot/blob/main/ChangeLog)
- [Commits](pydot/pydot@v3.0.1...v3.0.2)

Updates `whitenoise` from 6.7.0 to 6.8.2
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](evansd/whitenoise@6.7.0...6.8.2)

Updates `boto3` from 1.34.158 to 1.34.162
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.158...1.34.162)

Updates `pydantic` from 2.8.2 to 2.9.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.2...v2.9.2)

Updates `datamodel-code-generator` from 0.25.9 to 0.26.2
- [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases)
- [Commits](koxudaxi/datamodel-code-generator@0.25.9...0.26.2)

Updates `langchain` from 0.2.12 to 0.2.16
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.2.12...langchain==0.2.16)

Updates `hdbscan` from 0.8.38.post1 to 0.8.39
- [Release notes](https://github.com/scikit-learn-contrib/hdbscan/releases)
- [Commits](scikit-learn-contrib/hdbscan@release-0.8.38-1...release-0.8.39)

Updates `sentence-transformers` from 3.0.1 to 3.2.1
- [Release notes](https://github.com/UKPLab/sentence-transformers/releases)
- [Commits](UKPLab/sentence-transformers@v3.0.1...v3.2.1)

Updates `bertopic` from 0.16.3 to 0.16.4
- [Release notes](https://github.com/MaartenGr/BERTopic/releases)
- [Changelog](https://github.com/MaartenGr/BERTopic/blob/master/docs/changelog.md)
- [Commits](MaartenGr/BERTopic@v0.16.3...v0.16.4)

Updates `scikit-learn` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.5.1...1.5.2)

Updates `umap-learn` from 0.5.6 to 0.5.7
- [Release notes](https://github.com/lmcinnes/umap/releases)
- [Changelog](https://github.com/lmcinnes/umap/blob/master/doc/release_notes.rst)
- [Commits](lmcinnes/umap@release-0.5.6...release-0.5.7)

Updates `scipy` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.14.0...v1.14.1)

Updates `sentry-sdk` from 2.12.0 to 2.17.0
- [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.12.0...2.17.0)

Updates `tiktoken` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/openai/tiktoken/releases)
- [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md)
- [Commits](openai/tiktoken@0.7.0...0.8.0)

Updates `langchain-community` from 0.2.11 to 0.2.17
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-community==0.2.11...langchain-community==0.2.17)

Updates `psutil` from 6.0.0 to 6.1.0
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-6.0.0...release-6.1.0)

Updates `langchain-aws` from 0.1.16 to 0.1.18
- [Release notes](https://github.com/langchain-ai/langchain-aws/releases)
- [Commits](langchain-ai/langchain-aws@v0.1.16...v0.1.18)

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

Updates `factory-boy` from 3.3.0 to 3.3.1
- [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst)
- [Commits](FactoryBoy/factory_boy@3.3.0...3.3.1)

Updates `mypy` from 1.11.1 to 1.13.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.1...v1.13.0)

Updates `pytest-django` from 4.8.0 to 4.9.0
- [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.8.0...v4.9.0)

Updates `django-webtest` from 1.9.11 to 1.9.12
- [Changelog](https://github.com/django-webtest/django-webtest/blob/master/CHANGES.rst)
- [Commits](django-webtest/django-webtest@1.9.11...1.9.12)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: psycopg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: govuk-frontend-jinja
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-updates
- dependency-name: pydot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: whitenoise
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-updates
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-updates
- dependency-name: datamodel-code-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-updates
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: hdbscan
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: sentence-transformers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-updates
- dependency-name: bertopic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: scikit-learn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: umap-learn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-updates
- dependency-name: tiktoken
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-updates
- dependency-name: langchain-community
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-updates
- dependency-name: langchain-aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-updates
- dependency-name: factory-boy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-updates
- dependency-name: pytest-django
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-updates
- dependency-name: django-webtest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-updates
...

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 Nov 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

Superseded by #389.

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot/pip/pip-updates-3abfdef0e6 branch November 11, 2024 05:18
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.

0 participants