Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-dependencies group across 1 directory with 15 updates #190

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the python-dependencies group with 15 updates in the / directory:

Package From To
aiohttp 3.9.4 3.9.5
psycopg[binary] 3.1.18 3.2.1
pydantic-settings 2.2.1 2.3.4
pydis-core 11.1.0 11.2.0
rapidfuzz 3.8.1 3.9.3
regex 2023.12.25 2024.5.15
sentry-sdk 1.45.0 2.7.1
sqlalchemy 2.0.29 2.0.31
furo 2024.1.29 2024.5.6
sphinx 7.2.6 7.3.7
sphinx-autoapi 3.0.0 3.1.2
pytest 8.1.1 8.2.2
mypy 1.9.0 1.10.1
pre-commit 3.7.0 3.7.1
ruff 0.3.7 0.5.0

Updates aiohttp from 3.9.4 to 3.9.5

Release notes

Sourced from aiohttp's releases.

3.9.5

Bug fixes

  • Fixed "Unclosed client session" when initialization of :py:class:~aiohttp.ClientSession fails -- by :user:NewGlad.

    Related issues and pull requests on GitHub: #8253.

  • Fixed regression (from :pr:8280) with adding Content-Disposition to the form-data part after appending to writer -- by :user:Dreamsorcerer/:user:Olegt0rr.

    Related issues and pull requests on GitHub: #8332.

  • Added default Content-Disposition in multipart/form-data responses to avoid broken form-data responses -- by :user:Dreamsorcerer.

    Related issues and pull requests on GitHub: #8335.


Changelog

Sourced from aiohttp's changelog.

3.9.5 (2024-04-16)

Bug fixes

  • Fixed "Unclosed client session" when initialization of :py:class:~aiohttp.ClientSession fails -- by :user:NewGlad.

    Related issues and pull requests on GitHub: :issue:8253.

  • Fixed regression (from :pr:8280) with adding Content-Disposition to the form-data part after appending to writer -- by :user:Dreamsorcerer/:user:Olegt0rr.

    Related issues and pull requests on GitHub: :issue:8332.

  • Added default Content-Disposition in multipart/form-data responses to avoid broken form-data responses -- by :user:Dreamsorcerer.

    Related issues and pull requests on GitHub: :issue:8335.


Commits

Updates psycopg[binary] from 3.1.18 to 3.2.1

Changelog

Sourced from psycopg[binary]'s changelog.

.. currentmodule:: psycopg

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

psycopg release notes

Current release

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

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

Psycopg 3.2

.. rubric:: New top-level features

  • Add support for integer, floating point, boolean NumPy scalar types__ (:ticket:[#332](https://github.com/psycopg/psycopg/issues/332)).
  • Add !timeout and !stop_after parameters to Connection.notifies() (:ticket:340).
  • Allow dumpers to return !None, to be converted to NULL (:ticket:[#377](https://github.com/psycopg/psycopg/issues/377)).
  • Add :ref:raw-query-cursors to execute queries using placeholders in PostgreSQL format ($1, $2...) (:tickets:[#560](https://github.com/psycopg/psycopg/issues/560), [#839](https://github.com/psycopg/psycopg/issues/839)).
  • Add capabilities object to :ref:inspect the libpq capabilities <capabilities> (:ticket:[#772](https://github.com/psycopg/psycopg/issues/772)).
  • Add ~rows.scalar_row to return scalar values from a query (:ticket:[#723](https://github.com/psycopg/psycopg/issues/723)).
  • Add ~Connection.cancel_safe() for encrypted and non-blocking cancellation when using libpq v17. Use such method internally to implement !KeyboardInterrupt and ~cursor.copy termination (:ticket:[#754](https://github.com/psycopg/psycopg/issues/754)).
  • The !context parameter of sql objects ~sql.Composable.as_string() and ~sql.Composable.as_bytes() methods is now optional (:ticket:[#716](https://github.com/psycopg/psycopg/issues/716)).
  • Add ~Connection.set_autocommit() on sync connections, and similar transaction control methods available on the async connections.
  • Add a size parameter to ~Cursor.stream() to enable results retrieval in chunks instead of row-by-row (:ticket:[#794](https://github.com/psycopg/psycopg/issues/794)).

.. rubric:: New libpq wrapper features

  • Add support for libpq functions to close prepared statements and portals introduced in libpq v17 (:ticket:[#603](https://github.com/psycopg/psycopg/issues/603)).
  • Add support for libpq encrypted and non-blocking query cancellation functions introduced in libpq v17 (:ticket:[#754](https://github.com/psycopg/psycopg/issues/754)).

... (truncated)

Commits
  • bb47d39 chore: bump psycopg package version to 3.2.1
  • 55490a2 fix: fix versions in packaging metadata
  • 1cbc42a docs: fix title level of major releases
  • 06a6e5e docs: mention dropping Python 3.7 in psycopg 3.2 release
  • ea3735d docs: better organization of the 3.2 release notes
  • 896eee2 chore: bump psycopg package version to 3.2.0
  • 2e2f4d7 chore: bump psycopg package version to 3.1.20
  • 7369d3b Merge pull request #846 from eli-schwartz/tomllib
  • 6672c70 style: shorter line in pyproject.toml
  • a517bb4 build: avoid installing tomli on recent python
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.2.1 to 2.3.4

Release notes

Sourced from pydantic-settings's releases.

v2.3.4

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.3.3...v2.3.4

v2.3.3

What's Changed

Full Changelog: pydantic/pydantic-settings@v2.3.2...v2.3.3

v2.3.2

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.3.1...v2.3.2

v2.3.1

What's Changed

Full Changelog: pydantic/pydantic-settings@v2.3.0...v2.3.1

v2.3.0

What's Changed

... (truncated)

Commits
  • fe1f950 Prepare release 2.3.4 (#322)
  • 674ebd9 Remove leftover docstring causing warning on pydantic docs build (#321)
  • 7ede0ec Nested pydantic dataclasses and doc fixes. (#317)
  • c2d44a7 add in-place reloading in docs (#316)
  • f1b82d8 Prepare release 2.3.3 (#314)
  • bd294a4 Add CliSettingsSource alias handling for AliasChoices and AliasPath. (#313)
  • abe7cc5 Fix an intriduced bug in parsing json field with discriminated union (#312)
  • b5d4534 Prepare release 2.3.2 (#310)
  • b2e84c2 Fix issue with nested model uppercase field name in case insensitive mode (#309)
  • 0a9faca Fix command line help from argparse formatting problem (#307)
  • Additional commits viewable in compare view

Updates pydis-core from 11.1.0 to 11.2.0

Release notes

Sourced from pydis-core's releases.

v11.2.0

What's Changed

New Contributors

Full Changelog: python-discord/bot-core@v11.1.0...v11.2.0

Changelog

Sourced from pydis-core's changelog.

.. See docs for details on formatting your entries https://releases.readthedocs.io/en/latest/concepts.html

Changelog

  • :release:11.2.0 <22nd June 2024>

  • :support:244 Bump Discord.py to :literal-url:2.4.0 <https://github.com/Rapptz/discord.py/releases/tag/v2.4.0>.

  • :release:11.1.0 <30th March 2024>

  • :support:210 Drop the restriction that meant fakeredis could not be installed on Python 3.12 as lupa now supports 3.12

  • :release:11.0.1 <20th March 2024>

  • 🐛209 Extract original error from :obj:discord.ext.commands.errors.CommandInvokeError before handling it.

  • :release:11.0.0 <18th March 2024>

  • :breaking:208 Split fakeredis optional dependency from the async-rediscache extra. You can now install with [fakeredis] to just install fakeredis (with lua support), [async-rediscache] to install just async-rediscache, or use either [all] or [async-rediscache,fakeredis] to install both. This allows users who do no rely on fakeredis to install in 3.12 environments.

  • :support:208 Add support for Python 3.12. Be aware, at time of writing, our usage of fakeredis does not currently support 3.12. This is due to :literal-url:this lupa issue<https://github.com/scoder/lupa/issues/245>. Lupa is required by async-rediscache for lua script support within fakeredis. As such, fakeredis can not be installed in a Python 3.12 environment.

  • :breaking:208 Drop support for Python 3.10

  • :breaking:208 Drop support for Pydantic 1.X

  • :support:208 Bump ruff to 0.3.0 and target Python 3.11 now that 3.10 isn't supported.

  • :breaking:207 Enable more ruff linting rules. See :literal-url:GitHub release notes <https://github.com/python-discord/bot-core/releases/tag/v11.0.0> for breaking changes.

  • :support:206 Bump ruff from 0.1.15 to 0.2.2, using the new lint config namespace, and linting with the new rules.

  • :feature:205 Add :obj:pydis_core.utils.error_handling.commands.abc.AbstractCommandErrorHandler and :obj:pydis_core.utils.error_handling.commands.manager.CommandErrorManager to implement and register command error handlers independantly.

  • :support:204 Document the instance attributes of :obj:pydis_core.BotBase.

  • :release:10.7.0 <30th January 2024>

  • :feature:158 Add locking utilities for controlling concurrency logic

  • :support:202 Bump various development dependencies and CI workflow action versions

  • :feature:194 Add the :obj:pydis_core.utils.interactions.user_has_access helper function, that returns whether the given user is in the allowed_users list, or has a role from allowed_roles.

  • :release:10.6.0 <30th January 2024>

  • :feature:189 Add :obj:pydis_core.utils.pagination.LinePaginator which allows users to paginate over content using Embeds, with emoji reactions facilitating navigation.

  • :feature:189 Add :obj:pydis_core.utils.messages.reaction_check, a predicate that dictates whether a user has the right to add a specific set of reactions based on certain criteria.

  • :feature:199 Port common discord.commands checks from other bots to :obj:pydis_core.utils.checks.

  • :release:10.5.1 <14th December 2023>

  • 🐛200 Do not attempt to read response body if the HTTP response code is 204. Previously only :obj:pydis_core.site_api.APIClient.delete did this.

  • :release:10.5.0 <10th December 2023>

  • :support:197 Mark dependencies using tilde version specifiers. This is to allow user of pydis core to use newer versions of these libraries without us having to cut a new release.

  • :release:10.4.0 <26th October 2023>

  • :support:196 Bump aiodns to :literal-url:3.1.1 <https://github.com/saghul/aiodns/releases/tag/v3.1.1>.

  • :support:196 Bump many development dependencies.

  • :release:10.3.0 <19th September 2023>

  • :feature:195 Add log_format to pydis_core.utils.logging to allow for standardised logging across all services using pydis_core.

  • :feature:195 Set discord, websockets, chardet & async_rediscache loggers to warning level and asyncio to info level by default.

... (truncated)

Commits
  • 3fe3eae Bump project version to 11.2.0
  • 67092d8 Bump dev deps to latest
  • 8968d94 Upgrade discord.py to 2.4
  • 5873ad7 Merge pull request #235 from python-discord/dependabot/pip/ruff-0.4.8
  • 2a6a053 Ignore RUF029, due to false positives and it not being that important
  • d2972b4 Bump ruff from 0.3.4 to 0.4.8
  • 8403de0 Fix site startup command used in docker-compose.yml (#238)
  • 873ed32 Bump pydantic from 2.7.1 to 2.7.3 (#234)
  • c17d29a Bump furo from 2024.1.29 to 2024.5.6 (#230)
  • b398d4d Bump aiodns from 3.1.1 to 3.2.0 (#232)
  • Additional commits viewable in compare view

Updates rapidfuzz from 3.8.1 to 3.9.3

Release notes

Sourced from rapidfuzz's releases.

Release 3.9.3

Fixed

  • fix None handling for queries in process.cdist for scorers not supporting SIMD

Release 3.9.2

Fixed

  • fix supported versions of taskflow in cmake to be in the range v3.3 - v3.7

Release 3.9.1

Fixed

  • disable AVX2 on MacOS since it did lead to illegal instruction errors on some targets

Release 3.9.0

Changed

  • significantly improve type hints for the library

Fixed

  • fix cmake version parsing
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[3.9.3] - 2024-06-31 ^^^^^^^^^^^^^^^^^^^^ Fixed

* fix None handling for queries in ``process.cdist`` for scorers not supporting SIMD

[3.9.2] - 2024-05-28 ^^^^^^^^^^^^^^^^^^^^ Fixed

  • fix supported versions of taskflow in cmake to be in the range v3.3 - v3.7

[3.9.1] - 2024-05-19 ^^^^^^^^^^^^^^^^^^^^ Fixed

* disable AVX2 on MacOS since it did lead to illegal instructions being generated

[3.9.0] - 2024-05-02 ^^^^^^^^^^^^^^^^^^^^ Changed

  • significantly improve type hints for the library

Fixed

* fix cmake version parsing

[3.8.1] - 2024-04-07 ^^^^^^^^^^^^^^^^^^^^ Fixed

  • use the correct version of rapidfuzz-cpp when building against a system installed version

[3.8.0] - 2024-04-06 ^^^^^^^^^^^^^^^^^^^^ Added

* added ``process.cpdist`` which allows pairwise comparison of two collection of inputs

Fixed

  • fix some minor errors in the type hints

... (truncated)

Commits
  • 5503eed release 3.9.3
  • 6985c54 fix score multiplier
  • c24e757 fix none handling in cdist
  • 2c8c070 Adds examples to token_set_ratio
  • c459f9a Bump pypa/cibuildwheel from 2.18.0 to 2.18.1 in the github-actions group
  • e298398 fix supported versions of taskflow in cmake to be in the range v3.3 - v3.7
  • cb8a1b1 reduce build count
  • e9869d9 increment version number
  • 3f6f162 upodate taskflow
  • 5b4a014 disable avx2 on macOS
  • Additional commits viewable in compare view

Updates regex from 2023.12.25 to 2024.5.15

Changelog

Sourced from regex's changelog.

Version: 2024.6.22

Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to missing new GB9c rule implementation

Version: 2024.5.15

Git issue 530: hangs with fuzzy and optionals

It's not hanging, it'll finish eventually. It's just an example of catastrophic backtracking.

The error printed when Ctrl+C is pressed does show a bug, though, which is now fixed.

Version: 2024.5.10

Updated for Python 3.13.

<time.h> now needs to be included explicitly because Python.h no longer includes it.

Version: 2024.4.28

Git issue 527: `VERBOSE`/`X` flag breaks `\N` escapes

Version: 2024.4.16

Git issue 525: segfault when fuzzy matching empty list

Version: 2023.12.25

Cannot get release notification action in main.yml to work. Commenting it out for now.

Version: 2023.12.24

Fixed invalid main.yml.

Version: 2023.12.23

The escape function no longer escapes \x00. It's not necessary.

Inline flags can now be turned off and apply to what follows.

Added \R to match line endings.

Version: 2023.10.3

Updated to Unicode 15.1.0.

Version: 2023.8.8

Git issue 508: Regex doesn't build using CPython main (3.13.0a0)
Removed usage of _PyBytes_Join and did a little tidying of the code that makes the result string.

... (truncated)

Commits
  • 8eabb42 Git issue 530: hangs with fuzzy and optionals
  • be139ff Updated for Python 3.13.
  • 2e3272b Git issue 527: VERBOSE/X flag breaks \N escapes
  • 9c950f2 Updated changelog.
  • 5d65c8a Git issue 525: segfault when fuzzy matching empty list
  • 4f2ed52 Cannot get release notification action in main.yml to work. Commenting it out...
  • See full diff in compare view

Updates sentry-sdk from 1.45.0 to 2.7.1

Release notes

Sourced from sentry-sdk's releases.

2.7.1

Various fixes & improvements

2.7.0

2.6.0

2.5.1

This change fixes a regression in our cron monitoring feature, which caused cron checkins not to be sent. The regression appears to have been introduced in version 2.4.0.

We recommend that all users, who use Cron monitoring and are currently running sentry-python ≥2.4.0, upgrade to this release as soon as possible!

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.7.1

Various fixes & improvements

2.7.0

2.6.0

2.5.1

... (truncated)

Commits

Updates sqlalchemy from 2.0.29 to 2.0.31

Release notes

Sourced from sqlalchemy's releases.

2.0.31

Released: June 18, 2024

general

  • [general] [bug] Set up full Python 3.13 support to the extent currently possible, repairing issues within internal language helpers as well as the serializer extension module.

    References: #11417

orm

  • [orm] [usecase] Added missing parameter _orm.with_polymorphic.name that allows specifying the name of returned _orm.AliasedClass.

    References: #11361

  • [orm] [bug] Fixed issue where a MetaData collection would not be serializable, if an Enum or Boolean datatype were present which had been adapted. This specific scenario in turn could occur when using the Enum or Boolean within ORM Annotated Declarative form where type objects frequently get copied.

    References: #11365

  • [orm] [bug] Fixed issue where the _orm.selectinload() and _orm.subqueryload() loader options would fail to take effect when made against an inherited subclass that itself included a subclass-specific _orm.Mapper.with_polymorphic setting.

    References: #11446

  • [orm] [bug] Fixed very old issue involving the _orm.joinedload.innerjoin parameter where making use of this parameter mixed into a query that also included joined eager loads along a self-referential or other cyclical relationship, along with complicating factors like inner joins added for secondary tables and such, would have the chance of splicing a particular inner join to the wrong part of the query. Additional state has been added to the internal method that does this splice to make a better decision as to where splicing should proceed.

    References: #11449

  • [orm] [bug] [regression] Fixed bug in ORM Declarative where the __table__ directive could not be declared as a class function with _orm.declared_attr() on a superclass, including an __abstract__ class as well as coming from the

... (truncated)

Commits

Updates furo from 2024.1.29 to 2024.5.6

Changelog

Sourced from furo's changelog.

Changelog

2024.05.06 -- Cheerful Cerulean

  • ✨ Add new custom icons for auto mode, reflecting the currently active theme.
  • ✨ Add a view this page button.
  • ✨ Add colours and highlighting to "version modified" API helpers.
  • ✨ Add release information to various customisation knobs.
  • Make all icons bigger and use a thinner stroke with them.

2024.04.27 -- Bold Burgundy

  • Add a skip to content link.
  • Add --font-stack--headings.
  • Add :visited colour and enforce uniform contrast between light/dark.
  • Add an offset of :target to reduce back-to-top overlap.
  • Improve dark mode colours.
  • Fix outstanding colour contrast warnings on Firefox.
  • Fix bad indent in footnotes.
  • Tweak handling of default configuration options in a more resilient manner.
  • Tweak length and sizing of API source links.
  • Stop search engine indexing on search page.

2024.01.29 -- Amazing Amethyst

  • Fix canonical url when building with dirhtml.
  • Relicense the demo module.

2023.09.10 -- Zesty Zaffre

  • Make asset hash injection idempotent, fixing Sphinx 6 compatibility.
  • Fix the check for HTML builders, fixing non-HTML Read the Docs builds.

2023.08.19 -- Xenolithic Xanadu

  • Fix missing search context with Sphinx 7.2, for dirhtml builds.
  • Drop support for Python 3.7.
  • Present configuration errors in a better format -- thanks @​AA-Turner!
  • Bump require_sphinx() to Sphinx 6.0, in line with dependency changes in Unassuming Ultramarine.

... (truncated)

Commits
  • b087e93 Prepare release: 2024.05.06
  • 169c63d Update the changelog
  • b7ec84d Drop discussion of Sphinx's basic theme
  • 2cd4d4a Demote the note about inherited from basic configuration
  • 983d6c3 Tweak the colours for API versionmodified information
  • 1ffbf76 Add release information to various customisation knobs
  • 2c386b9 Use the appropriate Sphinx directive instead of weird text
  • ec8815a Add (back?) support for RtD context inference on top of page buttons
  • 1b4cf89 Bump the npm group with 5 updates (#793)
  • ce8fb10 Bump the github-actions group with 3 updates (#792)
  • Additional com...

    Description has been truncated

Bumps the python-dependencies group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.4` | `3.9.5` |
| [psycopg[binary]](https://github.com/psycopg/psycopg) | `3.1.18` | `3.2.1` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.2.1` | `2.3.4` |
| [pydis-core](https://github.com/python-discord/bot-core) | `11.1.0` | `11.2.0` |
| [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) | `3.8.1` | `3.9.3` |
| [regex](https://github.com/mrabarnett/mrab-regex) | `2023.12.25` | `2024.5.15` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.45.0` | `2.7.1` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.29` | `2.0.31` |
| [furo](https://github.com/pradyunsg/furo) | `2024.1.29` | `2024.5.6` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.2.6` | `7.3.7` |
| [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) | `3.0.0` | `3.1.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.2` |
| [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.0` | `3.7.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.3.7` | `0.5.0` |



Updates `aiohttp` from 3.9.4 to 3.9.5
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.9.4...v3.9.5)

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

Updates `pydantic-settings` from 2.2.1 to 2.3.4
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.2.1...v2.3.4)

Updates `pydis-core` from 11.1.0 to 11.2.0
- [Release notes](https://github.com/python-discord/bot-core/releases)
- [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst)
- [Commits](python-discord/bot-core@v11.1.0...v11.2.0)

Updates `rapidfuzz` from 3.8.1 to 3.9.3
- [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases)
- [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](rapidfuzz/RapidFuzz@v3.8.1...v3.9.3)

Updates `regex` from 2023.12.25 to 2024.5.15
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2023.12.25...2024.5.15)

Updates `sentry-sdk` from 1.45.0 to 2.7.1
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.45.0...2.7.1)

Updates `sqlalchemy` from 2.0.29 to 2.0.31
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `furo` from 2024.1.29 to 2024.5.6
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](pradyunsg/furo@2024.01.29...2024.05.06)

Updates `sphinx` from 7.2.6 to 7.3.7
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.2.6...v7.3.7)

Updates `sphinx-autoapi` from 3.0.0 to 3.1.2
- [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases)
- [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-autoapi@v3.0.0...v3.1.2)

Updates `pytest` from 8.1.1 to 8.2.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.1.1...8.2.2)

Updates `mypy` from 1.9.0 to 1.10.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@1.9.0...v1.10.1)

Updates `pre-commit` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.7.0...v3.7.1)

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

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: psycopg[binary]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pydis-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: rapidfuzz
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: furo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: sphinx-autoapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants