Commit graph

166 commits

Author SHA1 Message Date
Mike
b8bcc383a4 ci(test): update Django versions and Python compatibility
Update test matrix to use Django 4.2, 5.0, and 5.1, removing support for Django 3.2.
2024-08-31 21:37:28 -07:00
dependabot[bot]
3ea0257a21 chore(deps-dev): bump tomlkit from 0.12.5 to 0.13.0
Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.5 to 0.13.0.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sdispater/tomlkit/compare/0.12.5...0.13.0)

---
updated-dependencies:
- dependency-name: tomlkit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 07:58:12 -07:00
Mike
c35d1355b0 chore: prepare release v1.6.1 2024-06-23 14:06:01 -07:00
dependabot[bot]
9ee8af9a8a chore(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 09:01:59 -07:00
Mike
83e598a14d chore: release v1.6.0 2024-03-14 07:26:57 -07:00
Mike
792fc65003 chore: remove support for Django < 3.2 and Python < 3.8 2024-03-06 10:05:42 -08:00
dependabot[bot]
5e97e2ab9a
chore(deps-dev): bump sphinx-autodoc-typehints from 1.25.2 to 2.0.0
Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.25.2 to 2.0.0.
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.25.2...2.0.0)

---
updated-dependencies:
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 20:10:53 +00:00
dependabot[bot]
e30fdf7a8c
chore(deps-dev): bump pytest from 7.4.4 to 8.0.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.0.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 19:57:59 +00:00
dependabot[bot]
c2776cca52
chore(deps-dev): bump black from 22.12.0 to 24.1.1
Bumps [black](https://github.com/psf/black) from 22.12.0 to 24.1.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.12.0...24.1.1)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 19:26:24 +00:00
dependabot[bot]
6d97fce0b0
chore(deps-dev): bump safety from 2.3.5 to 3.0.1
Bumps [safety](https://github.com/pyupio/safety) from 2.3.5 to 3.0.1.
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pyupio/safety/compare/2.3.5...3.0.1)

---
updated-dependencies:
- dependency-name: safety
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 02:08:38 +00:00
dependabot[bot]
5ed4f1c1e2
chore(deps-dev): bump nitpick from 0.34.0 to 0.35.0
Bumps [nitpick](https://github.com/andreoliwa/nitpick) from 0.34.0 to 0.35.0.
- [Release notes](https://github.com/andreoliwa/nitpick/releases)
- [Changelog](https://github.com/andreoliwa/nitpick/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/andreoliwa/nitpick/compare/v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: nitpick
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 18:25:53 +00:00
Christian Clauss
3ca27bb65e
chore: Add Django 5.0 and Python 3.12 to the testing (#487)
* chore: Add Django 5.0 and Python 3.12 to the testing

* what-python-version-can-i-use-with-django

* Do not test Django 4.1 on Python 3.12

* Upgrade setuptools on Python 3.12

* pyyaml = { version = "^6.0.1", python = "^3.12" }

* pyyaml = { version = "^6.0.1", python = "^3.12" }

* poetry lock --no-update
2024-01-10 10:24:14 -08:00
dependabot[bot]
c5185f2afc
chore(deps-dev): bump doc8 from 0.11.2 to 1.1.1
Bumps [doc8](https://github.com/pycqa/doc8) from 0.11.2 to 1.1.1.
- [Release notes](https://github.com/pycqa/doc8/releases)
- [Commits](https://github.com/pycqa/doc8/compare/0.11.2...v1.1.1)

---
updated-dependencies:
- dependency-name: doc8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 02:22:19 +00:00
dependabot[bot]
ef0647cfb3
chore(deps-dev): bump sphinx-rtd-theme from 1.3.0 to 2.0.0
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.3.0 to 2.0.0.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.3.0...2.0.0)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-29 02:36:48 +00:00
Mike
3858d9f1d2 chore: release v1.5.0 2023-11-08 09:28:17 -07:00
Mike
36221042b7 chore(deps-dev): Update pytest to v7 2023-10-30 10:30:46 -07:00
Mike
e1dba28fff chore(pyproject.toml): update Django classifiers
- Removed the classifier for Django 4.0.
- Added the classifier for Django 4.2.
2023-10-30 09:15:49 -07:00
Mike
62d5bcc0a2 chore(pyproject.toml): add classifiers for Python versions 2023-10-30 09:14:20 -07:00
dependabot[bot]
0b1e01dde9
chore(deps-dev): bump black from 22.12.0 to 23.10.1
Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.10.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.12.0...23.10.1)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 02:12:43 +00:00
Mike
6791df9ba0 refactor(build): Refactor pyproject.toml configuration for latest Poetry version compatibility 2023-10-15 16:17:51 -07:00
dependabot[bot]
829becd370
chore(deps-dev): bump mypy from 1.5.1 to 1.6.0
Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.6.0.
- [Commits](https://github.com/python/mypy/compare/v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 02:14:20 +00:00
dependabot[bot]
efd9416819 chore(deps-dev): bump hypothesis from 6.87.0 to 6.87.1
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.87.0 to 6.87.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.87.0...hypothesis-python-6.87.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 09:25:07 -07:00
dependabot[bot]
c8697c7f29 chore(deps-dev): bump hypothesis from 6.84.2 to 6.87.0
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.84.2 to 6.87.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.84.2...hypothesis-python-6.87.0)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-28 07:09:57 -07:00
dependabot[bot]
a50f8ccfb5
chore(deps): bump sphinx from 6.2.1 to 7.1.2
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.2.1 to 7.1.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.2.1...v7.1.2)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-07 05:41:29 +00:00
dependabot[bot]
6a78b02f5a
chore(deps-dev): bump hypothesis from 6.82.6 to 6.84.2
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.82.6 to 6.84.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.82.6...hypothesis-python-6.84.2)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-07 02:25:16 +00:00
dependabot[bot]
170c95a94c
chore(deps-dev): bump hypothesis from 6.82.0 to 6.82.6
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.82.0 to 6.82.6.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.82.0...hypothesis-python-6.82.6)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-25 04:33:09 +00:00
dependabot[bot]
5be3e8006a
chore(deps-dev): bump mypy from 1.4.1 to 1.5.1
Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.5.1.
- [Commits](https://github.com/python/mypy/compare/v1.4.1...v1.5.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-25 04:08:33 +00:00
dependabot[bot]
70354a96e5
chore(deps-dev): bump nitpick from 0.33.2 to 0.34.0
Bumps [nitpick](https://github.com/andreoliwa/nitpick) from 0.33.2 to 0.34.0.
- [Release notes](https://github.com/andreoliwa/nitpick/releases)
- [Changelog](https://github.com/andreoliwa/nitpick/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/andreoliwa/nitpick/compare/v0.33.2...v0.34.0)

---
updated-dependencies:
- dependency-name: nitpick
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-25 03:53:06 +00:00
dependabot[bot]
eeb66ca73f
chore(deps-dev): bump pytest-randomly from 3.13.0 to 3.15.0
Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.13.0 to 3.15.0.
- [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-randomly/compare/3.13.0...3.15.0)

---
updated-dependencies:
- dependency-name: pytest-randomly
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-25 03:44:06 +00:00
dependabot[bot]
d897e82f62
chore(deps): bump tomlkit from 0.11.8 to 0.12.1
Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.11.8 to 0.12.1.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sdispater/tomlkit/compare/0.11.8...0.12.1)

---
updated-dependencies:
- dependency-name: tomlkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-28 02:38:45 +00:00
dependabot[bot]
918a3b02f8
chore(deps-dev): bump hypothesis from 6.81.1 to 6.82.0
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.81.1 to 6.82.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.81.1...hypothesis-python-6.82.0)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-21 02:56:23 +00:00
dependabot[bot]
d5e6998b07
chore(deps-dev): bump pytest-randomly from 3.12.0 to 3.13.0
Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.12.0 to 3.13.0.
- [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-randomly/compare/3.12.0...3.13.0)

---
updated-dependencies:
- dependency-name: pytest-randomly
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-14 02:44:54 +00:00
dependabot[bot]
ea129e7df1
chore(deps-dev): bump hypothesis from 6.80.1 to 6.81.1
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.80.1 to 6.81.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.80.1...hypothesis-python-6.81.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 02:50:35 +00:00
Mike
dcfc74e8ae 1.4.0 2023-07-07 13:11:50 -07:00
dependabot[bot]
0acc6fc926
chore(deps-dev): bump hypothesis from 6.80.0 to 6.80.1
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.80.0 to 6.80.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.80.0...hypothesis-python-6.80.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-07 02:52:08 +00:00
dependabot[bot]
ac90f43db0
chore(deps-dev): bump hypothesis from 6.79.3 to 6.80.0
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.79.3 to 6.80.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.79.3...hypothesis-python-6.80.0)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 03:00:01 +00:00
dependabot[bot]
d05bde1ef2
chore(deps-dev): bump hypothesis from 6.79.2 to 6.79.3
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.79.2 to 6.79.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.79.2...hypothesis-python-6.79.3)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-27 02:59:11 +00:00
dependabot[bot]
d982bdf1bd
chore(deps-dev): bump hypothesis from 6.78.3 to 6.79.2
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.78.3 to 6.79.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.78.3...hypothesis-python-6.79.2)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 00:14:28 +00:00
dependabot[bot]
07b2f6c95a
chore(deps-dev): bump mypy from 1.3.0 to 1.4.0
Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.0.
- [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 02:59:24 +00:00
dependabot[bot]
1abaf9c161
chore(deps-dev): bump hypothesis from 6.76.0 to 6.78.3
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.76.0 to 6.78.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.76.0...hypothesis-python-6.78.3)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-16 03:09:21 +00:00
dependabot[bot]
199c1c83f9
chore(deps-dev): bump hypothesis from 6.75.3 to 6.76.0
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.75.3 to 6.76.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.75.3...hypothesis-python-6.76.0)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 03:48:27 +00:00
dependabot[bot]
c52ef43b9c
chore(deps-dev): bump pytest-cov from 4.0.0 to 4.1.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.0.0 to 4.1.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-25 03:01:17 +00:00
dependabot[bot]
09563d839e
chore(deps-dev): bump hypothesis from 6.74.1 to 6.75.3
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.74.1 to 6.75.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.74.1...hypothesis-python-6.75.3)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-19 20:44:08 +00:00
dependabot[bot]
674d5ecb2b
chore(deps-dev): bump mypy from 1.2.0 to 1.3.0
Bumps [mypy](https://github.com/python/mypy) from 1.2.0 to 1.3.0.
- [Commits](https://github.com/python/mypy/compare/v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-11 02:59:18 +00:00
dependabot[bot]
21a74f377b
chore(deps-dev): bump hypothesis from 6.72.2 to 6.74.1
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.72.2 to 6.74.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.72.2...hypothesis-python-6.74.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-28 02:59:05 +00:00
dependabot[bot]
ae04b34925
chore(deps-dev): bump hypothesis from 6.72.0 to 6.72.2
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.72.0 to 6.72.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.72.0...hypothesis-python-6.72.2)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 03:01:17 +00:00
dependabot[bot]
30112dc805
chore(deps-dev): bump hypothesis from 6.70.2 to 6.72.0
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.70.2 to 6.72.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.70.2...hypothesis-python-6.72.0)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-17 03:03:30 +00:00
dependabot[bot]
0b8d20d07c
chore(deps-dev): bump mypy from 1.1.1 to 1.2.0
Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-07 03:02:37 +00:00
dependabot[bot]
95a2d5217b
chore(deps): bump django from 4.1.7 to 4.2
Bumps [django](https://github.com/django/django) from 4.1.7 to 4.2.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.1.7...4.2)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 14:21:56 +00:00
dependabot[bot]
4ae6d71c28
chore(deps-dev): bump hypothesis from 6.70.0 to 6.70.2
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.70.0 to 6.70.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.70.0...hypothesis-python-6.70.2)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 03:05:04 +00:00