Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2025

Bumps the required group with 10 updates in the / directory:

Package From To
asyncclick 8.1.8 8.2.2.2
pydoclint 0.6.6 0.6.10
mkdocs-macros-plugin 1.3.7 1.3.9
mkdocs-material 9.6.15 9.6.17
mkdocstrings[python] 0.29.1 0.30.0
mkdocstrings-python 1.16.12 1.17.0
mypy 1.16.1 1.17.1
pylint 3.3.7 3.3.8
pytest-asyncio 1.0.0 1.1.0
async-solipsism 0.7 0.8

Updates asyncclick from 8.1.8 to 8.2.2.2

Changelog

Sourced from asyncclick's changelog.

.. currentmodule:: asyncclick

asyncclick 8

  • Drop the version attribute. Use :mod:pkg_resouces or :mod:importlib.metadata (since Python 3.8) instead.
  • Drop enter_context and enter_async_context. Use Context.with_resourceand Context.with_async_resource instead.
  • The Context.close() method is now async and thus has been renamed to Context.aclose().
  • You can now select the AnyIO back-end to use with the @asyncclick.async_backend(NAME) decorator. The old method of setting asyncclick.anyio_backend=NAME still works.

Version 8.2.2

Released 2025-07-31

  • Fix reconciliation of default, flag_value and type parameters for flag options, as well as parsing and normalization of environment variables. :issue:2952 :pr:2956
  • Fix typing issue in BadParameter and MissingParameter exceptions for the parameter param_hint that did not allow for a sequence of string where the underlying functino _join_param_hints allows for it. :issue:2777 :pr:2990
  • Use the value of Enum choices to render their default value in help screen. Refs :issue:2911 :pr:3004
  • Fix completion for the Z shell (zsh) for completion items containing colons. :issue:2703 :pr:2846
  • Don't include envvar in error hint when not configured. :issue:2971 :pr:2972
  • Fix a rare race in click.testing.StreamMixer's finalization that manifested as a ValueError on close in a multi-threaded test session. :issue:2993 :pr:2991

Version 8.2.1

Released 2025-05-20

  • Fix flag value handling for flag options with a provided type. :issue:2894 :issue:2897 :pr:2930
  • Fix shell completion for nested groups. :issue:2906 :pr:2907
  • Flush sys.stderr at the end of CliRunner.invoke. :issue:2682
  • Fix EOF handling for stdin input in CliRunner. :issue:2787

Version 8.2.0

... (truncated)

Commits

Updates pydoclint from 0.6.6 to 0.6.10

Release notes

Sourced from pydoclint's releases.

0.6.10

What's Changed

Full Changelog: jsh9/pydoclint@0.6.9...0.6.10

0.6.9

What's Changed

Full Changelog: jsh9/pydoclint@0.6.8...0.6.9

0.6.8

What's Changed

Full Changelog: jsh9/pydoclint@0.6.7...0.6.8

0.6.7

What's Changed

Full Changelog: jsh9/pydoclint@0.6.6...0.6.7

Changelog

Sourced from pydoclint's changelog.

[0.6.10] - 2025-08-14

  • Changed
    • Migrated from setup.cfg/setup.py to pyproject.toml for modern Python packaging
    • Consolidated all package metadata into pyproject.toml [project] section
    • Removed deprecated setup.cfg and setup.py files
  • Full diff

[0.6.9] - 2025-08-14

  • Fixed
    • Fixed output formatting bug where blank lines between files would appear at the end when redirecting output to a file instead of between each file
  • Full diff

[0.6.8] - 2025-08-14

  • Changed
    • Enhanced numpy-style docstring detection with pattern-based recognition
    • Added pattern-based detection that looks for section headers with dashes (e.g., Returns\n-------) before falling back to size-based comparison
  • Updated
    • Updated documentation to reflect new detection logic and reformatted to 79 chars per line
  • Added
    • Added comprehensive test coverage for the new numpy-style detection functionality
  • Full diff

[0.6.7] - 2025-05-18

  • Changed
    • Reverted the default behavior of --quiet to be False
  • Fixed
    • Fixed a typo in the documentation
  • Full diff
Commits
  • b60d8bc Migrate from setup.cfg/py to pyproject.toml (#251)
  • 230a79b Fix output formatting bug with blank lines during redirection (#250)
  • 17ceca2 Enhance numpy-style docstring detection and update documentation (#249)
  • f118185 Add trigger for python-publish.yml
  • 07c7116 Update python-publish.yml
  • 8b89a2c Fix a typo in the documentation (#242)
  • 37fa474 Revert --quiet to default to False (#241)
  • See full diff in compare view

Updates mkdocs-macros-plugin from 1.3.7 to 1.3.9

Changelog

Sourced from mkdocs-macros-plugin's changelog.

Changelog: Mkdocs-Macros

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Commits
  • 86e31f7 Define explicitely python in update_pypi.sh
  • 6b396ec Add info in doc that a module can have relative path (#263)
  • 62daea9 Fix: Fix detection of Jinja2, to allow title rendering (#266)
  • e0ba1ba Test built-in filters (#253)
  • 0bc57e3 Fix imprecision in description of parameters for jinja2 syntax (#252)
  • 4fb7bf6 Change tests: MkDocsPage.find() -> find_text()
  • See full diff in compare view

Updates mkdocs-material from 9.6.15 to 9.6.17

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.6.17

  • Fixed #8396: Videos do not autoplay when inside a content tab
  • Fixed #8394: Stroke width not effective in Mermaid.js diagrams
  • Fixed disappearing version selector when hiding page title

mkdocs-material-9.6.16

  • Fixed #8349: Info plugin doesn't correctly detect virtualenv in some cases
  • Fixed #8334: Find-in-page detects matches in hidden search result list
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.6.17 (2025-08-15)

  • Fixed #8396: Videos do not autoplay when inside a content tab
  • Fixed #8394: Stroke width not effective in Mermaid.js diagrams
  • Fixed disappearing version selector when hiding page title

mkdocs-material-9.6.16 (2025-07-26)

  • Fixed #8349: Info plugin doesn't correctly detect virtualenv in some cases
  • Fixed #8334: Find-in-page detects matches in hidden search result list

mkdocs-material-9.6.15 (2025-07-01)

  • Updated Mongolian translations
  • Improved semantic markup of "edit this page" button
  • Improved info plugin virtual environment resolution
  • Fixed #8291: Large font size setting throws of breakpoints in JavaScript

mkdocs-material-9.6.14 (2025-05-13)

  • Fixed #8215: Social plugin crashes when CairoSVG is updated to 2.8

mkdocs-material-9.6.13 (2025-05-10)

  • Fixed #8204: Annotations showing list markers in print view
  • Fixed #8153: Improve style of cardinality symbols in Mermaid.js ER diagrams

mkdocs-material-9.6.12 (2025-04-17)

  • Fixed #8158: Flip footnote back reference icon for right-to-left languages

mkdocs-material-9.6.11 (2025-04-01)

  • Updated Docker image to latest Alpine Linux
  • Bump required Jinja version to 3.1
  • Fixed #8133: Jinja filter items not available (9.6.10 regression)
  • Fixed #8128: Search plugin not entirely disabled via enabled setting

mkdocs-material-9.6.10 (2025-03-30)

This version is a pure refactoring release, and does not contain new features or bug fixes. It strives to improve the compatibility of our templates with alternative Jinja-like template engines that we're currently exploring, including minijinja.

Additionally, it replaces several instances of Python function invocations with idiomatic use of template filters. All instances where variables have been mutated inside templates have been replaced. Most changes have been made in partials, and only a few in blocks, and all of them are fully backward compatible, so no changes to overrides are necessary.

... (truncated)

Commits
  • 6fb115b Prepare 9.6.17 release
  • f3bf8b3 Fixed linter errors
  • b1ad1bc Updated dependencies
  • 83055c1 Fixed linter errors
  • 9b1f4ef Fixed videos with autoplay not playing in content tabs
  • 1f7c404 Fixed stroke width not effective in Mermaid.js diagrams
  • 08fd869 Fixed disappearing version selector when hiding page title
  • d52b04b Temporarily pin click<8.2.2
  • 8f7b0dd Documentation
  • 479b60e Updated dependencies
  • Additional commits viewable in compare view

Updates mkdocstrings[python] from 0.29.1 to 0.30.0

Release notes

Sourced from mkdocstrings[python]'s releases.

0.30.0

0.30.0 - 2025-07-23

Compare with 0.29.1

Features

  • Add data-skip-inventory boolean attribute for elements to skip registration in local inventory (f856160 by Bartosz Sławecki). Issue-671, PR-774
  • Add I18N support (translations) (2b4ed54 by Nyuan Zhang). PR-645, Co-authored-by: Timothée Mazzucotelli [email protected]
Changelog

Sourced from mkdocstrings[python]'s changelog.

0.30.0 - 2025-07-23

Compare with 0.29.1

Features

  • Add data-skip-inventory boolean attribute for elements to skip registration in local inventory (f856160 by Bartosz Sławecki). Issue-671, PR-774
  • Add I18N support (translations) (2b4ed54 by Nyuan Zhang). PR-645, Co-authored-by: Timothée Mazzucotelli [email protected]
Commits
  • 2be445f chore: Prepare release 0.30.0
  • f856160 feat: Add data-skip-inventory boolean attribute for elements to skip regist...
  • 2b4ed54 feat: Add I18N support (translations)
  • 51f217f chore: Template upgrade
  • b1da3d0 ci: Ignore Ruff warnings
  • d5bf4e1 docs: Update link to YAML idiosyncrasies
  • See full diff in compare view

Updates mkdocstrings-python from 1.16.12 to 1.17.0

Release notes

Sourced from mkdocstrings-python's releases.

1.17.0

1.17.0 - 2025-08-14

Compare with 1.16.12

Features

Code Refactoring

  • Deprecate locale option in favor of mkdocstrings' (17f71ba by Timothée Mazzucotelli). PR-288
Changelog

Sourced from mkdocstrings-python's changelog.

1.17.0 - 2025-08-14

Compare with 1.16.12

Features

Code Refactoring

  • Deprecate locale option in favor of mkdocstrings' (17f71ba by Timothée Mazzucotelli). PR-288
Commits
  • 3a0bb1e chore: Prepare release 1.17.0
  • 0e3bdb8 feat: Support new Griffe parsing options warn_missing_types and warnings
  • e82c24f feat: Add skip_local_inventory option to prevent objects from being registe...
  • baf3fac ci: Remove type ignore comment
  • b3decd4 tests: Use new external_file helper from inline-snapshot
  • 864e528 tests: Fix usage of new inline-snapshot version
  • 17f71ba refactor: Deprecate locale option in favor of mkdocstrings'
  • a1bce97 docs: Move show_attribute_values option into "signatures" group
  • 6cf34b9 feat: Support hiding attribute values
  • d3b35e1 feat: Support hiding implementation signature (showing overload only)
  • Additional commits viewable in compare view

Updates mypy from 1.16.1 to 1.17.1

Changelog

Sourced from mypy's changelog.

Mypy 1.17.1

  • Retain None as constraints bottom if no bottoms were provided (Stanislav Terliakov, PR 19485)
  • Fix "ignored exception in hasattr" in dmypy (Stanislav Terliakov, PR 19428)
  • Prevent a crash when InitVar is redefined with a method in a subclass (Stanislav Terliakov, PR 19453)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • Alexey Makridenko
  • Brian Schubert
  • Chad Dombrova
  • Chainfire
  • Charlie Denton
  • Charulata
  • Christoph Tyralla
  • CoolCat467
  • Donal Burns
  • Guy Wilson
  • Ivan Levkivskyi
  • johnthagen
  • Jukka Lehtosalo
  • Łukasz Kwieciński
  • Marc Mueller
  • Michael J. Sullivan
  • Mikhail Golubev
  • Sebastian Rittau
  • Shantanu
  • Stanislav Terliakov
  • wyattscarpenter

I’d also like to thank my employer, Dropbox, for supporting mypy development.

Mypy 1.16

We’ve just uploaded mypy 1.16 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

Different Property Getter and Setter Types

Mypy now supports using different types for a property getter and setter:

class A:
    _value: int
</tr></table> 

... (truncated)

Commits
  • acb2983 Bump version to 1.17.1
  • 933c913 Retain None as constraints bottom if no bottoms were provided (#19485)
  • 5f4428f Fix "ignored exception in hasattr" in dmypy (#19428)
  • 88fdeaa Prevent a crash when InitVar is redefined with a method in a subclass (#19453)
  • e44d14f Bump version to 1.17.1+dev
  • 0260991 Update version string
  • 3901aa2 Updates to 1.17 changelog (#19436)
  • 7d13396 Initial changelog for 1.17 release (#19427)
  • a182dec Combine the revealed types of multiple iteration steps in a more robust manne...
  • ab4fd57 Improve the handling of "iteration dependent" errors and notes in finally cla...
  • Additional commits viewable in compare view

Updates pylint from 3.3.7 to 3.3.8

Commits
  • 98942ba Bump pylint to 3.3.8, update changelog (#10486)
  • 6a1620a Update pytest-benchmark requirement from ~=4.0 to ~=5.1 (#10066) (#10484)
  • cef60cc Fix false-negative for used-before-assignment with postponed evaluation in fu...
  • 5a5a9be Fix unused-variable false positive when using same name for multiple except...
  • 6ec71ba Respect docstring-min-length in docparams extension (#10104) (#10434)
  • fbde890 Fix Mermaid printer rendering double underscores as bold formatting (#10403) ...
  • 51234e5 Fix Pyreverse: Aggregations aren't filtered according to filter mode (PUB_ONL...
  • 329c967 Use custom Github App to authenticate backport job (#10394) (#10396)
  • 7038ef4 [Backport maintenance/3.3.x] Resolve possibly-used-before-assignment false po...
  • 045f179 Resolve possibly-used-before-assignment false positives from match block ...
  • Additional commits viewable in compare view

Updates pytest-asyncio from 1.0.0 to 1.1.0

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 1.1.0

Added

  • Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older (#127)
  • Cancellation of tasks when the loop_scope ends (#200)
  • Warning when the current event loop is closed by a test

Fixed

  • Error about missing loop when calling functions requiring a loop in the finally clause of a task (#878)
  • An error that could cause duplicate warnings to be issued

Notes for Downstream Packagers

pytest-asyncio 1.1.0a1

1.1.0a1 - 2025-06-30

Added

  • Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older (#127)
  • Cancellation of tasks when the loop_scope ends (#200)
  • Warning when the current event loop is closed by a test

Fixed

  • Error about missing loop when calling functions requiring a loop in the finally clause of a task (#878)
  • An error that could cause duplicate warnings to be issued

Notes for Downstream Packagers

Commits
  • ce06c07 chore: Prepare release of v1.1.0.
  • d9a8dcc ci: Workaround missing Tag annotation during release.
  • d66e12f [pre-commit.ci] pre-commit autoupdate
  • 9e5e25f Build(deps): Bump certifi in /dependencies/docs
  • 0e63423 Build(deps): Bump hypothesis in /dependencies/default
  • bd4551c Build(deps): Bump ncipollo/release-action from 1.16.0 to 1.18.0
  • 8e20305 Build(deps): Bump hypothesis in /dependencies/default
  • b7a8ab5 Build(deps): Bump coverage from 7.9.1 to 7.9.2 in /dependencies/default
  • 8cc378d Build(deps): Bump typing-extensions in /dependencies/default
  • fb6bfbf [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates async-solipsism from 0.7 to 0.8

Commits
  • 0a2c3aa Prepare for 0.8 release
  • 1615817 Make EventLoop.time() work even after the loop is closed
  • 71f486e Support socket.sendmsg
  • bc2d9bc Support getpeername for listening sockets
  • 80b4b29 Update requirements to newer versions
  • adfa309 Set asyncio_default_fixture_loop_scope for pytest
  • 8ea113d Remove old requirements.in
  • a3568e2 Bump flake8 to the latest version
  • See full diff in compare view

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the required group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [asyncclick](https://github.com/python-trio/asyncclick) | `8.1.8` | `8.2.2.2` |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.6.6` | `0.6.10` |
| [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.3.7` | `1.3.9` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.15` | `9.6.17` |
| [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.29.1` | `0.30.0` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.12` | `1.17.0` |
| [mypy](https://github.com/python/mypy) | `1.16.1` | `1.17.1` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.7` | `3.3.8` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.0.0` | `1.1.0` |
| [async-solipsism](https://github.com/bmerry/async-solipsism) | `0.7` | `0.8` |



Updates `asyncclick` from 8.1.8 to 8.2.2.2
- [Changelog](https://github.com/python-trio/asyncclick/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-trio/asyncclick/commits)

Updates `pydoclint` from 0.6.6 to 0.6.10
- [Release notes](https://github.com/jsh9/pydoclint/releases)
- [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md)
- [Commits](jsh9/pydoclint@0.6.6...0.6.10)

Updates `mkdocs-macros-plugin` from 1.3.7 to 1.3.9
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)
- [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md)
- [Commits](fralau/mkdocs-macros-plugin@v1.3.7...v1.3.9)

Updates `mkdocs-material` from 9.6.15 to 9.6.17
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.6.15...9.6.17)

Updates `mkdocstrings[python]` from 0.29.1 to 0.30.0
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.29.1...0.30.0)

Updates `mkdocstrings-python` from 1.16.12 to 1.17.0
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.16.12...1.17.0)

Updates `mypy` from 1.16.1 to 1.17.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.16.1...v1.17.1)

Updates `pylint` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.7...v3.3.8)

Updates `pytest-asyncio` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v1.0.0...v1.1.0)

Updates `async-solipsism` from 0.7 to 0.8
- [Commits](bmerry/async-solipsism@0.7...0.8)

---
updated-dependencies:
- dependency-name: asyncclick
  dependency-version: 8.2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: required
- dependency-name: pydoclint
  dependency-version: 0.6.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: required
- dependency-name: mkdocs-macros-plugin
  dependency-version: 1.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: required
- dependency-name: mkdocs-material
  dependency-version: 9.6.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: required
- dependency-name: mkdocstrings[python]
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: required
- dependency-name: mkdocstrings-python
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: required
- dependency-name: mypy
  dependency-version: 1.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: required
- dependency-name: pylint
  dependency-version: 3.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: required
- dependency-name: pytest-asyncio
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: required
- dependency-name: async-solipsism
  dependency-version: '0.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: required
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Aug 20, 2025
@dependabot dependabot bot requested review from a team as code owners August 20, 2025 13:12
@dependabot dependabot bot requested a review from llucax August 20, 2025 13:12
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Aug 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 20, 2025

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Aug 20, 2025
@dependabot dependabot bot deleted the dependabot/pip/required-87f583c4e1 branch August 20, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants