]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/log
thirdparty/fastapi/sqlmodel.git
21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 17:22:58 +0000 (17:22 +0000)] 
📝 Update release notes

21 months ago📝 Update link to docs for intro to databases (#593)
Abenezer Belachew [Mon, 23 Oct 2023 17:22:22 +0000 (11:22 -0600)] 
📝 Update link to docs for intro to databases (#593)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 17:06:30 +0000 (17:06 +0000)] 
📝 Update release notes

21 months ago⬆ Bump dawidd6/action-download-artifact from 2.24.2 to 2.28.0 (#660)
dependabot[bot] [Mon, 23 Oct 2023 17:05:55 +0000 (21:05 +0400)] 
⬆ Bump dawidd6/action-download-artifact from 2.24.2 to 2.28.0 (#660)

Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.24.2 to 2.28.0.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.24.2...v2.28.0)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 16:56:29 +0000 (16:56 +0000)] 
📝 Update release notes

21 months ago📝 Update docs, use `offset` in example with `limit` and `where` (#273)
Jon Michaelchuck [Mon, 23 Oct 2023 16:55:53 +0000 (09:55 -0700)] 
📝 Update docs, use `offset` in example with `limit` and `where` (#273)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 16:29:36 +0000 (16:29 +0000)] 
📝 Update release notes

21 months ago📝 Fix docs for Pydantic's fields using `le` (`lte` is invalid, use `le` ) (#207)
Jerry Wu [Mon, 23 Oct 2023 16:28:51 +0000 (00:28 +0800)] 
📝 Fix docs for Pydantic's fields using `le` (`lte` is invalid, use `le` ) (#207)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 15:33:44 +0000 (15:33 +0000)] 
📝 Update release notes

21 months ago✅ Refactor OpenAPI FastAPI tests to simplify updating them later, this moves things...
Sebastián Ramírez [Mon, 23 Oct 2023 15:33:08 +0000 (19:33 +0400)] 
✅ Refactor OpenAPI FastAPI tests to simplify updating them later, this moves things around without changes (#671)

21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 15:32:48 +0000 (15:32 +0000)] 
📝 Update release notes

21 months ago⬆ Bump actions/checkout from 3 to 4 (#670)
dependabot[bot] [Mon, 23 Oct 2023 15:32:09 +0000 (19:32 +0400)] 
⬆ Bump actions/checkout from 3 to 4 (#670)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 15:16:53 +0000 (15:16 +0000)] 
📝 Update release notes

21 months ago🔧 Update mypy config, use `strict = true` instead of manual configs (#428)
Michael Oliver [Mon, 23 Oct 2023 15:16:17 +0000 (16:16 +0100)] 
🔧 Update mypy config, use `strict = true` instead of manual configs (#428)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 14:58:52 +0000 (14:58 +0000)] 
📝 Update release notes

21 months ago🐛 Fix `AsyncSession` type annotations for `exec()` (#58)
Arseny Boykov [Mon, 23 Oct 2023 14:58:16 +0000 (17:58 +0300)] 
🐛 Fix `AsyncSession` type annotations for `exec()` (#58)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 13:59:53 +0000 (13:59 +0000)] 
📝 Update release notes

21 months ago🐛 Fix allowing using a `ForeignKey` directly, remove repeated column construction...
Daniil Fajnberg [Mon, 23 Oct 2023 13:59:06 +0000 (13:59 +0000)] 
🐛 Fix allowing using a `ForeignKey` directly, remove repeated column construction from `SQLModelMetaclass.__init__` and upgrade minimum SQLAlchemy to `>=1.4.36` (#443)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 11:22:53 +0000 (11:22 +0000)] 
📝 Update release notes

21 months ago⬆️ Upgrade support for SQLAlchemy 1.4.49, update tests (#519)
Sandro Tosi [Mon, 23 Oct 2023 11:22:10 +0000 (07:22 -0400)] 
⬆️ Upgrade support for SQLAlchemy 1.4.49, update tests (#519)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 09:40:31 +0000 (09:40 +0000)] 
📝 Update release notes

21 months ago⬆ Raise SQLAlchemy version requirement to at least `1.4.29` (related to #434) (#439)
Daniil Fajnberg [Mon, 23 Oct 2023 09:39:55 +0000 (09:39 +0000)] 
⬆ Raise SQLAlchemy version requirement to at least `1.4.29` (related to #434) (#439)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 09:23:24 +0000 (09:23 +0000)] 
📝 Update release notes

21 months ago🐛 Fix enum type checks ordering in `get_sqlalchemy_type` (#669)
Sebastián Ramírez [Mon, 23 Oct 2023 09:22:44 +0000 (13:22 +0400)] 
🐛 Fix enum type checks ordering in `get_sqlalchemy_type` (#669)

Co-authored-by: Pierre Cheynier <p.cheynier@criteo.com>
21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 08:15:40 +0000 (08:15 +0000)] 
📝 Update release notes

21 months ago⬆️ Upgrade MkDocs Material (#668)
Sebastián Ramírez [Mon, 23 Oct 2023 08:15:05 +0000 (12:15 +0400)] 
⬆️ Upgrade MkDocs Material (#668)

21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 08:12:08 +0000 (08:12 +0000)] 
📝 Update release notes

21 months ago🎨 Update docs format and references with pre-commit and Ruff (#667)
Sebastián Ramírez [Mon, 23 Oct 2023 08:11:36 +0000 (12:11 +0400)] 
🎨 Update docs format and references with pre-commit and Ruff (#667)

21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 07:47:04 +0000 (07:47 +0000)] 
📝 Update release notes

21 months ago🎨 Run pre-commit on all files and autoformat (#666)
Sebastián Ramírez [Mon, 23 Oct 2023 07:46:31 +0000 (11:46 +0400)] 
🎨 Run pre-commit on all files and autoformat (#666)

21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 07:35:25 +0000 (07:35 +0000)] 
📝 Update release notes

21 months ago👷 Move to Ruff and add pre-commit (#661)
Sebastián Ramírez [Mon, 23 Oct 2023 07:34:50 +0000 (11:34 +0400)] 
👷 Move to Ruff and add pre-commit (#661)

* 👷 Add pre-commit

* 🔧 Add pyproject.toml config for Ruff

* ➕ Replace isort, flake8, autoflake with Ruff

* 🔨 Update lint and format scripts

* 🎨 Format with Ruff

* 🔧 Update Poetry config

21 months ago📝 Update release notes
github-actions [Mon, 23 Oct 2023 06:43:04 +0000 (06:43 +0000)] 
📝 Update release notes

21 months ago✨ Raise a more clear error when a type is not valid (#425)
David Danier [Mon, 23 Oct 2023 06:42:30 +0000 (08:42 +0200)] 
✨ Raise a more clear error when a type is not valid (#425)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
21 months ago📝 Update release notes
github-actions [Sun, 22 Oct 2023 12:55:08 +0000 (12:55 +0000)] 
📝 Update release notes

21 months ago📝 Update outdated link in `docs/db-to-code.md` (#649)
Matvey Fedoseev [Sun, 22 Oct 2023 12:54:36 +0000 (13:54 +0100)] 
📝 Update outdated link in `docs/db-to-code.md` (#649)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
21 months ago📝 Update release notes
github-actions [Sun, 22 Oct 2023 12:51:20 +0000 (12:51 +0000)] 
📝 Update release notes

21 months ago✏️ Fix typos found with codespell (#520)
Kian-Meng Ang [Sun, 22 Oct 2023 12:50:44 +0000 (20:50 +0800)] 
✏️ Fix typos found with codespell (#520)

Found via `codespell -S *.svg,*.css,*.js,*.drawio -L pullrequest,sesion`

21 months ago📝 Update release notes
github-actions [Sun, 22 Oct 2023 12:47:27 +0000 (12:47 +0000)] 
📝 Update release notes

21 months ago📝 Fix typos (duplication) in main page (#631)
Dipendra Raj Panta [Sun, 22 Oct 2023 12:46:52 +0000 (18:31 +0545)] 
📝 Fix typos (duplication) in main page (#631)

* Update README.md

* Update index.md

21 months ago📝 Update release notes
github-actions [Sun, 22 Oct 2023 12:27:13 +0000 (12:27 +0000)] 
📝 Update release notes

21 months ago📝 Update release notes, add second author to PR (#429)
Ben Rapaport [Sun, 22 Oct 2023 12:26:37 +0000 (08:26 -0400)] 
📝 Update release notes, add second author to PR (#429)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
21 months ago📝 Update release notes
github-actions [Sun, 22 Oct 2023 12:04:24 +0000 (12:04 +0000)] 
📝 Update release notes

21 months ago📝 Update instructions about how to make a foreign key required in `docs/tutorial...
Jorge Alvarado [Sun, 22 Oct 2023 12:03:51 +0000 (09:03 -0300)] 
📝 Update instructions about how to make a foreign key required in `docs/tutorial/relationship-attributes/define-relationships-attributes.md` (#474)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
21 months ago📝 Update release notes
github-actions [Sun, 22 Oct 2023 12:02:24 +0000 (12:02 +0000)] 
📝 Update release notes

21 months ago🐛 Fix SQLAlchemy version 1.4.36 breaks SQLModel relationships (#315) (#461)
byrman [Sun, 22 Oct 2023 12:01:51 +0000 (14:01 +0200)] 
🐛 Fix SQLAlchemy version 1.4.36 breaks SQLModel relationships (#315) (#461)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
21 months ago📝 Update release notes
github-actions [Sun, 22 Oct 2023 10:03:26 +0000 (10:03 +0000)] 
📝 Update release notes

21 months ago🛠️ Add `CITATION.cff` file for academic citations (#13)
Sugato Ray [Sun, 22 Oct 2023 10:02:53 +0000 (05:02 -0500)] 
🛠️ Add `CITATION.cff` file for academic citations (#13)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2 years ago📝 Update release notes
github-actions [Tue, 1 Aug 2023 09:19:41 +0000 (09:19 +0000)] 
📝 Update release notes

2 years ago👷 Update docs deployments to Cloudflare (#630)
Sebastián Ramírez [Tue, 1 Aug 2023 09:18:53 +0000 (11:18 +0200)] 
👷 Update docs deployments to Cloudflare (#630)

2 years ago📝 Update release notes
github-actions [Mon, 31 Jul 2023 19:53:00 +0000 (19:53 +0000)] 
📝 Update release notes

2 years ago📝 Update release notes
github-actions [Mon, 31 Jul 2023 19:52:51 +0000 (19:52 +0000)] 
📝 Update release notes

2 years ago📝 Update release notes
github-actions [Mon, 31 Jul 2023 19:48:54 +0000 (19:48 +0000)] 
📝 Update release notes

2 years ago👷 Update CI debug mode with Tmate (#629)
Sebastián Ramírez [Mon, 31 Jul 2023 19:48:21 +0000 (21:48 +0200)] 
👷 Update CI debug mode with Tmate (#629)

2 years ago📝 Update release notes
github-actions [Mon, 31 Jul 2023 19:39:15 +0000 (19:39 +0000)] 
📝 Update release notes

2 years ago👷 Update latest changes token (#616)
Sebastián Ramírez [Mon, 31 Jul 2023 19:38:43 +0000 (21:38 +0200)] 
👷 Update latest changes token (#616)

2 years ago👷‍♂️ Upgrade CI for docs (#628)
Sebastián Ramírez [Mon, 31 Jul 2023 15:15:43 +0000 (17:15 +0200)] 
👷‍♂️ Upgrade CI for docs (#628)

2 years ago🗑️ Deprecate Python 3.6 and upgrade Poetry and Poetry Version Plugin (#627)
Sebastián Ramírez [Sat, 29 Jul 2023 10:32:47 +0000 (12:32 +0200)] 
🗑️ Deprecate Python 3.6 and upgrade Poetry and Poetry Version Plugin (#627)

2 years ago📝 Update release notes 599/head
github-actions [Tue, 21 Feb 2023 11:02:54 +0000 (11:02 +0000)] 
📝 Update release notes

2 years ago⬆️ Upgrade analytics (#558)
Sebastián Ramírez [Tue, 21 Feb 2023 11:02:18 +0000 (12:02 +0100)] 
⬆️ Upgrade analytics (#558)

2 years ago📝 Update release notes
github-actions [Fri, 3 Feb 2023 17:53:01 +0000 (17:53 +0000)] 
📝 Update release notes

2 years ago📝 Update help SQLModel docs (#548)
Sebastián Ramírez [Fri, 3 Feb 2023 17:52:25 +0000 (18:52 +0100)] 
📝 Update help SQLModel docs (#548)

2 years ago📝 Update release notes
github-actions [Tue, 31 Jan 2023 14:14:55 +0000 (14:14 +0000)] 
📝 Update release notes

2 years ago🔧 Update new issue chooser to point to GitHub Discussions (#546)
Sebastián Ramírez [Tue, 31 Jan 2023 14:14:16 +0000 (15:14 +0100)] 
🔧 Update new issue chooser to point to GitHub Discussions (#546)

2 years ago📝 Update release notes
github-actions [Mon, 30 Jan 2023 10:50:32 +0000 (10:50 +0000)] 
📝 Update release notes

2 years ago🔧 Add template for GitHub Discussion questions and update issues template (#544)
Sebastián Ramírez [Mon, 30 Jan 2023 10:49:56 +0000 (11:49 +0100)] 
🔧 Add template for GitHub Discussion questions and update issues template (#544)

2 years ago📝 Update release notes
github-actions [Fri, 16 Dec 2022 18:46:26 +0000 (18:46 +0000)] 
📝 Update release notes

2 years ago👷 Refactor CI artifact upload/download for docs previews (#514)
Sebastián Ramírez [Fri, 16 Dec 2022 18:45:51 +0000 (22:45 +0400)] 
👷 Refactor CI artifact upload/download for docs previews (#514)

2 years ago📝 Update release notes
github-actions [Sat, 12 Nov 2022 06:44:52 +0000 (06:44 +0000)] 
📝 Update release notes

2 years ago✏️ Fix typo in internal function name `get_sqlachemy_type()` (#496)
Colin Marquardt [Sat, 12 Nov 2022 06:44:19 +0000 (07:44 +0100)] 
✏️ Fix typo in internal function name `get_sqlachemy_type()` (#496)

Corrected name is get_sqlalchemy_type().

2 years ago📝 Update release notes
github-actions [Sat, 12 Nov 2022 06:38:16 +0000 (06:38 +0000)] 
📝 Update release notes

2 years ago⬆ Bump actions/cache from 2 to 3 (#497)
dependabot[bot] [Sat, 12 Nov 2022 06:37:34 +0000 (07:37 +0100)] 
⬆ Bump actions/cache from 2 to 3 (#497)

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago📝 Update release notes
github-actions [Fri, 11 Nov 2022 17:30:42 +0000 (17:30 +0000)] 
📝 Update release notes

2 years ago✏️ Fix typo in docs (#446)
David Brochart [Fri, 11 Nov 2022 17:30:09 +0000 (18:30 +0100)] 
✏️ Fix typo in docs (#446)

* Fix typo

* Again

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2 years ago📝 Update release notes
github-actions [Thu, 10 Nov 2022 06:43:44 +0000 (06:43 +0000)] 
📝 Update release notes

2 years ago⬆ Bump dawidd6/action-download-artifact from 2.24.0 to 2.24.2 (#493)
dependabot[bot] [Thu, 10 Nov 2022 06:43:06 +0000 (07:43 +0100)] 
⬆ Bump dawidd6/action-download-artifact from 2.24.0 to 2.24.2 (#493)

Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.24.0 to 2.24.2.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.24.0...v2.24.2)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago📝 Update release notes
github-actions [Tue, 8 Nov 2022 15:04:40 +0000 (15:04 +0000)] 
📝 Update release notes

2 years ago✏️ Fix typo in `docs/tutorial/create-db-and-table.md` (#477)
Santhosh Solomon [Tue, 8 Nov 2022 15:04:06 +0000 (20:34 +0530)] 
✏️ Fix typo in `docs/tutorial/create-db-and-table.md` (#477)

typo fixed in docs/tutorial/create-db-and-table.md

Co-authored-by: Santhosh Solomon <santhoshsolomon@Santhoshs-MacBook-Air.local>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2 years ago📝 Update release notes
github-actions [Mon, 7 Nov 2022 14:21:59 +0000 (14:21 +0000)] 
📝 Update release notes

2 years ago✏️ Fix small typos in docs (#481)
Michael Cuffaro [Mon, 7 Nov 2022 14:21:23 +0000 (15:21 +0100)] 
✏️ Fix small typos in docs (#481)

Fix small typos

Fixing small typos here and there while reading the document.

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2 years ago📝 Update release notes
github-actions [Sat, 5 Nov 2022 01:04:44 +0000 (01:04 +0000)] 
📝 Update release notes

2 years ago🔧 Update Smokeshow coverage threshold (#487)
Sebastián Ramírez [Sat, 5 Nov 2022 01:04:13 +0000 (02:04 +0100)] 
🔧 Update Smokeshow coverage threshold (#487)

2 years ago📝 Update release notes
github-actions [Fri, 4 Nov 2022 22:02:09 +0000 (22:02 +0000)] 
📝 Update release notes

2 years ago👷 Move from Codecov to Smokeshow (#486)
Sebastián Ramírez [Fri, 4 Nov 2022 22:01:37 +0000 (23:01 +0100)] 
👷 Move from Codecov to Smokeshow (#486)

2 years ago📝 Update release notes
github-actions [Fri, 4 Nov 2022 21:44:25 +0000 (21:44 +0000)] 
📝 Update release notes

2 years ago⬆ Bump actions/setup-python from 2 to 4 (#411)
dependabot[bot] [Fri, 4 Nov 2022 21:43:45 +0000 (22:43 +0100)] 
⬆ Bump actions/setup-python from 2 to 4 (#411)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2 years ago📝 Update release notes
github-actions [Fri, 4 Nov 2022 21:32:51 +0000 (21:32 +0000)] 
📝 Update release notes

2 years ago⬆ Update black requirement from ^21.5-beta.1 to ^22.10.0 (#460)
dependabot[bot] [Fri, 4 Nov 2022 21:32:13 +0000 (22:32 +0100)] 
⬆ Update black requirement from ^21.5-beta.1 to ^22.10.0 (#460)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2 years ago📝 Update release notes
github-actions [Fri, 4 Nov 2022 21:18:47 +0000 (21:18 +0000)] 
📝 Update release notes

2 years ago➕ Add extra dev dependencies for MkDocs Material (#485)
Sebastián Ramírez [Fri, 4 Nov 2022 21:16:59 +0000 (22:16 +0100)] 
➕ Add extra dev dependencies for MkDocs Material (#485)

2 years ago📝 Update release notes
github-actions [Fri, 4 Nov 2022 21:14:56 +0000 (21:14 +0000)] 
📝 Update release notes

2 years ago📝 Update release notes
github-actions [Fri, 4 Nov 2022 21:14:34 +0000 (21:14 +0000)] 
📝 Update release notes

2 years ago⬆ Update mypy requirement from 0.930 to 0.971 (#380)
dependabot[bot] [Fri, 4 Nov 2022 21:14:11 +0000 (22:14 +0100)] 
⬆ Update mypy requirement from 0.930 to 0.971 (#380)

Update mypy requirement from 0.930 to 0.971

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.930...v0.971)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago⬆ Update coverage requirement from ^5.5 to ^6.2 (#171)
dependabot[bot] [Fri, 4 Nov 2022 21:13:58 +0000 (22:13 +0100)] 
⬆ Update coverage requirement from ^5.5 to ^6.2 (#171)

Update coverage requirement from ^5.5 to ^6.2

Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.5...6.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2 years ago📝 Update release notes
github-actions [Fri, 4 Nov 2022 21:03:39 +0000 (21:03 +0000)] 
📝 Update release notes

2 years ago📝 Update release notes
github-actions [Fri, 4 Nov 2022 21:02:59 +0000 (21:02 +0000)] 
📝 Update release notes

2 years ago⬆ Bump codecov/codecov-action from 2 to 3 (#415)
dependabot[bot] [Fri, 4 Nov 2022 21:00:58 +0000 (22:00 +0100)] 
⬆ Bump codecov/codecov-action from 2 to 3 (#415)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago⬆ Bump actions/upload-artifact from 2 to 3 (#412)
dependabot[bot] [Fri, 4 Nov 2022 21:00:21 +0000 (22:00 +0100)] 
⬆ Bump actions/upload-artifact from 2 to 3 (#412)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago📝 Update release notes
github-actions [Fri, 4 Nov 2022 21:00:05 +0000 (21:00 +0000)] 
📝 Update release notes

2 years ago⬆ Update flake8 requirement from ^3.9.2 to ^5.0.4 (#396)
dependabot[bot] [Fri, 4 Nov 2022 20:59:26 +0000 (21:59 +0100)] 
⬆ Update flake8 requirement from ^3.9.2 to ^5.0.4 (#396)

Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/3.9.2...5.0.4)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>