Commit Graph

209 Commits

Author SHA1 Message Date
Erik Vroon
144cddd182 fixup! fixup! fixup! fixup! Implement sso 2025-05-23 17:00:10 +02:00
Erik Vroon
8a7a1a5c8e fixup! fixup! fixup! Implement sso 2025-02-25 14:52:24 +01:00
Erik Vroon
8ee53a07e1 fixup! fixup! Implement sso 2025-02-23 13:26:08 +01:00
Erik Vroon
7d0637c8e2 fixup! Implement sso 2025-02-23 13:15:58 +01:00
Erik Vroon
0b106e6f3d Implement sso 2025-02-23 13:14:05 +01:00
Erik Vroon
3b6cd73d65 Add more integration tests (#1126) 2025-02-16 16:26:30 +01:00
Erik Vroon
05090b4efa Add tests for swiss rescheduling (#1125) 2025-02-16 10:49:51 +01:00
Erik Vroon
d06a797725 Add tests for conflict logic (#1124) 2025-02-15 15:19:05 +00:00
Erik Vroon
24bb16400f Fix number of elimination teams (#1123) 2025-02-15 14:17:21 +00:00
Erik Vroon
4450f76e4e Filter empty player names out of multi team creation (#1122) 2025-02-15 14:00:41 +00:00
Erik Vroon
2fa8c08da3 Add teams with players (#1118)
fixes https://github.com/evroon/bracket/issues/978
2025-02-12 11:27:14 +00:00
Erik Vroon
489fc2ba64 Feature: archived tournaments (#1112)
fixes https://github.com/evroon/bracket/issues/690
2025-02-09 18:00:52 +01:00
Erik Vroon
558c3163d1 Update pytest asyncio to 0.25.3 (#1110)
Updates the requirements on
[pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit
the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.21.2...v0.25.3)
2025-02-08 11:12:32 +00:00
dependabot[bot]
0f6293ca73 Update mypy requirement from 1.14.1 to 1.15.0 in /backend (#1099)
Updates the requirements on [mypy](https://github.com/python/mypy) to
permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/mypy/blob/master/CHANGELOG.md">mypy's
changelog</a>.</em></p>
<blockquote>
<h1>Mypy Release Notes</h1>
<h2>Next Release</h2>
<p>...</p>
<h2>Mypy 1.15</h2>
<p>We’ve just uploaded mypy 1.15 to the Python Package Index (<a
href="https://pypi.org/project/mypy/">PyPI</a>).
Mypy is a static type checker for Python. This release includes new
features, performance
improvements and bug fixes. You can install it as follows:</p>
<pre><code>python3 -m pip install -U mypy
</code></pre>
<p>You can read the full documentation for this release on <a
href="http://mypy.readthedocs.io">Read the Docs</a>.</p>
<h3>Performance Improvements</h3>
<p>Mypy is up to 40% faster in some use cases. This improvement comes
largely from tuning the performance
of the garbage collector. Additionally, the release includes several
micro-optimizations that may
be impactful for large projects.</p>
<p>Contributed by Jukka Lehtosalo (PR <a
href="https://redirect.github.com/python/mypy/pull/18306">18306</a>,
PR [18302](<a
href="https://redirect.github.com/python/mypy/pull/18302">python/mypy#18302</a>,
PR [18298](<a
href="https://redirect.github.com/python/mypy/pull/18298">python/mypy#18298</a>,
PR <a
href="https://redirect.github.com/python/mypy/pull/18299">18299</a>.</p>
<h3>Mypyc Accelerated Mypy Wheels for ARM Linux</h3>
<p>For best performance, mypy can be compiled to C extension modules
using mypyc. This makes
mypy 3-5x faster than when interpreted with pure Python. We now build
and upload mypyc
accelerated mypy wheels for <code>manylinux_aarch64</code> to PyPI,
making it easy for Linux users on
ARM platforms to realise this speedup -- just <code>pip install</code>
the latest mypy.</p>
<p>Contributed by Christian Bundy and Marc Mueller
(PR <a
href="https://redirect.github.com/mypyc/mypy_mypyc-wheels/pull/76">mypy_mypyc-wheels#76</a>,
PR <a
href="https://redirect.github.com/mypyc/mypy_mypyc-wheels/pull/89">mypy_mypyc-wheels#89</a>).</p>
<h3><code>--strict-bytes</code></h3>
<p>By default, mypy treats <code>bytearray</code> and
<code>memoryview</code> values as assignable to the <code>bytes</code>
type, for historical reasons. Use the <code>--strict-bytes</code> flag
to disable this
behavior. <a href="https://peps.python.org/pep-0688">PEP 688</a>
specified the removal of this
special case. The flag will be enabled by default in <strong>mypy
2.0</strong>.</p>
<p>Contributed by Ali Hamdan (PR <a
href="https://redirect.github.com/python/mypy/pull/18263">18263</a>) and
Shantanu Jain (PR <a
href="https://redirect.github.com/python/mypy/pull/13952">13952</a>).</p>
<h3>Improvements to Reachability Analysis and Partial Type Handling in
Loops</h3>
<p>This change results in mypy better modelling control flow within
loops and hence detecting</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9397454fb5"><code>9397454</code></a>
remove +dev from version ahead of final release</li>
<li><a
href="686b591a69"><code>686b591</code></a>
remove &quot;unreleased&quot; from 1.15 changelog entry</li>
<li><a
href="cb4b243a5d"><code>cb4b243</code></a>
Various small updates to 1.15 changelog (<a
href="https://redirect.github.com/python/mypy/issues/18599">#18599</a>)</li>
<li><a
href="1a265024f9"><code>1a26502</code></a>
Prepare changelog for 1.15 release (<a
href="https://redirect.github.com/python/mypy/issues/18583">#18583</a>)</li>
<li><a
href="d4515e4ad3"><code>d4515e4</code></a>
Fix a few PR links in the changelog (<a
href="https://redirect.github.com/python/mypy/issues/18586">#18586</a>)</li>
<li><a
href="f83b6435b0"><code>f83b643</code></a>
Add object self-type to tuple test fixture (<a
href="https://redirect.github.com/python/mypy/issues/18592">#18592</a>)</li>
<li><a
href="ebc2cb8bef"><code>ebc2cb8</code></a>
Prevent crash on generic NamedTuple with unresolved typevar bound (<a
href="https://redirect.github.com/python/mypy/issues/18585">#18585</a>)</li>
<li><a
href="63c251e249"><code>63c251e</code></a>
empty commit to trigger wheel rebuild</li>
<li><a
href="c30573e7b9"><code>c30573e</code></a>
Fix literal context for ternary expressions (for real) (<a
href="https://redirect.github.com/python/mypy/issues/18545">#18545</a>)</li>
<li><a
href="23d862dd6f"><code>23d862d</code></a>
Fix isinstance with explicit (non generic) type alias (<a
href="https://redirect.github.com/python/mypy/issues/18512">#18512</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python/mypy/compare/v1.14.1...v1.15.0">compare
view</a></li>
</ul>
</details>
<br />


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-05 04:36:42 +00:00
dependabot[bot]
8a478d2e6a Update pytest-cov requirement from 4.0.0 to 6.0.0 in /backend (#1080)
Updates the requirements on
[pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the
latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst">pytest-cov's
changelog</a>.</em></p>
<blockquote>
<h2>6.0.0 (2024-10-29)</h2>
<ul>
<li>Updated various documentation inaccuracies, especially on subprocess
handling.</li>
<li>Changed fail under checks to use the precision set in the coverage
configuration.
Now it will perform the check just like <code>coverage report</code>
would.</li>
<li>Added a <code>--cov-precision</code> cli option that can override
the value set in your coverage configuration.</li>
<li>Dropped support for now EOL Python 3.8.</li>
</ul>
<h2>5.0.0 (2024-03-24)</h2>
<ul>
<li>Removed support for xdist rsync (now deprecated).
Contributed by Matthias Reichenbach in
<code>[#623](https://github.com/pytest-dev/pytest-cov/issues/623)
&lt;https://github.com/pytest-dev/pytest-cov/pull/623&gt;</code>_.</li>
<li>Switched docs theme to Furo.</li>
<li>Various legacy Python cleanup and CI improvements.
Contributed by Christian Clauss and Hugo van Kemenade in
<code>[#630](https://github.com/pytest-dev/pytest-cov/issues/630)
&lt;https://github.com/pytest-dev/pytest-cov/pull/630&gt;</code><em>,
<code>[#631](https://github.com/pytest-dev/pytest-cov/issues/631)
&lt;https://github.com/pytest-dev/pytest-cov/pull/631&gt;</code></em>,
<code>[#632](https://github.com/pytest-dev/pytest-cov/issues/632)
&lt;https://github.com/pytest-dev/pytest-cov/pull/632&gt;</code>_ and
<code>[#633](https://github.com/pytest-dev/pytest-cov/issues/633)
&lt;https://github.com/pytest-dev/pytest-cov/pull/633&gt;</code>_.</li>
<li>Added a <code>pyproject.toml</code> example in the docs.
Contributed by Dawn James in
<code>[#626](https://github.com/pytest-dev/pytest-cov/issues/626)
&lt;https://github.com/pytest-dev/pytest-cov/pull/626&gt;</code>_.</li>
<li>Modernized project's pre-commit hooks to use ruff. Initial POC
contributed by
Christian Clauss in
<code>[#584](https://github.com/pytest-dev/pytest-cov/issues/584)
&lt;https://github.com/pytest-dev/pytest-cov/pull/584&gt;</code>_.</li>
<li>Dropped support for Python 3.7.</li>
</ul>
<h2>4.1.0 (2023-05-24)</h2>
<ul>
<li>Updated CI with new Pythons and dependencies.</li>
<li>Removed rsyncdir support. This makes pytest-cov compatible with
xdist 3.0.
Contributed by Sorin Sbarnea in
<code>[#558](https://github.com/pytest-dev/pytest-cov/issues/558)
&lt;https://github.com/pytest-dev/pytest-cov/pull/558&gt;</code>_.</li>
<li>Optimized summary generation to not be performed if no reporting is
active (for example,
when <code>--cov-report=''</code> is used without
<code>--cov-fail-under</code>).
Contributed by Jonathan Stewmon in
<code>[#589](https://github.com/pytest-dev/pytest-cov/issues/589)
&lt;https://github.com/pytest-dev/pytest-cov/pull/589&gt;</code>_.</li>
<li>Added support for JSON reporting.
Contributed by Matthew Gamble in
<code>[#582](https://github.com/pytest-dev/pytest-cov/issues/582)
&lt;https://github.com/pytest-dev/pytest-cov/pull/582&gt;</code>_.</li>
<li>Refactored code to use f-strings.
Contributed by Mark Mayo in
<code>[#572](https://github.com/pytest-dev/pytest-cov/issues/572)
&lt;https://github.com/pytest-dev/pytest-cov/pull/572&gt;</code>_.</li>
<li>Fixed a skip in the test suite for some old xdist.
Contributed by a bunch of people in
<code>[#565](https://github.com/pytest-dev/pytest-cov/issues/565)
&lt;https://github.com/pytest-dev/pytest-cov/pull/565&gt;</code>_.</li>
<li>Dropped support for Python 3.6.</li>
</ul>
<h2>4.0.0 (2022-09-28)</h2>
<p><strong>Note that this release drops support for
multiprocessing.</strong></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="95404375a0"><code>9540437</code></a>
Bump version: 5.0.0 → 6.0.0</li>
<li><a
href="9f8175467a"><code>9f81754</code></a>
Further trim down envs and drop Python 3.8.</li>
<li><a
href="b12b5ec65d"><code>b12b5ec</code></a>
Update conf.</li>
<li><a
href="23f4b27b43"><code>23f4b27</code></a>
Update changelog.</li>
<li><a
href="291a04f495"><code>291a04f</code></a>
Bump test deps and trim config.</li>
<li><a
href="08f1101455"><code>08f1101</code></a>
Add <code>--cov-precision</code> option. Close <a
href="https://redirect.github.com/pytest-dev/pytest-cov/issues/655">#655</a>.</li>
<li><a
href="76fe2a7e48"><code>76fe2a7</code></a>
Move the warnings/errors in a place that doesn't import anything.</li>
<li><a
href="a9ea7b7171"><code>a9ea7b7</code></a>
Implement error/warning for the bad dynamic_context being set in
config.</li>
<li><a
href="c299e01b64"><code>c299e01</code></a>
Add explicit suffixing to make it easier to see the identify the
sources/usag...</li>
<li><a
href="c87e54643e"><code>c87e546</code></a>
Add reproducer for weird xdist dynamic_context interaction. Ref <a
href="https://redirect.github.com/pytest-dev/pytest-cov/issues/604">#604</a>.</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v6.0.0">compare
view</a></li>
</ul>
</details>
<br />


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-15 07:19:41 +00:00
dependabot[bot]
00ea0322a8 Update pytest-xdist requirement from 3.2.1 to 3.6.1 in /backend (#1079)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Updates the requirements on
[pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the
latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst">pytest-xdist's
changelog</a>.</em></p>
<blockquote>
<h1>pytest-xdist 3.6.1 (2024-04-28)</h1>
<h2>Bug Fixes</h2>
<ul>

<li><code>[#1071](https://github.com/pytest-dev/pytest-xdist/issues/1071)
&lt;https://github.com/pytest-dev/pytest-xdist/issues/1071&gt;</code>_:
Add backward compatibility for deadlock issue with the
<code>execnet</code> new <code>main_thread_only</code>
&quot;execmodel&quot; triggered when pytest-cov accesses rinfo.</li>
</ul>
<h1>pytest-xdist 3.6.0 (2024-04-19)</h1>
<p>This release was YANKED due to a regression fixed in 3.6.1.</p>
<h2>Features</h2>
<ul>

<li><code>[#1027](https://github.com/pytest-dev/pytest-xdist/issues/1027)
&lt;https://github.com/pytest-dev/pytest-xdist/pull/1027&gt;</code>_:<code>pytest-xdist</code>
workers now always execute the tests in the main thread.
Previously some tests might end up executing in a separate thread other
than <code>main</code> in the workers, due to some internal
<code>execnet`` details. This can cause problems specially with async
frameworks where the event loop is running in the ``main`` thread (for
example </code><a
href="https://redirect.github.com/pytest-dev/pytest-xdist/issues/620">#620</a>
<a
href="https://redirect.github.com/pytest-dev/pytest-xdist/issues/620">pytest-dev/pytest-xdist#620</a>`__).</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>

<p><code>[#1024](https://github.com/pytest-dev/pytest-xdist/issues/1024)
&lt;https://github.com/pytest-dev/pytest-xdist/issues/1024&gt;</code>_:
Added proper handling of <code>shouldstop</code> (such as set by
<code>--max-fail</code>) and <code>shouldfail</code> conditions in
workers.
Previously, a worker might have continued executing further tests before
the controller could terminate the session.</p>
</li>
<li>

<p><code>[#1028](https://github.com/pytest-dev/pytest-xdist/issues/1028)
&lt;https://github.com/pytest-dev/pytest-xdist/issues/1028&gt;</code>_:
Fixed compatibility issue between <code>looponfail</code> and editable
installs.</p>
</li>
<li>
<p><code>[#620](https://github.com/pytest-dev/pytest-xdist/issues/620)
&lt;https://github.com/pytest-dev/pytest-xdist/issues/620&gt;</code>_:
Use the new <code>main_thread_only</code> <code>execnet</code>
&quot;execmodel&quot; so that code which expects to only run in the main
thread will now work as expected.</p>
</li>
<li>
<p><code>[#937](https://github.com/pytest-dev/pytest-xdist/issues/937)
&lt;https://github.com/pytest-dev/pytest-xdist/issues/937&gt;</code>_:
Fixed a bug where plugin would raise an incompatibility error with
<code>--pdb</code> despite using <code>-n0</code>.</p>
</li>
</ul>
<h2>Removals</h2>
<ul>
<li>

<p><code>[#1053](https://github.com/pytest-dev/pytest-xdist/issues/1053)
&lt;https://github.com/pytest-dev/pytest-xdist/issues/1053&gt;</code>_:
Dropped support for Python 3.7.</p>
</li>
<li>

<p><code>[#1057](https://github.com/pytest-dev/pytest-xdist/issues/1057)
&lt;https://github.com/pytest-dev/pytest-xdist/issues/1057&gt;</code>_:
pytest&gt;=7.0.0 is now required.</p>
<p>execnet&gt;=2.1.0 is now required.</p>
</li>
</ul>
<h2>Trivial Changes</h2>
<ul>
<li>

<p><code>[#1020](https://github.com/pytest-dev/pytest-xdist/issues/1020)
&lt;https://github.com/pytest-dev/pytest-xdist/issues/1020&gt;</code>_:
pytest-xdist's <code>setup.py</code> file is removed.</p>
<p>If you relied on this file, e.g. to install pytest using
<code>setup.py install</code>,
please see <code>Why you shouldn't invoke setup.py directly
&lt;https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#summary&gt;</code>_
for alternatives.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4dd2978031"><code>4dd2978</code></a>
Release 3.6.1</li>
<li><a
href="b397288b7e"><code>b397288</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest-xdist/issues/1072">#1072</a>
from zmedico/gateway-cache-rinfo</li>
<li><a
href="12b3cce0ce"><code>12b3cce</code></a>
Cache execnet gateway rinfo during WorkerController setup</li>
<li><a
href="c93a106b3a"><code>c93a106</code></a>
build(deps): bump hynek/build-and-inspect-python-package (<a
href="https://redirect.github.com/pytest-dev/pytest-xdist/issues/1066">#1066</a>)</li>
<li><a
href="52e2022638"><code>52e2022</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pytest-dev/pytest-xdist/issues/1073">#1073</a>)</li>
<li><a
href="699f939b5c"><code>699f939</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest-xdist/issues/1070">#1070</a>
from pytest-dev/release-3.6.0</li>
<li><a
href="80bc0b8e5b"><code>80bc0b8</code></a>
Release 3.6.0</li>
<li><a
href="20e3ac774e"><code>20e3ac7</code></a>
Use execnet main_thread_only execmodel (<a
href="https://redirect.github.com/pytest-dev/pytest-xdist/issues/1027">#1027</a>)</li>
<li><a
href="0a4238f6da"><code>0a4238f</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest-xdist/issues/1067">#1067</a>
from pytest-dev/pre-commit-ci-update-config</li>
<li><a
href="068627994f"><code>0686279</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest-xdist/compare/v3.2.1...v3.6.1">compare
view</a></li>
</ul>
</details>
<br />


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-15 04:20:33 +00:00
dependabot[bot]
197d226f31 Update vulture requirement from 2.10 to 2.14 in /backend (#1078)
Updates the requirements on
[vulture](https://github.com/jendrikseipp/vulture) to permit the latest
version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jendrikseipp/vulture/releases">vulture's
releases</a>.</em></p>
<blockquote>
<h2>2.14 (2024-12-08)</h2>
<ul>
<li>Improve reachability analysis (kreathon, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/270">#270</a>,
<a
href="https://redirect.github.com/jendrikseipp/vulture/issues/302">#302</a>).</li>
<li>Add type hints for <code>get_unused_code</code> and the fields of
the <code>Item</code> class (John Doknjas, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/361">#361</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md">vulture's
changelog</a>.</em></p>
<blockquote>
<h1>2.14 (2024-12-08)</h1>
<ul>
<li>Improve reachability analysis (kreathon, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/270">#270</a>,
<a
href="https://redirect.github.com/jendrikseipp/vulture/issues/302">#302</a>).</li>
<li>Add type hints for <code>get_unused_code</code> and the fields of
the <code>Item</code> class (John Doknjas, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/361">#361</a>).</li>
</ul>
<h1>2.13 (2024-10-02)</h1>
<ul>
<li>Add support for Python 3.13 (Jendrik Seipp, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/369">#369</a>).</li>
<li>Add PyPI and conda-forge badges to README file (Trevor James Smith,
<a
href="https://redirect.github.com/jendrikseipp/vulture/issues/356">#356</a>).</li>
<li>Include <code>tests/**/*.toml</code> in sdist (Colin Watson).</li>
</ul>
<h1>2.12 (2024-09-17)</h1>
<ul>
<li>Use <code>ruff</code> for linting and formatting (Anh Trinh, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/347">#347</a>,
<a
href="https://redirect.github.com/jendrikseipp/vulture/issues/349">#349</a>).</li>
<li>Replace <code>tox</code> by <code>pre-commit</code> for linting and
formatting (Anh Trinh, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/349">#349</a>).</li>
<li>Add <code>--config</code> flag to specify path to pyproject.toml
configuration file (Glen Robertson, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/352">#352</a>).</li>
</ul>
<h1>2.11 (2024-01-06)</h1>
<ul>
<li>Switch to tomllib/tomli to support heterogeneous arrays (Sebastian
Csar, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/340">#340</a>).</li>
<li>Bump flake8, flake8-comprehensions and flake8-bugbear (Sebastian
Csar, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/341">#341</a>).</li>
<li>Provide whitelist parity for <code>MagicMock</code> and
<code>Mock</code> (maxrake, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/342">#342</a>).</li>
</ul>
<h1>2.10 (2023-10-06)</h1>
<ul>
<li>Drop support for Python 3.7 (Jendrik Seipp, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/323">#323</a>).</li>
<li>Add support for Python 3.12 (Jendrik Seipp, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/332">#332</a>).</li>
<li>Use <code>end_lineno</code> AST attribute to obtain more accurate
line counts (Jendrik Seipp).</li>
</ul>
<h1>2.9.1 (2023-08-21)</h1>
<ul>
<li>Use exit code 0 for <code>--help</code> and <code>--version</code>
again (Jendrik Seipp, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/321">#321</a>).</li>
</ul>
<h1>2.9 (2023-08-20)</h1>
<ul>
<li>Use exit code 3 when dead code is found (whosayn, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/319">#319</a>).</li>
<li>Treat non-supported decorator names as &quot;@&quot; instead of
crashing (Llandy3d and Jendrik Seipp, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/284">#284</a>).</li>
<li>Drop support for Python 3.6 (Jendrik Seipp).</li>
</ul>
<h1>2.8 (2023-08-10)</h1>
<ul>
<li>Add <code>UnicodeEncodeError</code> exception handling to
<code>core.py</code> (milanbalazs, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/299">#299</a>).</li>
<li>Add whitelist for <code>Enum</code> attributes <code>_name_</code>
and <code>_value_</code> (Eugene Toder, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/305">#305</a>).</li>
<li>Run tests and add PyPI trove for Python 3.11 (Jendrik Seipp).</li>
</ul>
<h1>2.7 (2023-01-08)</h1>
<ul>
<li>Ignore <code>setup_module()</code>, <code>teardown_module()</code>,
etc. in pytest <code>test_*.py</code> files (Jendrik Seipp).</li>
<li>Add whitelist for
<code>socketserver.TCPServer.allow_reuse_address</code> (Ben
Elliston).</li>
<li>Clarify that <code>--exclude</code> patterns are matched against
absolute paths (Jendrik Seipp, <a
href="https://redirect.github.com/jendrikseipp/vulture/issues/260">#260</a>).</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e454d2ef39"><code>e454d2e</code></a>
Update version number to 2.14 for release.</li>
<li><a
href="f7f3f747fa"><code>f7f3f74</code></a>
Add release date.</li>
<li><a
href="73df02f0d7"><code>73df02f</code></a>
Add comment regarding pass_filenames.</li>
<li><a
href="84d32ca395"><code>84d32ca</code></a>
Enable more style checks.</li>
<li><a
href="609f5f2193"><code>609f5f2</code></a>
Improve unreachable code analysis (<a
href="https://redirect.github.com/jendrikseipp/vulture/issues/302">#302</a>)</li>
<li><a
href="9f44d4c2d2"><code>9f44d4c</code></a>
Drop obsolete 'style' tox environment.</li>
<li><a
href="f0ab7baa19"><code>f0ab7ba</code></a>
Cosmetics.</li>
<li><a
href="798809a43b"><code>798809a</code></a>
Add type hints for the <code>get_unused_code</code> function and the
fields of <code>Item</code>. (...</li>
<li><a
href="d21ad35d53"><code>d21ad35</code></a>
Update version number to 2.13 for release.</li>
<li><a
href="ea66db2899"><code>ea66db2</code></a>
Add release date.</li>
<li>Additional commits viewable in <a
href="https://github.com/jendrikseipp/vulture/compare/v2.10...v2.14">compare
view</a></li>
</ul>
</details>
<br />


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-15 04:20:10 +00:00
Erik Vroon
64998841e2 Fix dev packages (#1076)
Pins dev packages to avoid CI failing on master.
Fixes some Ruff warnings/errors
2025-01-14 13:21:24 +00:00
dependabot[bot]
6a909a445a Update fastapi requirement from 0.115.5 to 0.115.6 in /backend (#1037)
Updates the requirements on
[fastapi](https://github.com/fastapi/fastapi) to permit the latest
version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fastapi/fastapi/releases">fastapi's
releases</a>.</em></p>
<blockquote>
<h2>0.115.6</h2>
<h3>Fixes</h3>
<ul>
<li>🐛 Preserve traceback when an exception is raised in sync dependency
with <code>yield</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/5823">#5823</a>
by <a href="https://github.com/sombek"><code>@​sombek</code></a>.</li>
</ul>
<h3>Refactors</h3>
<ul>
<li>♻️ Update tests and internals for compatibility with Pydantic
&gt;=2.10. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12971">#12971</a>
by <a href="https://github.com/tamird"><code>@​tamird</code></a>.</li>
</ul>
<h3>Docs</h3>
<ul>
<li>📝 Update includes format in docs with an automated script. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12950">#12950</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update includes for
<code>docs/de/docs/advanced/using-request-directly.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12685">#12685</a>
by <a
href="https://github.com/alissadb"><code>@​alissadb</code></a>.</li>
<li>📝 Update includes for
<code>docs/de/docs/how-to/conditional-openapi.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12689">#12689</a>
by <a
href="https://github.com/alissadb"><code>@​alissadb</code></a>.</li>
</ul>
<h3>Translations</h3>
<ul>
<li>🌐 Add Traditional Chinese translation for
<code>docs/zh-hant/docs/async.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12990">#12990</a>
by <a
href="https://github.com/ILoveSorasakiHina"><code>@​ILoveSorasakiHina</code></a>.</li>
<li>🌐 Add Traditional Chinese translation for
<code>docs/zh-hant/docs/tutorial/query-param-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12932">#12932</a>
by <a
href="https://github.com/Vincy1230"><code>@​Vincy1230</code></a>.</li>
<li>🌐 Add Korean translation for
<code>docs/ko/docs/advanced/testing-dependencies.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12992">#12992</a>
by <a
href="https://github.com/Limsunoh"><code>@​Limsunoh</code></a>.</li>
<li>🌐 Add Korean translation for
<code>docs/ko/docs/advanced/websockets.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12991">#12991</a>
by <a
href="https://github.com/kwang1215"><code>@​kwang1215</code></a>.</li>
<li>🌐 Add Portuguese translation for
<code>docs/pt/docs/tutorial/response-model.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12933">#12933</a>
by <a
href="https://github.com/AndreBBM"><code>@​AndreBBM</code></a>.</li>
<li>🌐 Add Korean translation for
<code>docs/ko/docs/advanced/middlewares.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12753">#12753</a>
by <a
href="https://github.com/nahyunkeem"><code>@​nahyunkeem</code></a>.</li>
<li>🌐 Add Korean translation for
<code>docs/ko/docs/advanced/openapi-webhooks.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12752">#12752</a>
by <a href="https://github.com/saeye"><code>@​saeye</code></a>.</li>
<li>🌐 Add Chinese translation for
<code>docs/zh/docs/tutorial/query-param-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12931">#12931</a>
by <a
href="https://github.com/Vincy1230"><code>@​Vincy1230</code></a>.</li>
<li>🌐 Add Russian translation for
<code>docs/ru/docs/tutorial/query-param-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12445">#12445</a>
by <a
href="https://github.com/gitgernit"><code>@​gitgernit</code></a>.</li>
<li>🌐 Add Korean translation for
<code>docs/ko/docs/tutorial/query-param-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12940">#12940</a>
by <a href="https://github.com/jts8257"><code>@​jts8257</code></a>.</li>
<li>🔥 Remove obsolete tutorial translation to Chinese for
<code>docs/zh/docs/tutorial/sql-databases.md</code>, it references files
that are no longer on the repo. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12949">#12949</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12954">#12954</a>
by <a
href="https://github.com/apps/pre-commit-ci"><code>@​pre-commit-ci[bot]</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bb8c2a6498"><code>bb8c2a6</code></a>
🔖 Release version 0.115.6</li>
<li><a
href="905ec1edde"><code>905ec1e</code></a>
📝 Update release notes</li>
<li><a
href="4f8157588e"><code>4f81575</code></a>
🐛 Preserve traceback when exception is raised in sync dependency with
<code>yield</code>...</li>
<li><a
href="8255edfecf"><code>8255edf</code></a>
📝 Update release notes</li>
<li><a
href="53c87842b0"><code>53c8784</code></a>
🌐 Add Traditional Chinese translation for
<code>docs/zh-hant/docs/async.md</code> (<a
href="https://redirect.github.com/fastapi/fastapi/issues/12990">#12990</a>)</li>
<li><a
href="297135244d"><code>2971352</code></a>
📝 Update release notes</li>
<li><a
href="8376228a49"><code>8376228</code></a>
🌐 Add Traditional Chinese translation for
`docs/zh-hant/docs/tutorial/query-p...</li>
<li><a
href="6c7873c77e"><code>6c7873c</code></a>
📝 Update release notes</li>
<li><a
href="d75b81ce3f"><code>d75b81c</code></a>
🌐 Add Korean translation for
<code>docs/ko/docs/advanced/testing-dependencies.md</code> ...</li>
<li><a
href="206037c292"><code>206037c</code></a>
📝 Update release notes</li>
<li>Additional commits viewable in <a
href="https://github.com/fastapi/fastapi/compare/0.115.5...0.115.6">compare
view</a></li>
</ul>
</details>
<br />


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-04 05:08:52 +00:00
dependabot[bot]
7021bb2373 Update pytest requirement from <=8.3.3 to <=8.3.4 in /backend (#1034)
Updates the requirements on
[pytest](https://github.com/pytest-dev/pytest) to permit the latest
version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest/releases">pytest's
releases</a>.</em></p>
<blockquote>
<h2>8.3.4</h2>
<h1>pytest 8.3.4 (2024-12-01)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12592">#12592</a>:
Fixed <code>KeyError</code>{.interpreted-text role=&quot;class&quot;}
crash when using <code>--import-mode=importlib</code> in a directory
layout where a directory contains a child directory with the same
name.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12818">#12818</a>:
Assertion rewriting now preserves the source ranges of the original
instructions, making it play well with tools that deal with the
<code>AST</code>, like <a
href="https://github.com/alexmojaki/executing">executing</a>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12849">#12849</a>:
ANSI escape codes for colored output now handled correctly in
<code>pytest.fail</code>{.interpreted-text role=&quot;func&quot;} with
[pytrace=False]{.title-ref}.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/9353">#9353</a>:
<code>pytest.approx</code>{.interpreted-text role=&quot;func&quot;} now
uses strict equality when given booleans.</p>
</li>
</ul>
<h2>Improved documentation</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10558">#10558</a>:
Fix ambiguous docstring of
<code>pytest.Config.getoption</code>{.interpreted-text
role=&quot;func&quot;}.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10829">#10829</a>:
Improve documentation on the current handling of the
<code>--basetemp</code> option and its lack of retention functionality
(<code>temporary directory location and
retention</code>{.interpreted-text role=&quot;ref&quot;}).</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12866">#12866</a>:
Improved cross-references concerning the
<code>recwarn</code>{.interpreted-text role=&quot;fixture&quot;}
fixture.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12966">#12966</a>:
Clarify <code>filterwarnings</code>{.interpreted-text
role=&quot;ref&quot;} docs on filter precedence/order when using
multiple <code>@pytest.mark.filterwarnings
&lt;pytest.mark.filterwarnings ref&gt;</code>{.interpreted-text
role=&quot;ref&quot;} marks.</p>
</li>
</ul>
<h2>Contributor-facing changes</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12497">#12497</a>:
Fixed two failing pdb-related tests on Python 3.13.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="53f8b4e634"><code>53f8b4e</code></a>
Update pypa/gh-action-pypi-publish to v1.12.2</li>
<li><a
href="98dff36c9d"><code>98dff36</code></a>
Prepare release version 8.3.4</li>
<li><a
href="1b474e221d"><code>1b474e2</code></a>
approx: use exact comparison for bool (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13013">#13013</a>)</li>
<li><a
href="b541721529"><code>b541721</code></a>
docs: Fix wrong statement about sys.modules with importlib import mode
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/1298">#1298</a>...</li>
<li><a
href="16cb87b650"><code>16cb87b</code></a>
pytest.fail: fix ANSI escape codes for colored output (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12959">#12959</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12990">#12990</a>)</li>
<li><a
href="be6bc812b0"><code>be6bc81</code></a>
Issue <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12966">#12966</a>
Clarify filterwarnings docs on precedence when using multiple ma...</li>
<li><a
href="7aeb72bbc6"><code>7aeb72b</code></a>
Improve docs on basetemp and retention (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12912">#12912</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12928">#12928</a>)</li>
<li><a
href="c8758414cf"><code>c875841</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12917">#12917</a>
from pytest-dev/patchback/backports/8.3.x/ded1f44e5...</li>
<li><a
href="6502816d97"><code>6502816</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12913">#12913</a>
from jakkdl/dontfailonbadpath</li>
<li><a
href="52135b033f"><code>52135b0</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12885">#12885</a>
from The-Compiler/pdb-py311 (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12887">#12887</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/1.0.0b3...8.3.4">compare
view</a></li>
</ul>
</details>
<br />


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02 04:54:27 +00:00
Erik Vroon
cdde8c1fd3 Swiss scheduling improvements (#1019) 2024-11-21 19:59:02 +01:00
dependabot[bot]
34d37fb89d Update bcrypt requirement from 4.2.0 to 4.2.1 in /backend (#1014)
Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt) to
permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyca/bcrypt/blob/main/release.py">bcrypt's
changelog</a>.</em></p>
<blockquote>
<h1>Licensed under the Apache License, Version 2.0 (the
&quot;License&quot;);</h1>
<h1>you may not use this file except in compliance with the
License.</h1>
<h1>You may obtain a copy of the License at</h1>
<h1></h1>
<h1><a
href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a></h1>
<h1></h1>
<h1>Unless required by applicable law or agreed to in writing,
software</h1>
<h1>distributed under the License is distributed on an &quot;AS IS&quot;
BASIS,</h1>
<h1>WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.</h1>
<h1>See the License for the specific language governing permissions
and</h1>
<h1>limitations under the License.</h1>
<p>import subprocess</p>
<p>import click</p>
<p>def run(*args, **kwargs):
print(f&quot;[running] {list(args)}&quot;)
subprocess.check_call(list(args), **kwargs)</p>
<p><a href="https://github.com/click"><code>@​click</code></a>.command()
<a
href="https://github.com/click"><code>@​click</code></a>.argument(&quot;version&quot;)
def release(version):
&quot;&quot;&quot;
<code>version</code> should be a string like '0.4' or '1.0'.
&quot;&quot;&quot;
run(&quot;git&quot;, &quot;tag&quot;, &quot;-s&quot;, version,
&quot;-m&quot;, f&quot;{version} release&quot;)
run(&quot;git&quot;, &quot;push&quot;, &quot;--tags&quot;, &quot;<a
href="mailto:git@github.com">git@github.com</a>:pyca/bcrypt.git&quot;)</p>
<p>if <strong>name</strong> == &quot;<strong>main</strong>&quot;:
release()</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="735609d2a6"><code>735609d</code></a>
Bump version for 4.2.1 (<a
href="https://redirect.github.com/pyca/bcrypt/issues/914">#914</a>)</li>
<li><a
href="137ae46156"><code>137ae46</code></a>
Bump bcrypt from 0.15.1 to 0.16.0 in /src/_bcrypt (<a
href="https://redirect.github.com/pyca/bcrypt/issues/912">#912</a>)</li>
<li><a
href="50bce3f46a"><code>50bce3f</code></a>
Fix warnings from pyo3 0.23 (<a
href="https://redirect.github.com/pyca/bcrypt/issues/911">#911</a>)</li>
<li><a
href="8ea3ef80b0"><code>8ea3ef8</code></a>
Bump pyo3 from 0.22.6 to 0.23.1 in /src/_bcrypt (<a
href="https://redirect.github.com/pyca/bcrypt/issues/909">#909</a>)</li>
<li><a
href="f7149da041"><code>f7149da</code></a>
Bump libc from 0.2.162 to 0.2.164 in /src/_bcrypt (<a
href="https://redirect.github.com/pyca/bcrypt/issues/910">#910</a>)</li>
<li><a
href="037b2e1163"><code>037b2e1</code></a>
Bump cpufeatures from 0.2.14 to 0.2.15 in /src/_bcrypt (<a
href="https://redirect.github.com/pyca/bcrypt/issues/908">#908</a>)</li>
<li><a
href="b01dbfd4a1"><code>b01dbfd</code></a>
Bump libc from 0.2.161 to 0.2.162 in /src/_bcrypt (<a
href="https://redirect.github.com/pyca/bcrypt/issues/907">#907</a>)</li>
<li><a
href="f865b0844f"><code>f865b08</code></a>
Bump pypa/gh-action-pypi-publish from 1.12.0 to 1.12.2 (<a
href="https://redirect.github.com/pyca/bcrypt/issues/906">#906</a>)</li>
<li><a
href="6a4419e775"><code>6a4419e</code></a>
Bump pyo3 from 0.22.5 to 0.22.6 in /src/_bcrypt (<a
href="https://redirect.github.com/pyca/bcrypt/issues/905">#905</a>)</li>
<li><a
href="b08bdb7d23"><code>b08bdb7</code></a>
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.0 (<a
href="https://redirect.github.com/pyca/bcrypt/issues/904">#904</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pyca/bcrypt/compare/4.2.0...4.2.1">compare
view</a></li>
</ul>
</details>
<br />


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 04:44:11 +00:00
dependabot[bot]
a45aac75f4 Update fastapi requirement from 0.115.4 to 0.115.5 in /backend (#1006)
Updates the requirements on
[fastapi](https://github.com/fastapi/fastapi) to permit the latest
version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fastapi/fastapi/releases">fastapi's
releases</a>.</em></p>
<blockquote>
<h2>0.115.5</h2>
<h3>Refactors</h3>
<ul>
<li>♻️ Update internal checks to support Pydantic 2.10. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12914">#12914</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Docs</h3>
<ul>
<li>📝 Update includes for <code>docs/en/docs/tutorial/body.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12757">#12757</a>
by <a href="https://github.com/gsheni"><code>@​gsheni</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/testing-dependencies.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12647">#12647</a>
by <a
href="https://github.com/AyushSinghal1794"><code>@​AyushSinghal1794</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/metadata.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12773">#12773</a>
by <a
href="https://github.com/Nimitha-jagadeesha"><code>@​Nimitha-jagadeesha</code></a>.</li>
<li>📝 Update
<code>docs/en/docs/tutorial/dependencies/dependencies-with-yield.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12045">#12045</a>
by <a href="https://github.com/xuvjso"><code>@​xuvjso</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/dependencies/global-dependencies.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12653">#12653</a>
by <a
href="https://github.com/vishnuvskvkl"><code>@​vishnuvskvkl</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/body-updates.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12712">#12712</a>
by <a href="https://github.com/davioc"><code>@​davioc</code></a>.</li>
<li>📝 Remove mention of Celery in the project generators. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12742">#12742</a>
by <a
href="https://github.com/david-caro"><code>@​david-caro</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/header-param-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12814">#12814</a>
by <a
href="https://github.com/zhaohan-dong"><code>@​zhaohan-dong</code></a>.</li>
<li>📝 Update <code>contributing.md</code> docs, include note to not
translate this page. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12841">#12841</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/request-forms.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12648">#12648</a>
by <a
href="https://github.com/vishnuvskvkl"><code>@​vishnuvskvkl</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/request-form-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12649">#12649</a>
by <a
href="https://github.com/vishnuvskvkl"><code>@​vishnuvskvkl</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/security/oauth2-jwt.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12650">#12650</a>
by <a href="https://github.com/OCE1960"><code>@​OCE1960</code></a>.</li>
<li>📝 Update includes in
<code>docs/vi/docs/tutorial/first-steps.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12754">#12754</a>
by <a href="https://github.com/MxPy"><code>@​MxPy</code></a>.</li>
<li>📝 Update includes for <code>docs/pt/docs/advanced/wsgi.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12769">#12769</a>
by <a
href="https://github.com/Nimitha-jagadeesha"><code>@​Nimitha-jagadeesha</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12815">#12815</a>
by <a
href="https://github.com/handabaldeep"><code>@​handabaldeep</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/dependencies/classes-as-dependencies.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12813">#12813</a>
by <a
href="https://github.com/handabaldeep"><code>@​handabaldeep</code></a>.</li>
<li>✏️ Fix error in <code>docs/en/docs/tutorial/middleware.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12819">#12819</a>
by <a
href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/security/get-current-user.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12645">#12645</a>
by <a href="https://github.com/OCE1960"><code>@​OCE1960</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/security/first-steps.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12643">#12643</a>
by <a href="https://github.com/OCE1960"><code>@​OCE1960</code></a>.</li>
<li>📝 Update includes in
<code>docs/de/docs/advanced/additional-responses.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12821">#12821</a>
by <a
href="https://github.com/zhaohan-dong"><code>@​zhaohan-dong</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/generate-clients.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12642">#12642</a>
by <a
href="https://github.com/AyushSinghal1794"><code>@​AyushSinghal1794</code></a>.</li>
<li>📝 Fix admonition double quotes with new syntax. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12835">#12835</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update includes in
<code>docs/zh/docs/advanced/additional-responses.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12828">#12828</a>
by <a
href="https://github.com/zhaohan-dong"><code>@​zhaohan-dong</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/path-params-numeric-validations.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12825">#12825</a>
by <a
href="https://github.com/zhaohan-dong"><code>@​zhaohan-dong</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/advanced/testing-websockets.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12761">#12761</a>
by <a
href="https://github.com/hamidrasti"><code>@​hamidrasti</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/advanced/using-request-directly.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12760">#12760</a>
by <a
href="https://github.com/hamidrasti"><code>@​hamidrasti</code></a>.</li>
<li>📝 Update includes for <code>docs/advanced/wsgi.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12758">#12758</a>
by <a
href="https://github.com/hamidrasti"><code>@​hamidrasti</code></a>.</li>
<li>📝 Update includes in
<code>docs/de/docs/tutorial/middleware.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12729">#12729</a>
by <a
href="https://github.com/paintdog"><code>@​paintdog</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/schema-extra-example.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12822">#12822</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update includes in
<code>docs/fr/docs/advanced/additional-responses.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12634">#12634</a>
by <a
href="https://github.com/fegmorte"><code>@​fegmorte</code></a>.</li>
<li>📝 Update includes in
<code>docs/fr/docs/advanced/path-operation-advanced-configuration.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12633">#12633</a>
by <a
href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
<li>📝 Update includes in
<code>docs/fr/docs/advanced/response-directly.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12632">#12632</a>
by <a
href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/header-params.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12640">#12640</a>
by <a
href="https://github.com/vishnuvskvkl"><code>@​vishnuvskvkl</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/cookie-param-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12639">#12639</a>
by <a
href="https://github.com/vishnuvskvkl"><code>@​vishnuvskvkl</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/extra-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12638">#12638</a>
by <a
href="https://github.com/vishnuvskvkl"><code>@​vishnuvskvkl</code></a>.</li>
<li>📝 Update includes for <code>docs/en/docs/tutorial/cors.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12637">#12637</a>
by <a
href="https://github.com/vishnuvskvkl"><code>@​vishnuvskvkl</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/dependencies/sub-dependencies.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12810">#12810</a>
by <a
href="https://github.com/handabaldeep"><code>@​handabaldeep</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/body-nested-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12812">#12812</a>
by <a
href="https://github.com/zhaohan-dong"><code>@​zhaohan-dong</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/path-operation-configuration.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12809">#12809</a>
by <a
href="https://github.com/AlexWendland"><code>@​AlexWendland</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/request-files.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12818">#12818</a>
by <a
href="https://github.com/zhaohan-dong"><code>@​zhaohan-dong</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/query-param-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12817">#12817</a>
by <a
href="https://github.com/handabaldeep"><code>@​handabaldeep</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/path-params.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12811">#12811</a>
by <a
href="https://github.com/AlexWendland"><code>@​AlexWendland</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/response-model.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12621">#12621</a>
by <a
href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f057f4a067"><code>f057f4a</code></a>
🔖 Release version 0.115.5</li>
<li><a
href="c6f021ecc2"><code>c6f021e</code></a>
📝 Update release notes</li>
<li><a
href="91a929319c"><code>91a9293</code></a>
♻️ Update internal checks to support Pydantic 2.10 (<a
href="https://redirect.github.com/fastapi/fastapi/issues/12914">#12914</a>)</li>
<li><a
href="f716490823"><code>f716490</code></a>
📝 Update release notes</li>
<li><a
href="c1781066be"><code>c178106</code></a>
📝 Update includes for <code>docs/en/docs/tutorial/body.md</code> (<a
href="https://redirect.github.com/fastapi/fastapi/issues/12757">#12757</a>)</li>
<li><a
href="88cc900c83"><code>88cc900</code></a>
📝 Update release notes</li>
<li><a
href="20809a175a"><code>20809a1</code></a>
⬆ [pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/fastapi/fastapi/issues/12907">#12907</a>)</li>
<li><a
href="5a48c37056"><code>5a48c37</code></a>
📝 Update release notes</li>
<li><a
href="13892a39cd"><code>13892a3</code></a>
📝 Update includes in
<code>docs/en/docs/advanced/testing-dependencies.md</code> (<a
href="https://redirect.github.com/fastapi/fastapi/issues/12647">#12647</a>)</li>
<li><a
href="9467000ad2"><code>9467000</code></a>
📝 Update release notes</li>
<li>Additional commits viewable in <a
href="https://github.com/fastapi/fastapi/compare/0.115.4...0.115.5">compare
view</a></li>
</ul>
</details>
<br />


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-13 04:14:09 +00:00
Erik Vroon
b6680b4aeb Support Python 3.12 (#1004) 2024-11-12 10:06:45 +00:00
Erik Vroon
9f123babc2 Update elimination matches when updating rankings (#1002) 2024-11-08 17:51:41 +01:00
Erik Vroon
6aa2c51f89 Assign teams to subsequent elimination rounds (#1001)
fixes https://github.com/evroon/bracket/issues/998
2024-11-08 17:34:12 +01:00
Erik Vroon
ed659ff686 Fix bugs in presentation dashboard (#999) 2024-11-08 14:37:14 +01:00
Erik Vroon
5719bbf3c1 Handle edge case with empty stage item inputs (#997) 2024-11-07 16:53:09 +01:00
Erik Vroon
19372a8db4 Allow correct number of inputs (#996)
fixes https://github.com/evroon/bracket/issues/612
2024-11-07 15:04:55 +00:00
Erik Vroon
a67db3aa56 Discard match results when activating previous stage (#995) 2024-11-07 14:55:15 +00:00
Erik Vroon
58470c4700 Fix handling of sequence in available inputs (#994) 2024-11-06 17:55:37 +01:00
Erik Vroon
cfb74c3959 Fix handling of available inputs (#993) 2024-11-06 16:03:56 +00:00
Erik Vroon
932e5a245d Show updates to stage item inputs when going to next stage (#966) 2024-11-06 14:52:42 +01:00
Erik Vroon
d37f6cf2cf Fix conflict detection (#973) 2024-10-28 20:18:31 +01:00
Erik Vroon
5c6339a3de Fix error on null input options (#972) 2024-10-28 18:00:42 +01:00
Erik Vroon
f8d6d77704 Show stage item input options correctly (#971) 2024-10-28 08:23:11 +01:00
dependabot[bot]
6a239e6ac9 Update fastapi requirement from 0.114.0 to 0.115.4 in /backend (#970)
Updates the requirements on
[fastapi](https://github.com/fastapi/fastapi) to permit the latest
version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fastapi/fastapi/releases">fastapi's
releases</a>.</em></p>
<blockquote>
<h2>0.115.4</h2>
<h3>Refactors</h3>
<ul>
<li>♻️ Update logic to import and check <code>python-multipart</code>
for compatibility with newer version. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12627">#12627</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Docs</h3>
<ul>
<li>📝 Update includes in <code>docs/fr/docs/tutorial/body.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12596">#12596</a>
by <a
href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
<li>📝 Update includes in
<code>docs/fr/docs/tutorial/debugging.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12595">#12595</a>
by <a
href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
<li>📝 Update includes in
<code>docs/fr/docs/tutorial/query-params-str-validations.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12591">#12591</a>
by <a
href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
<li>📝 Update includes in
<code>docs/fr/docs/tutorial/query-params.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12589">#12589</a>
by <a
href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
<li>📝 Update includes in <code>docs/en/tutorial/body-fields.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12588">#12588</a>
by <a
href="https://github.com/lucaromagnoli"><code>@​lucaromagnoli</code></a>.</li>
<li>📝 Update includes in
<code>docs/de/docs/tutorial/response-status-code.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12585">#12585</a>
by <a
href="https://github.com/abejaranoh"><code>@​abejaranoh</code></a>.</li>
<li>📝 Update includes in <code>docs/en/docs/tutorial/body.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12586">#12586</a>
by <a
href="https://github.com/lucaromagnoli"><code>@​lucaromagnoli</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/behind-a-proxy.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12583">#12583</a>
by <a
href="https://github.com/imjuanleonard"><code>@​imjuanleonard</code></a>.</li>
<li>📝 Update includes syntax for
<code>docs/pl/docs/tutorial/first-steps.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12584">#12584</a>
by <a
href="https://github.com/sebkozlo"><code>@​sebkozlo</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/middleware.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12582">#12582</a>
by <a
href="https://github.com/montanarograziano"><code>@​montanarograziano</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/additional-status-codes.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12577">#12577</a>
by <a
href="https://github.com/krishnamadhavan"><code>@​krishnamadhavan</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/advanced-dependencies.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12578">#12578</a>
by <a
href="https://github.com/krishnamadhavan"><code>@​krishnamadhavan</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/additional-responses.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12576">#12576</a>
by <a
href="https://github.com/krishnamadhavan"><code>@​krishnamadhavan</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/static-files.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12575">#12575</a>
by <a
href="https://github.com/lucaromagnoli"><code>@​lucaromagnoli</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/async-tests.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12568">#12568</a>
by <a
href="https://github.com/krishnamadhavan"><code>@​krishnamadhavan</code></a>.</li>
<li>📝 Update includes in
<code>docs/pt/docs/advanced/behind-a-proxy.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12563">#12563</a>
by <a
href="https://github.com/asmioglou"><code>@​asmioglou</code></a>.</li>
<li>📝 Update includes in
<code>docs/de/docs/advanced/security/http-basic-auth.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12561">#12561</a>
by <a
href="https://github.com/Nimitha-jagadeesha"><code>@​Nimitha-jagadeesha</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/background-tasks.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12559">#12559</a>
by <a
href="https://github.com/FarhanAliRaza"><code>@​FarhanAliRaza</code></a>.</li>
<li>📝 Update includes in <code>docs/fr/docs/python-types.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12558">#12558</a>
by <a
href="https://github.com/Ismailtlem"><code>@​Ismailtlem</code></a>.</li>
<li>📝 Update includes in <code>docs/en/docs/how-to/graphql.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12564">#12564</a>
by <a
href="https://github.com/philipokiokio"><code>@​philipokiokio</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/how-to/extending-openapi.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12562">#12562</a>
by <a
href="https://github.com/philipokiokio"><code>@​philipokiokio</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/how-to/configure-swagger-ui.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12556">#12556</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/how-to/separate-openapi-schemas.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12555">#12555</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/advanced/security/http-basic-auth.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12553">#12553</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/first-steps.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12552">#12552</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update includes in <code>docs/en/docs/python-types.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12551">#12551</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Fix link in OAuth2 docs. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12550">#12550</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Add External Link: FastAPI do Zero. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12533">#12533</a>
by <a
href="https://github.com/rennerocha"><code>@​rennerocha</code></a>.</li>
<li>📝 Fix minor typos. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12516">#12516</a>
by <a
href="https://github.com/kkirsche"><code>@​kkirsche</code></a>.</li>
<li>🌐 Fix rendering issue in translations. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12509">#12509</a>
by <a
href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li>
</ul>
<h3>Translations</h3>
<ul>
<li>📝 Update includes in
<code>docs/de/docs/advanced/async-tests.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12567">#12567</a>
by <a
href="https://github.com/imjuanleonard"><code>@​imjuanleonard</code></a>.</li>
<li>🌐 Add Portuguese translation for
<code>docs/pt/docs/tutorial/sql-databases.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12530">#12530</a>
by <a
href="https://github.com/ilacftemp"><code>@​ilacftemp</code></a>.</li>
<li>🌐 Add Korean translation for
<code>docs/ko/docs/benchmarks.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12540">#12540</a>
by <a
href="https://github.com/Limsunoh"><code>@​Limsunoh</code></a>.</li>
<li>🌐 Add Portuguese translation for
<code>docs/pt/docs/how-to/separate-openapi-schemas.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12518">#12518</a>
by <a
href="https://github.com/ilacftemp"><code>@​ilacftemp</code></a>.</li>
<li>🌐 Update Traditional Chinese translation for
<code>docs/zh-hant/docs/deployment/index.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12521">#12521</a>
by <a
href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
<li>🌐 Update Traditional Chinese translation for
<code>docs/zh-hant/docs/deployment/cloud.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12522">#12522</a>
by <a
href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
<li>🌐 Update Traditional Chinese translation for
<code>docs/zh-hant/docs/how-to/index.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12523">#12523</a>
by <a
href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
<li>🌐 Update Traditional Chinese translation for
<code>docs/zh-hant/docs/tutorial/index.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12524">#12524</a>
by <a
href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
<li>🌐 Add Traditional Chinese translation for
<code>docs/zh-hant/docs/how-to/index.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12468">#12468</a>
by <a
href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
<li>🌐 Add Traditional Chinese translation for
<code>docs/zh-hant/docs/tutorial/index.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12466">#12466</a>
by <a
href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="31887b1cc6"><code>31887b1</code></a>
🔖 Release version 0.115.4</li>
<li><a
href="b270ff1e5e"><code>b270ff1</code></a>
📝 Update release notes</li>
<li><a
href="b31cbbf5f5"><code>b31cbbf</code></a>
♻️ Update logic to import and check <code>python-multipart</code> for
compatibility with...</li>
<li><a
href="aee7674ed2"><code>aee7674</code></a>
📝 Update release notes</li>
<li><a
href="4e6b1acccd"><code>4e6b1ac</code></a>
📝 Update includes in <code>docs/fr/docs/tutorial/body.md</code> (<a
href="https://redirect.github.com/fastapi/fastapi/issues/12596">#12596</a>)</li>
<li><a
href="9b1e5f29e6"><code>9b1e5f2</code></a>
📝 Update release notes</li>
<li><a
href="60aba0261c"><code>60aba02</code></a>
📝 Update includes in <code>docs/fr/docs/tutorial/debugging.md</code> (<a
href="https://redirect.github.com/fastapi/fastapi/issues/12595">#12595</a>)</li>
<li><a
href="2a4cf1736d"><code>2a4cf17</code></a>
📝 Update release notes</li>
<li><a
href="453f559934"><code>453f559</code></a>
📝 Update includes in
<code>docs/fr/docs/tutorial/query-params-str-validations.md</code>
...</li>
<li><a
href="af269cd131"><code>af269cd</code></a>
📝 Update release notes</li>
<li>Additional commits viewable in <a
href="https://github.com/fastapi/fastapi/compare/0.114.0...0.115.4">compare
view</a></li>
</ul>
</details>
<br />


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 08:22:20 +01:00
Erik Vroon
538b4e145c Show conflicts (#967) 2024-10-27 20:29:36 +01:00
Erik Vroon
e98704f4e1 Delete rankings when deleting tournament (#965) 2024-10-27 17:59:30 +01:00
Erik Vroon
d32c36080e Allow changing inputs after creating stage item (#962) 2024-10-26 19:34:08 +02:00
Erik Vroon
52890fadb2 Use stage item inputs instead of teams (#909)
A match should contain two stage item inputs that oppose each other,
instead of two teams. This simplifies a lot and is more logical.
2024-10-21 18:44:25 +02:00
dependabot[bot]
107de330b7 Bump pylint from 3.2.7 to 3.3.1 in /backend (#933)
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to
3.3.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="76bce72bc5"><code>76bce72</code></a>
Bump pylint to 3.3.1, update changelog (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9954">#9954</a>)</li>
<li><a
href="55ee81651a"><code>55ee816</code></a>
Bump astroid to 3.3.4 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9951">#9951</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9952">#9952</a>)</li>
<li><a
href="6350dfa900"><code>6350dfa</code></a>
Bump pylint to 3.3.0, update changelog</li>
<li><a
href="78f3dfa0c4"><code>78f3dfa</code></a>
Bump astroid to 3.3.3 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9939">#9939</a>)</li>
<li><a
href="b28c1f6933"><code>b28c1f6</code></a>
Add check for <code>unnecessary-default-type-args</code> (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9938">#9938</a>)</li>
<li><a
href="bd97b93db8"><code>bd97b93</code></a>
[doc framework] Assert that the good and bad example exists in the doc
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9936">#9936</a>)</li>
<li><a
href="7aa44364a6"><code>7aa4436</code></a>
Fix duplicate workflow step ids (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9934">#9934</a>)</li>
<li><a
href="09509163ba"><code>0950916</code></a>
[pre-commit] Add codespell, and fix some existing typos (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9912">#9912</a>)</li>
<li><a
href="3b4a7f9ba6"><code>3b4a7f9</code></a>
Add details.rst for c-extension-no-member (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9933">#9933</a>)</li>
<li><a
href="7d60c27efc"><code>7d60c27</code></a>
Explicitly save cache in primer jobs</li>
<li>Additional commits viewable in <a
href="https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pylint&package-manager=pip&previous-version=3.2.7&new-version=3.3.1)](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>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik Vroon <erik.vroon22@gmail.com>
2024-10-04 14:36:18 +02:00
Erik Vroon
ef0b2fe576 Pin pylint to 3.2.7 (#931) 2024-10-04 00:22:37 +02:00
dependabot[bot]
4c77a32786 Update pytest requirement from <=8.3.2 to <=8.3.3 in /backend (#907)
Updates the requirements on
[pytest](https://github.com/pytest-dev/pytest) to permit the latest
version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest/releases">pytest's
releases</a>.</em></p>
<blockquote>
<h2>8.3.3</h2>
<h1>pytest 8.3.3 (2024-09-09)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12446">#12446</a>:
Avoid calling <code>@property</code> (and other instance descriptors)
during fixture discovery -- by <code>asottile</code>{.interpreted-text
role=&quot;user&quot;}</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12659">#12659</a>:
Fixed the issue of not displaying assertion failure differences when
using the parameter <code>--import-mode=importlib</code> in
pytest&gt;=8.1.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12667">#12667</a>:
Fixed a regression where type change in
[ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to
fail.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12744">#12744</a>:
Fixed typing compatibility with Python 3.9 or less -- replaced
[typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} --
by <code>Avasam</code>{.interpreted-text role=&quot;user&quot;}</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12745">#12745</a>:
Fixed an issue with backslashes being incorrectly converted in nodeid
paths on Windows, ensuring consistent path handling across
environments.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/6682">#6682</a>:
Fixed bug where the verbosity levels where not being respected when
printing the &quot;msg&quot; part of failed assertion (as in
<code>assert condition, msg</code>).</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/9422">#9422</a>:
Fix bug where disabling the terminal plugin via <code>-p
no:terminal</code> would cause crashes related to missing the
<code>verbose</code> option.</p>
<p>-- by <code>GTowers1</code>{.interpreted-text
role=&quot;user&quot;}</p>
</li>
</ul>
<h2>Improved documentation</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12663">#12663</a>:
Clarify that the [pytest_deselected]{.title-ref} hook should be called
from [pytest_collection_modifyitems]{.title-ref} hook implementations
when items are deselected.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12678">#12678</a>:
Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref}
example in docs.</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12769">#12769</a>:
Fix typos discovered by codespell and add codespell to pre-commit
hooks.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d0f136fe64"><code>d0f136f</code></a>
build(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12790">#12790</a>)</li>
<li><a
href="972f307c78"><code>972f307</code></a>
Prepare release version 8.3.3</li>
<li><a
href="0dabdcfe4d"><code>0dabdcf</code></a>
Include co-authors in release announcement (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12795">#12795</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12797">#12797</a>)</li>
<li><a
href="a9910a413a"><code>a9910a4</code></a>
Do not discover properties when iterating fixtures (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12781">#12781</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12788">#12788</a>)</li>
<li><a
href="0f10b6b0d8"><code>0f10b6b</code></a>
Fix issue with slashes being turned into backslashes on Windows (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12760">#12760</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12">#12</a>...</li>
<li><a
href="300d13d223"><code>300d13d</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12785">#12785</a>
from pytest-dev/patchback/backports/8.3.x/57cccf7f4...</li>
<li><a
href="e5d32c73ab"><code>e5d32c7</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12784">#12784</a>
from svenevs/fix/docs-example-parametrize-minor-typo</li>
<li><a
href="bc913d194e"><code>bc913d1</code></a>
Streamline checks for verbose option (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12706">#12706</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12778">#12778</a>)</li>
<li><a
href="01cfcc9f2d"><code>01cfcc9</code></a>
Fix typos and introduce codespell pre-commit hook (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12769">#12769</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12774">#12774</a>)</li>
<li><a
href="4873394d53"><code>4873394</code></a>
doc: Remove past training (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12772">#12772</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12773">#12773</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/1.0.0b3...8.3.3">compare
view</a></li>
</ul>
</details>
<br />


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-11 08:29:40 +02:00
Erik Vroon
66c9251348 Small readability fixes (#905) 2024-09-10 20:37:42 +02:00
Erik Vroon
388afa585a Make primary key typing stricter (#904) 2024-09-10 20:32:59 +02:00
Erik Vroon
b3073c0fa6 Fix paths of swiss endpoints (#903) 2024-09-10 19:21:24 +02:00
Erik Vroon
31aae10839 Show modal when activating stages (#897) 2024-09-08 19:20:05 +02:00
Erik Vroon
fb5be81be0 Create ranking for demo (#893) 2024-09-07 18:17:01 +02:00
Erik Vroon
d6449e8d05 Customize rankings (#797)
Allows you to add rankings that specify how the ranking per stage item
is calculated.
Points are now stored per stage item input.
2024-09-07 12:03:16 +02:00