Yohan Boniface
6c9c62d6b4
chore: bump psycopg from 3.2.2 to 3.2.3 ( #2178 )
...
Bumps [psycopg](https://github.com/psycopg/psycopg ) from 3.2.2 to 3.2.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/psycopg/psycopg/blob/master/docs/news.rst ">psycopg's
changelog</a>.</em></p>
<blockquote>
<p>.. currentmodule:: psycopg</p>
<p>.. index::
single: Release notes
single: News</p>
<h1><code>psycopg</code> release notes</h1>
<h2>Current release</h2>
<p>Psycopg 3.2.3
^^^^^^^^^^^^^</p>
<ul>
<li>Release binary packages including PostgreSQL 17 libpq
(🎫 <code>[#852 ](https://github.com/psycopg/psycopg/issues/852 )</code>).</li>
</ul>
<p>Psycopg 3.2.2
^^^^^^^^^^^^^</p>
<ul>
<li>Drop <code>!TypeDef</code> specifications as string from public
modules, as they cannot
be composed by users as <code>!typing</code> objects previously could
(🎫 <code>[#860 ](https://github.com/psycopg/psycopg/issues/860 )</code>).</li>
<li>Release Python 3.13 binary packages.</li>
</ul>
<p>Psycopg 3.2.1
^^^^^^^^^^^^^</p>
<ul>
<li>Fix packaging metadata breaking <code>[c]</code>,
<code>[binary]</code> dependencies
(🎫 <code>[#853 ](https://github.com/psycopg/psycopg/issues/853 )</code>).</li>
</ul>
<h2>Psycopg 3.2</h2>
<p>.. rubric:: New top-level features</p>
<ul>
<li>Add support for integer, floating point, boolean <code>NumPy scalar
types</code>__
(🎫 <code>[#332 ](https://github.com/psycopg/psycopg/issues/332 )</code>).</li>
<li>Add <code>!timeout</code> and <code>!stop_after</code> parameters to
<code>Connection.notifies()</code>
(🎫 <code>340</code>).</li>
<li>Allow dumpers to return <code>!None</code>, to be converted to NULL
(🎫 <code>[#377 ](https://github.com/psycopg/psycopg/issues/377 )</code>).</li>
<li>Add :ref:<code>raw-query-cursors</code> to execute queries using
placeholders in
PostgreSQL format (<code>$1</code>, <code>$2</code>...)
(🎟️ <code>[#560 ](https://github.com/psycopg/psycopg/issues/560 ),
[#839 ](https://github.com/psycopg/psycopg/issues/839 )</code>).</li>
<li>Add <code>capabilities</code> object to :ref:<code>inspect the libpq
capabilities <capabilities></code>
(🎫 <code>[#772 ](https://github.com/psycopg/psycopg/issues/772 )</code>).</li>
<li>Add <code>~rows.scalar_row</code> to return scalar values from a
query
(🎫 <code>[#723 ](https://github.com/psycopg/psycopg/issues/723 )</code>).</li>
<li>Add <code>~Connection.cancel_safe()</code> for encrypted and
non-blocking cancellation
when using libpq v17. Use such method internally to implement</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ce8f07321b
"><code>ce8f073</code></a>
chore: bump psycopg package version to 3.2.3</li>
<li><a
href="9af9267bdb
"><code>9af9267</code></a>
Merge pull request <a
href="https://redirect.github.com/psycopg/psycopg/issues/917 ">#917</a>
from psycopg/pg17</li>
<li><a
href="9c9369bea4
"><code>9c9369b</code></a>
docs: mention PostgreSQL 17 in binary packages in the news file</li>
<li><a
href="d0b1a3ab0a
"><code>d0b1a3a</code></a>
ci: install flex to build libpq</li>
<li><a
href="17e8d85f69
"><code>17e8d85</code></a>
ci(macos): fix dylib path for postgres 17 from brew</li>
<li><a
href="d06613299a
"><code>d066132</code></a>
ci(macos): update brew to install PostgreSQL 17</li>
<li><a
href="2cc362e4dc
"><code>2cc362e</code></a>
ci: bump to PostgreSQL 17 in binary packages</li>
<li><a
href="810bfcf09c
"><code>810bfcf</code></a>
chore: add PostgreSQL 17 TRANSACTION_TIMEOUT error</li>
<li><a
href="2a0242163b
"><code>2a02421</code></a>
ci: Add PostgreSQL 17 to CI test grid, remove PostgreSQL 11</li>
<li><a
href="bea783d394
"><code>bea783d</code></a>
fix(windows): resolve absolute path to libpq</li>
<li>Additional commits viewable in <a
href="https://github.com/psycopg/psycopg/compare/3.2.2...3.2.3 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
2024-10-02 10:43:13 +02:00
dependabot[bot]
44a7554a90
chore: bump ruff from 0.6.7 to 0.6.8
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.7 to 0.6.8.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.7...0.6.8 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 17:26:28 +00:00
dependabot[bot]
1d91a66546
chore: bump uwsgi from 2.0.26 to 2.0.27
...
Bumps [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/ ) from 2.0.26 to 2.0.27.
---
updated-dependencies:
- dependency-name: uwsgi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 17:26:19 +00:00
dependabot[bot]
4aa4c2da59
chore: bump pymdown-extensions from 10.10.1 to 10.11.1
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 10.10.1 to 10.11.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.10.1...10.11.1 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 17:26:17 +00:00
dependabot[bot]
e1b9c35283
chore: bump psycopg from 3.2.2 to 3.2.3
...
Bumps [psycopg](https://github.com/psycopg/psycopg ) from 3.2.2 to 3.2.3.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst )
- [Commits](https://github.com/psycopg/psycopg/compare/3.2.2...3.2.3 )
---
updated-dependencies:
- dependency-name: psycopg
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 17:26:12 +00:00
dependabot[bot]
c79e355927
chore: bump pymdown-extensions from 10.9 to 10.10.1
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 10.9 to 10.10.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.9...10.10.1 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 20:25:18 +00:00
David Larlet
ad908cdb69
Merge pull request #2165 from umap-project/dependabot/pip/websockets-13.1
...
chore: bump websockets from 13.0.1 to 13.1
2024-09-23 16:24:51 -04:00
David Larlet
55ff8bbb0b
Merge pull request #2164 from umap-project/dependabot/pip/ruff-0.6.7
...
chore: bump ruff from 0.6.5 to 0.6.7
2024-09-23 16:24:06 -04:00
David Larlet
15789252ce
Merge pull request #2163 from umap-project/dependabot/pip/mkdocs-material-9.5.36
...
chore: bump mkdocs-material from 9.5.34 to 9.5.36
2024-09-23 16:23:35 -04:00
dependabot[bot]
df5b645a72
chore: bump websockets from 13.0.1 to 13.1
...
Bumps [websockets](https://github.com/python-websockets/websockets ) from 13.0.1 to 13.1.
- [Release notes](https://github.com/python-websockets/websockets/releases )
- [Commits](https://github.com/python-websockets/websockets/compare/13.0.1...13.1 )
---
updated-dependencies:
- dependency-name: websockets
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 17:17:31 +00:00
dependabot[bot]
be48bc0f21
chore: bump ruff from 0.6.5 to 0.6.7
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.5 to 0.6.7.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.5...0.6.7 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 17:17:25 +00:00
dependabot[bot]
d21f4675ea
chore: bump mkdocs-material from 9.5.34 to 9.5.36
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.34 to 9.5.36.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.34...9.5.36 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 17:17:15 +00:00
dependabot[bot]
d73ed58290
chore: bump pydantic from 2.9.1 to 2.9.2
...
Bumps [pydantic](https://github.com/pydantic/pydantic ) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/pydantic/pydantic/releases )
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md )
- [Commits](https://github.com/pydantic/pydantic/compare/v2.9.1...v2.9.2 )
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 17:17:09 +00:00
Yohan Boniface
e2520587f5
Merge pull request #2143 from umap-project/dependabot/pip/pytest-8.3.3
...
chore: bump pytest from 8.3.2 to 8.3.3
2024-09-19 11:26:51 +02:00
Yohan Boniface
f715f64d51
Merge pull request #2142 from umap-project/dependabot/pip/psycopg-3.2.2
...
chore: bump psycopg from 3.2.1 to 3.2.2
2024-09-19 07:43:43 +02:00
dependabot[bot]
212cd46a28
chore: bump pytest from 8.3.2 to 8.3.3
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.2 to 8.3.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 17:54:26 +00:00
dependabot[bot]
c15e0eb543
chore: bump psycopg from 3.2.1 to 3.2.2
...
Bumps [psycopg](https://github.com/psycopg/psycopg ) from 3.2.1 to 3.2.2.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst )
- [Commits](https://github.com/psycopg/psycopg/compare/3.2.1...3.2.2 )
---
updated-dependencies:
- dependency-name: psycopg
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 17:54:22 +00:00
dependabot[bot]
cee98d99d6
chore: bump ruff from 0.6.4 to 0.6.5
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.4...0.6.5 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 17:54:15 +00:00
dependabot[bot]
12f3b16387
chore: bump django from 5.1 to 5.1.1
...
Bumps [django](https://github.com/django/django ) from 5.1 to 5.1.1.
- [Commits](https://github.com/django/django/compare/5.1...5.1.1 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 20:04:38 +00:00
Yohan Boniface
1316b949e7
Merge pull request #2119 from umap-project/dependabot/pip/pydantic-2.9.1
...
chore: bump pydantic from 2.8.2 to 2.9.1
2024-09-09 22:04:08 +02:00
Yohan Boniface
633981eb59
Merge pull request #2118 from umap-project/dependabot/pip/pytest-playwright-0.5.2
...
chore: bump pytest-playwright from 0.5.1 to 0.5.2
2024-09-09 22:03:47 +02:00
Yohan Boniface
2e22a60769
Merge pull request #2117 from umap-project/dependabot/pip/ruff-0.6.4
...
chore: bump ruff from 0.6.3 to 0.6.4
2024-09-09 22:03:33 +02:00
dependabot[bot]
aa3f8aa04f
chore: bump pydantic from 2.8.2 to 2.9.1
...
Bumps [pydantic](https://github.com/pydantic/pydantic ) from 2.8.2 to 2.9.1.
- [Release notes](https://github.com/pydantic/pydantic/releases )
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md )
- [Commits](https://github.com/pydantic/pydantic/compare/v2.8.2...v2.9.1 )
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 17:28:05 +00:00
dependabot[bot]
deb2edfc62
chore: bump pytest-playwright from 0.5.1 to 0.5.2
...
Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest ) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/microsoft/playwright-pytest/releases )
- [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.1...v0.5.2 )
---
updated-dependencies:
- dependency-name: pytest-playwright
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 17:27:58 +00:00
dependabot[bot]
e208e1c010
chore: bump ruff from 0.6.3 to 0.6.4
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.3 to 0.6.4.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.3...0.6.4 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 17:27:54 +00:00
dependabot[bot]
3242227c4a
chore: bump mkdocs-material from 9.5.33 to 9.5.34
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.33 to 9.5.34.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.33...9.5.34 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 17:27:45 +00:00
dependabot[bot]
5a4effd3b3
chore: bump djlint from 1.34.1 to 1.35.2
...
Bumps [djlint](https://github.com/djlint/djLint ) from 1.34.1 to 1.35.2.
- [Release notes](https://github.com/djlint/djLint/releases )
- [Changelog](https://github.com/djlint/djLint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/djlint/djLint/compare/v1.34.1...v1.35.2 )
---
updated-dependencies:
- dependency-name: djlint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 13:28:27 +00:00
Yohan Boniface
7f1e0084c9
Merge pull request #2089 from umap-project/dependabot/pip/mkdocs-1.6.1
...
chore: bump mkdocs from 1.6.0 to 1.6.1
2024-09-03 15:27:44 +02:00
Yohan Boniface
c50491df07
Merge pull request #2090 from umap-project/dependabot/pip/websockets-13.0.1
...
chore: bump websockets from 13.0 to 13.0.1
2024-09-03 15:27:22 +02:00
Yohan Boniface
8b71606b54
Merge pull request #2091 from umap-project/dependabot/pip/pytest-django-4.9.0
...
chore: bump pytest-django from 4.8.0 to 4.9.0
2024-09-03 15:27:08 +02:00
dependabot[bot]
91d363c179
chore: bump ruff from 0.6.2 to 0.6.3
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.2...0.6.3 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 17:09:02 +00:00
dependabot[bot]
c7546267da
chore: bump pytest-django from 4.8.0 to 4.9.0
...
Bumps [pytest-django](https://github.com/pytest-dev/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](https://github.com/pytest-dev/pytest-django/compare/v4.8.0...v4.9.0 )
---
updated-dependencies:
- dependency-name: pytest-django
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 17:08:51 +00:00
dependabot[bot]
bf41f9c1da
chore: bump websockets from 13.0 to 13.0.1
...
Bumps [websockets](https://github.com/python-websockets/websockets ) from 13.0 to 13.0.1.
- [Release notes](https://github.com/python-websockets/websockets/releases )
- [Commits](https://github.com/python-websockets/websockets/compare/13.0...13.0.1 )
---
updated-dependencies:
- dependency-name: websockets
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 17:08:47 +00:00
dependabot[bot]
c27b3bea37
chore: bump mkdocs from 1.6.0 to 1.6.1
...
Bumps [mkdocs](https://github.com/mkdocs/mkdocs ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/mkdocs/mkdocs/releases )
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.6.0...1.6.1 )
---
updated-dependencies:
- dependency-name: mkdocs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 17:08:42 +00:00
dependabot[bot]
bee1c0d746
chore: bump django from 5.0.8 to 5.1
...
Bumps [django](https://github.com/django/django ) from 5.0.8 to 5.1.
- [Commits](https://github.com/django/django/compare/5.0.8...5.1 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-29 18:11:32 +00:00
Yohan Boniface
6126a6666e
Merge pull request #2030 from umap-project/dependabot/pip/pytest-8.3.2
...
chore: bump pytest from 8.3.1 to 8.3.2
2024-08-29 20:10:18 +02:00
Yohan Boniface
70ebffd023
Merge pull request #2073 from umap-project/dependabot/pip/websockets-13.0
...
chore: bump websockets from 12.0 to 13.0
2024-08-29 09:32:32 +02:00
Yohan Boniface
71cb1ddf65
Merge pull request #2075 from umap-project/dependabot/pip/ruff-0.6.2
...
chore: bump ruff from 0.6.1 to 0.6.2
2024-08-27 09:48:46 +02:00
dependabot[bot]
8f37a52026
chore: bump ruff from 0.6.1 to 0.6.2
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.1...0.6.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 17:08:33 +00:00
dependabot[bot]
3544f892c1
chore: bump mkdocs-material from 9.5.31 to 9.5.33
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.31 to 9.5.33.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.31...9.5.33 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 17:08:24 +00:00
dependabot[bot]
c7e112fecc
chore: bump websockets from 12.0 to 13.0
...
Bumps [websockets](https://github.com/python-websockets/websockets ) from 12.0 to 13.0.
- [Release notes](https://github.com/python-websockets/websockets/releases )
- [Commits](https://github.com/python-websockets/websockets/compare/12.0...13.0 )
---
updated-dependencies:
- dependency-name: websockets
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 17:08:19 +00:00
dependabot[bot]
16cf04cc01
chore: bump pytest from 8.3.1 to 8.3.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.1...8.3.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-20 09:32:33 +00:00
Yohan Boniface
09e6907932
Merge pull request #2068 from umap-project/dependabot/pip/factory-boy-3.3.1
...
chore: bump factory-boy from 3.2.1 to 3.3.1
2024-08-20 11:31:39 +02:00
dependabot[bot]
c82aae8ce6
chore: bump factory-boy from 3.2.1 to 3.3.1
...
Bumps [factory-boy](https://github.com/FactoryBoy/factory_boy ) from 3.2.1 to 3.3.1.
- [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst )
- [Commits](https://github.com/FactoryBoy/factory_boy/compare/3.2.1...3.3.1 )
---
updated-dependencies:
- dependency-name: factory-boy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 17:15:44 +00:00
dependabot[bot]
9622071fe2
chore: bump ruff from 0.5.7 to 0.6.1
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.7 to 0.6.1.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.7...0.6.1 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 17:15:38 +00:00
dependabot[bot]
7f76269673
chore: bump ruff from 0.5.6 to 0.5.7
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.6 to 0.5.7.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.6...0.5.7 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 17:28:24 +00:00
dependabot[bot]
1625f34712
chore: bump pymdown-extensions from 10.8.1 to 10.9
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 10.8.1 to 10.9.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.8.1...10.9 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-08 18:47:34 +00:00
David Larlet
8d52f0bd42
Merge pull request #2047 from umap-project/dependabot/pip/mkdocs-material-9.5.31
...
chore: bump mkdocs-material from 9.5.30 to 9.5.31
2024-08-08 14:46:25 -04:00
David Larlet
220020f74c
Merge pull request #2048 from umap-project/dependabot/pip/ruff-0.5.6
...
chore: bump ruff from 0.5.5 to 0.5.6
2024-08-08 14:45:47 -04:00
dependabot[bot]
7f824f6d47
chore: bump django from 5.0.7 to 5.0.8
...
Bumps [django](https://github.com/django/django ) from 5.0.7 to 5.0.8.
- [Commits](https://github.com/django/django/compare/5.0.7...5.0.8 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 19:27:04 +00:00
dependabot[bot]
d012ffbe99
chore: bump ruff from 0.5.5 to 0.5.6
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.5...0.5.6 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 17:41:57 +00:00
dependabot[bot]
214bbf8c2c
chore: bump mkdocs-material from 9.5.30 to 9.5.31
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.30 to 9.5.31.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.30...9.5.31 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 17:41:45 +00:00
David Larlet
4125bd1be0
chore: include vendorized static dependencies
2024-08-02 09:54:54 -04:00
David Larlet
8c7ff52f5f
Merge pull request #2031 from umap-project/dependabot/pip/ruff-0.5.5
...
chore: bump ruff from 0.5.4 to 0.5.5
2024-07-29 21:25:13 -04:00
dependabot[bot]
27bfa3e07c
chore: bump ruff from 0.5.4 to 0.5.5
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.4 to 0.5.5.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.4...0.5.5 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 17:18:36 +00:00
dependabot[bot]
472cd88cfc
chore: bump mkdocs-material from 9.5.29 to 9.5.30
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.29 to 9.5.30.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.29...9.5.30 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 17:18:21 +00:00
David Larlet
5ba1c28408
chore: reformat templates with djlint
2024-07-29 10:53:34 -04:00
David Larlet
a624cd2446
Merge pull request #2011 from umap-project/dependabot/pip/pytest-8.3.1
...
chore: bump pytest from 8.2.2 to 8.3.1
2024-07-22 13:52:30 -04:00
dependabot[bot]
13c7dbcbcb
chore: bump ruff from 0.5.2 to 0.5.4
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.2 to 0.5.4.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.2...0.5.4 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 17:40:15 +00:00
dependabot[bot]
4eabc907d0
chore: bump pytest from 8.2.2 to 8.3.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.2.2 to 8.3.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 17:40:05 +00:00
David Larlet
35be292c81
Merge pull request #2000 from umap-project/dependabot/pip/social-auth-app-django-5.4.2
...
chore: bump social-auth-app-django from 5.4.1 to 5.4.2
2024-07-15 13:50:26 -04:00
David Larlet
5436b1ee12
Merge pull request #1999 from umap-project/dependabot/pip/ruff-0.5.2
...
chore: bump ruff from 0.5.1 to 0.5.2
2024-07-15 13:42:16 -04:00
dependabot[bot]
687851dd7f
chore: bump mkdocs-material from 9.5.28 to 9.5.29
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.28 to 9.5.29.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.28...9.5.29 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 17:40:55 +00:00
dependabot[bot]
7469337ff5
chore: bump social-auth-app-django from 5.4.1 to 5.4.2
...
Bumps [social-auth-app-django](https://github.com/python-social-auth/social-app-django ) from 5.4.1 to 5.4.2.
- [Release notes](https://github.com/python-social-auth/social-app-django/releases )
- [Changelog](https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python-social-auth/social-app-django/compare/5.4.1...5.4.2 )
---
updated-dependencies:
- dependency-name: social-auth-app-django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 17:40:51 +00:00
dependabot[bot]
2e2cbf5520
chore: bump ruff from 0.5.1 to 0.5.2
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.1...0.5.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 17:40:45 +00:00
dependabot[bot]
26e3b855c1
chore: bump django from 5.0.6 to 5.0.7
...
Bumps [django](https://github.com/django/django ) from 5.0.6 to 5.0.7.
- [Commits](https://github.com/django/django/compare/5.0.6...5.0.7 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-10 22:20:17 +00:00
David Larlet
45b9db4242
Merge pull request #1976 from umap-project/dependabot/pip/pytest-playwright-0.5.1
...
chore: bump pytest-playwright from 0.5.0 to 0.5.1
2024-07-08 13:40:10 -04:00
dependabot[bot]
6e2e25d9dc
chore: bump mkdocs-material from 9.5.27 to 9.5.28
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.27 to 9.5.28.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.27...9.5.28 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 17:39:32 +00:00
David Larlet
16ad61cf67
Merge pull request #1975 from umap-project/dependabot/pip/pydantic-2.8.2
...
chore: bump pydantic from 2.8.0 to 2.8.2
2024-07-08 13:38:51 -04:00
dependabot[bot]
d7964077d8
chore: bump ruff from 0.5.0 to 0.5.1
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.0...0.5.1 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 17:28:21 +00:00
dependabot[bot]
4ec167b485
chore: bump pytest-playwright from 0.5.0 to 0.5.1
...
Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest ) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/microsoft/playwright-pytest/releases )
- [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.0...v0.5.1 )
---
updated-dependencies:
- dependency-name: pytest-playwright
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 17:28:06 +00:00
dependabot[bot]
e3d346939a
chore: bump pydantic from 2.8.0 to 2.8.2
...
Bumps [pydantic](https://github.com/pydantic/pydantic ) from 2.8.0 to 2.8.2.
- [Release notes](https://github.com/pydantic/pydantic/releases )
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md )
- [Commits](https://github.com/pydantic/pydantic/compare/v2.8.0...v2.8.2 )
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 17:28:00 +00:00
dependabot[bot]
25b159ed7e
chore: bump psycopg from 3.1.19 to 3.2.1
...
Bumps [psycopg](https://github.com/psycopg/psycopg ) from 3.1.19 to 3.2.1.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst )
- [Commits](https://github.com/psycopg/psycopg/compare/3.1.19...3.2.1 )
---
updated-dependencies:
- dependency-name: psycopg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 19:10:48 +00:00
Yohan Boniface
dba428ee55
Merge pull request #1959 from umap-project/dependabot/pip/pillow-10.4.0
...
chore: bump pillow from 10.3.0 to 10.4.0
2024-07-01 21:10:24 +02:00
Yohan Boniface
7e352cc41c
Merge pull request #1961 from umap-project/dependabot/pip/pydantic-2.8.0
...
chore: bump pydantic from 2.7.4 to 2.8.0
2024-07-01 21:10:05 +02:00
dependabot[bot]
56034096ea
chore: bump ruff from 0.4.10 to 0.5.0
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.10 to 0.5.0.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.10...0.5.0 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 17:33:41 +00:00
dependabot[bot]
3bd6378ab9
chore: bump pydantic from 2.7.4 to 2.8.0
...
Bumps [pydantic](https://github.com/pydantic/pydantic ) from 2.7.4 to 2.8.0.
- [Release notes](https://github.com/pydantic/pydantic/releases )
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md )
- [Commits](https://github.com/pydantic/pydantic/compare/v2.7.4...v2.8.0 )
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 17:33:28 +00:00
dependabot[bot]
d829b1c8f1
chore: bump pillow from 10.3.0 to 10.4.0
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/10.3.0...10.4.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 17:33:17 +00:00
dependabot[bot]
902ba3a0be
chore: bump ruff from 0.4.9 to 0.4.10
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.9 to 0.4.10.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.9...v0.4.10 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 17:50:53 +00:00
David Larlet
a249114547
Merge pull request #1905 from umap-project/dependabot/pip/pydantic-2.7.4
...
chore: bump pydantic from 2.7.3 to 2.7.4
2024-06-18 14:39:15 -04:00
David Larlet
44f1500d1c
Merge pull request #1906 from umap-project/dependabot/pip/mkdocs-material-9.5.27
...
chore: bump mkdocs-material from 9.5.26 to 9.5.27
2024-06-18 14:38:33 -04:00
dependabot[bot]
8fe8fc1c16
chore: bump ruff from 0.4.8 to 0.4.9
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.8 to 0.4.9.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.8...v0.4.9 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 17:21:36 +00:00
dependabot[bot]
db8e34e5fb
chore: bump mkdocs-material from 9.5.26 to 9.5.27
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.26 to 9.5.27.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.26...9.5.27 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 17:21:22 +00:00
dependabot[bot]
fb854b7894
chore: bump pydantic from 2.7.3 to 2.7.4
...
Bumps [pydantic](https://github.com/pydantic/pydantic ) from 2.7.3 to 2.7.4.
- [Release notes](https://github.com/pydantic/pydantic/releases )
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md )
- [Commits](https://github.com/pydantic/pydantic/compare/v2.7.3...v2.7.4 )
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 17:21:17 +00:00
dependabot[bot]
f5867120f8
chore: bump mkdocs-material from 9.5.25 to 9.5.26
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.25 to 9.5.26.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.25...9.5.26 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 08:32:03 +00:00
Yohan Boniface
6a9147b824
Merge pull request #1888 from umap-project/dependabot/pip/pydantic-2.7.3
...
chore: bump pydantic from 2.7.0 to 2.7.3
2024-06-11 10:31:30 +02:00
Yohan Boniface
efd5baa8db
Merge pull request #1887 from umap-project/dependabot/pip/pytest-8.2.2
...
chore: bump pytest from 8.2.1 to 8.2.2
2024-06-11 10:31:15 +02:00
dependabot[bot]
d7c850a311
chore: bump ruff from 0.4.7 to 0.4.8
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.7 to 0.4.8.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.7...v0.4.8 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 17:32:50 +00:00
dependabot[bot]
b1fa97fd1b
chore: bump pydantic from 2.7.0 to 2.7.3
...
Bumps [pydantic](https://github.com/pydantic/pydantic ) from 2.7.0 to 2.7.3.
- [Release notes](https://github.com/pydantic/pydantic/releases )
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md )
- [Commits](https://github.com/pydantic/pydantic/compare/v2.7.0...v2.7.3 )
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 17:32:33 +00:00
dependabot[bot]
41fa1ad7d1
chore: bump pytest from 8.2.1 to 8.2.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.1...8.2.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 17:32:28 +00:00
fc2de3fc53
tests(sync): Change the way the websocket server is run in the tests
...
Using [pytest-xprocess](https://pytest-xprocess.readthedocs.io/ ) proved
not being as useful as I thought at first, because it was causing
intermitent failures when starting the process.
The code now directly uses `subprocess.popen` calls to start the server.
The tests are grouped together using the following decorator:
`@pytest.mark.xdist_group(name="websockets")`
Tests now need to be run with the `pytest --dist loadgroup` so that all
tests of the same group happen on the same process.
More details on this blogpost:
https://blog.notmyidea.org/start-a-process-when-using-pytest-xdist.html
2024-06-07 18:21:30 +02:00
80f7efc810
tests(sync): Test that marker sync works properly
...
This commit handles the start and stop of the websocket server during
the tests, using the xprocess library
2024-06-07 18:21:30 +02:00
f255c3c8a5
feat(websockets): Authenticate with signed tokens.
...
Authentication is now done using a signed token provided by the Django
server, sent by the JS client and checked by the WebSocket server.
The token contains a `permissions` key that's checked to ensure the user
has access to the map "room", where events will be shared by the peers.
2024-06-07 18:21:30 +02:00
1128348db6
feat(WebSockets): Features a WebSocket server.
...
There is one "room" per map, and the server relays messages to all the
other connected peers.
Messages are checked for compliance with what's allowed as a security
measure. They should also be checked in the clients to avoid potential
attack vectors.
2024-06-07 18:21:30 +02:00
2daeaf12e0
WIP
2024-06-07 18:21:30 +02:00
dependabot[bot]
befc9b3ec2
chore: bump ruff from 0.4.5 to 0.4.7
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.5 to 0.4.7.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.5...v0.4.7 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 08:49:29 +00:00
Yohan Boniface
56e401dea5
Merge pull request #1878 from umap-project/dependabot/pip/uwsgi-2.0.26
...
chore: bump uwsgi from 2.0.25.1 to 2.0.26
2024-06-05 10:48:42 +02:00
Yohan Boniface
2430a43445
Merge pull request #1877 from umap-project/dependabot/pip/requests-2.32.3
...
chore: bump requests from 2.32.2 to 2.32.3
2024-06-05 10:48:20 +02:00
dependabot[bot]
e3c21151f9
chore: bump hatch from 1.11.1 to 1.12.0
...
Bumps [hatch](https://github.com/pypa/hatch ) from 1.11.1 to 1.12.0.
- [Release notes](https://github.com/pypa/hatch/releases )
- [Commits](https://github.com/pypa/hatch/compare/hatch-v1.11.1...hatch-v1.12.0 )
---
updated-dependencies:
- dependency-name: hatch
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 17:58:28 +00:00
dependabot[bot]
a037d36ae0
chore: bump uwsgi from 2.0.25.1 to 2.0.26
...
Bumps [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/ ) from 2.0.25.1 to 2.0.26.
---
updated-dependencies:
- dependency-name: uwsgi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 17:58:09 +00:00