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 22 updates #384

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the pip-updates group with 22 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.3.0
pydot 3.0.1 3.0.2
boto3 1.34.158 1.34.162
pydantic 2.8.2 2.9.2
datamodel-code-generator 0.25.9 0.26.1
langchain 0.2.12 0.2.16
hdbscan 0.8.38.post1 0.8.39
sentence-transformers 3.0.1 3.2.0
bertopic 0.16.3 0.16.4
scikit-learn 1.5.1 1.5.2
scipy 1.14.0 1.14.1
sentry-sdk 2.12.0 2.16.0
tiktoken 0.7.0 0.8.0
langchain-community 0.2.11 0.2.17
langchain-aws 0.1.16 0.1.18
ruff 0.5.7 0.6.9
factory-boy 3.3.0 3.3.1
mypy 1.11.1 1.11.2
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.3.0

Release notes

Sourced from govuk-frontend-jinja's releases.

3.3.0

Added

3.2.0

Added

Changelog

Sourced from govuk-frontend-jinja's changelog.

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 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.1

Release notes

Sourced from datamodel-code-generator's releases.

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

Release notes

Sourced from langchain's releases.

langchain-community==0.2.16

Changes since langchain-community==0.2.15

community[patch]: Release 0.2.16 (#25982) community[patch]: change default Neo4j username/password (#25226) community: sambastudio llms api v2 support (#25063) docs: Add missing args in api doc of WebResearchRetriever (#25949) community[patch]: added option to change how duckduckgosearchresults tool converts api outputs into string (#22580) community[patch]: update the default hf bge embeddings (#22627) docs: integrations reference updates 13 (#25711) community[minor]: jina search tools integrating (jina reader) (#23339) community[patch]: BingSearchResults returns raw snippets as artifact(#23304) community[patch]: added content_columns option to CSVLoader (#23809) community: Resolve refs recursively when generating openai_fn from OpenAPI spec (#19002) community: fix bug to support for file_search tool from OpenAI (#25927) Feature/update hunyuan (#25779) community: add Intel GPU support to ipex-llm llm integration (#22458) improve llamacpp embeddings (#12972) community[neo4j_vector]: make embedding dimension check optional (#25737) community[patch], docs: Add API reference doc for GraphVectorStore (#25751)

langchain==0.2.16

Changes since langchain==0.2.15

langchain[patch]: Release 0.2.16 (#25977) docs: integrations reference updates 13 (#25711) qdrant: Updated class check in Self-Query Retriever factory (#25877) add neo4j query constructor for self query (#25288) infra: rm together lagnchain test dp (#25866) langchain_openai: Add "strict" parameter to OpenAIFunctionsAgent (#25862) langchain[patch]: fix moderation chain init (#25778)

langchain==0.2.15

Changes since langchain==0.2.14

langchain[patch]: Release 0.2.15 (#25802) date_time_parser (#25763) all: Improve make lint command (#25344) docs: api ref to new site somewheres (#25679) core: pydantic output parser streaming fix (#24415) langchain: Fix type warnings when passing Runnable as agent to AgentExecutor (#24750) fix issue: cannot use document_variable_name to override context in create_stuff_documents_chain (#25531) docs: fix Agent deprecation msg (#25464) [experimental]: minor fix to open assistants code (#24682) langchain[patch]: deprecate various chains (#25310)

langchain-community==0.2.15

Changes since langchain-community==0.2.14

community[patch]: bump + fix core dep (#25901)

... (truncated)

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.0

Release notes

Sourced from sentence-transformers's releases.

v3.2.0 - ONNX and OpenVINO backends offering 2-3x speedup; Static Embeddings offering 50x-500x speedups at ~10-20% performance cost

This release introduces 2 new efficient computing backends for SentenceTransformer models: ONNX and OpenVINO + optimization & quantization, allowing for speedups up to 2x-3x; static embeddings via Model2Vec allowing for lightning-fast models (i.e., 50x-500x speedups) at a ~10%-20% performance cost; and various small improvements and fixes.

Install this version with

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

Faster ONNX and OpenVINO Backends for SentenceTransformer (#2712)

Introducing a new backend keyword argument to the SentenceTransformer initialization, allowing values of "torch" (default), "onnx", and "openvino". These come with new installations:

pip install sentence-transformers[onnx-gpu]
# or ONNX for CPU only:
pip install sentence-transformers[onnx]
# or
pip install sentence-transformers[openvino]

It's as simple as:

from sentence_transformers import SentenceTransformer
model = SentenceTransformer("all-MiniLM-L6-v2", backend="onnx")
sentences = ["This is an example sentence", "Each sentence is converted"]
embeddings = model.encode(sentences)

If you specify a backend and your model repository or directory contains an ONNX/OpenVINO model file, it will automatically be used! And if your model repository or directory doesn't have one already, an ONNX/OpenVINO model will be automatically exported. Just remember to model.push_to_hub or model.save_pretrained into the same model repository or directory to avoid having to re-export the model every time.

All keyword arguments passed via model_kwargs will be passed on to ORTModel.from_pretrained or OVBaseModel.from_pretrained. The most useful arguments are:

  • provider: (Only if backend="onnx") ONNX Runtime provider to use for loading the model, e.g. "CPUExecutionProvider" . See https://onnxruntime.ai/docs/execution-providers/ for possible providers. If not specified, the strongest provider (E.g. "CUDAExecutionProvider") will be used.
  • file_name: The name of the ONNX file to load. If not specified, will default to "model.onnx" or otherwise "onnx/model.onnx" for ONNX, and "openvino_model.xml" and "openvino/openvino_model.xml" for OpenVINO. This argument is useful for specifying optimized or quantized models.
  • export: A boolean flag specifying whether the model will be exported. If not provided, export will be set to True if the model repository or directory does not already contain an ONNX or OpenVINO model.

For example:

from sentence_transformers import SentenceTransformer
model = SentenceTransformer(
"all-MiniLM-L6-v2",
backend="onnx",
model_kwargs={
</tr></table>

... (truncated)

Commits
  • 402198f Release v3.2.0
  • adbf0ba Add backends: ONNX & OpenVINO + ONNX optimization, quantization (#2712)
  • 130bdea Add from_model2vec/from_distillation to docs (#2978)
  • f85b502 Refine mine_hard_negatives arguments (#2977)
  • 7855327 [feat] Add lightning-fast StaticEmbedding module based on model2vec (#2961)
  • 07ae865 [ENH] Improve code quality in CrossEncoder.rank + test (#2947)
  • b6f1142 Add negatives in CachedGISTEmbedLoss (#2946)
  • a7cc68f [model cards] Keep evaluation order in training logs if there's multiple ev...
  • 4f43de6 [feat] Add query prompts to Information Retrieval Evaluator (#2951)
  • 80393d0 [fix] Only save first module in root if "save_in_root" is specified. (#2957)
  • 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

Updates scikit-learn from 1.5.1 to 1.5.2

Release notes

Sourced from scikit-learn's releases.

Scikit-learn 1.5.2

We're happy to announce the 1.5.2 release.

This release contains fixes for a few regressions introduced in 1.5.

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.5.html#version-1-5-2

You can upgrade with pip as usual:

<...

Description has been truncated

Bumps the pip-updates group with 22 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.3.0` |
| [pydot](https://github.com/pydot/pydot) | `3.0.1` | `3.0.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.1` |
| [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.0` |
| [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` |
| [scipy](https://github.com/scipy/scipy) | `1.14.0` | `1.14.1` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.12.0` | `2.16.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` |
| [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.6.9` |
| [factory-boy](https://github.com/FactoryBoy/factory_boy) | `3.3.0` | `3.3.1` |
| [mypy](https://github.com/python/mypy) | `1.11.1` | `1.11.2` |
| [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.3.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.3.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 `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.1
- [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases)
- [Commits](koxudaxi/datamodel-code-generator@0.25.9...0.26.1)

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.0
- [Release notes](https://github.com/UKPLab/sentence-transformers/releases)
- [Commits](UKPLab/sentence-transformers@v3.0.1...v3.2.0)

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

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.11.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.1...v1.11.2)

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: 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: 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: 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-patch
  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 Oct 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

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

@dependabot dependabot bot closed this Oct 21, 2024
@dependabot dependabot bot deleted the dependabot/pip/pip-updates-f4faa67751 branch October 21, 2024 04:52
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