Mike
393e3e352a
chore: update lockfile
2024-09-01 14:57:47 -07:00
Mike
56939d9c5e
chore: remove nitpick and black configuration from pyproject.toml
2024-09-01 14:57:47 -07:00
Mike
3ccf3146eb
ci(pre-commit): replace black with ruff for linting and formatting
2024-09-01 14:57:47 -07:00
Mike
50db5bead4
chore: add .git-blame-ignore-revs file
2024-09-01 14:57:47 -07:00
Mike
b5b576aca5
refactor: apply ruff linter rules and standardize code style
...
Replace flake8 with ruff and apply consistent linting rules across the entire codebase. Update type annotations, quotation marks, and other style-related changes to comply with the new standards.
2024-09-01 14:57:47 -07:00
Mike
5e1a7d2803
chore(linting): replace wemake-python-styleguide with ruff
2024-09-01 14:57:47 -07:00
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
pre-commit-ci[bot]
41fa7ddc5c
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-08-31 21:20:36 -07:00
Mike
1262a52282
test(attributes): add slug parameter to attribute model test
2024-08-31 21:20:36 -07:00
Mike
27d3887604
feat(attribute): add slug validation for Python identifier compliance
...
Implement custom validation for Attribute model's slug field to ensure it's a valid Python identifier. Add corresponding test case.
2024-08-31 21:20:36 -07:00
Mike
3990d7d6cb
test: remove special chars in attribute name test data
2024-08-31 21:20:36 -07:00
Mike
6f141ff4f2
refactor(slug): ensure generated slugs are valid Python identifiers
2024-08-31 21:20:36 -07:00
dependabot[bot]
ab23ba118d
chore(deps-dev): bump tomlkit from 0.13.0 to 0.13.2
...
Bumps [tomlkit](https://github.com/sdispater/tomlkit ) from 0.13.0 to 0.13.2.
- [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.13.0...0.13.2 )
---
updated-dependencies:
- dependency-name: tomlkit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-15 07:34:48 -07:00
dependabot[bot]
03cb115531
chore(deps-dev): bump safety from 3.2.4 to 3.2.5
...
Bumps [safety](https://github.com/pyupio/safety ) from 3.2.4 to 3.2.5.
- [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/3.2.4...3.2.5 )
---
updated-dependencies:
- dependency-name: safety
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-15 07:34:40 -07:00
dependabot[bot]
a56559ebb7
chore(deps-dev): bump hypothesis from 6.108.10 to 6.111.0
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.108.10 to 6.111.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.108.10...hypothesis-python-6.111.0 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-15 07:34:31 -07:00
dependabot[bot]
3884d2c2aa
chore(deps): bump django from 4.2.14 to 4.2.15
...
Bumps [django](https://github.com/django/django ) from 4.2.14 to 4.2.15.
- [Commits](https://github.com/django/django/compare/4.2.14...4.2.15 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 07:49:09 -07:00
dependabot[bot]
b0a73e2b9c
chore(deps): bump pyyaml from 6.0.1 to 6.0.2
...
Bumps [pyyaml](https://github.com/yaml/pyyaml ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/yaml/pyyaml/releases )
- [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES )
- [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2 )
---
updated-dependencies:
- dependency-name: pyyaml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 07:49:01 -07:00
dependabot[bot]
cad0846d2c
chore(deps-dev): bump hypothesis from 6.108.5 to 6.108.10
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.108.5 to 6.108.10.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.108.5...hypothesis-python-6.108.10 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 07:48:43 -07:00
pre-commit-ci[bot]
c86b909970
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/psf/black: 24.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0 )
2024-08-07 07:48:35 -07:00
dependabot[bot]
6e63441ca0
chore(deps-dev): bump black from 24.4.2 to 24.8.0
...
Bumps [black](https://github.com/psf/black ) from 24.4.2 to 24.8.0.
- [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/24.4.2...24.8.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 07:48:23 -07:00
dependabot[bot]
d2c34da383
chore(deps-dev): bump mypy from 1.11.0 to 1.11.1
...
Bumps [mypy](https://github.com/python/mypy ) from 1.11.0 to 1.11.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.11...v1.11.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 07:48:11 -07:00
dependabot[bot]
c8bc9310d9
chore(deps-dev): bump hypothesis from 6.104.2 to 6.108.5
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.104.2 to 6.108.5.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.108.5 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 07:58:37 -07:00
dependabot[bot]
4940d7fa0b
chore(deps-dev): bump pytest from 8.2.2 to 8.3.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.2.2 to 8.3.2.
- [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/8.2.2...8.3.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 07:58:28 -07:00
dependabot[bot]
8ab1d09627
chore(deps-dev): bump mypy from 1.10.1 to 1.11.0
...
Bumps [mypy](https://github.com/python/mypy ) from 1.10.1 to 1.11.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 07:58:21 -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
dependabot[bot]
5dba618e63
chore(deps): bump django from 4.2.13 to 4.2.14
...
Bumps [django](https://github.com/django/django ) from 4.2.13 to 4.2.14.
- [Commits](https://github.com/django/django/compare/4.2.13...4.2.14 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 07:58:04 -07:00
dependabot[bot]
17e018a0a0
chore(deps-dev): bump certifi from 2024.6.2 to 2024.7.4
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.6.2 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 07:57:55 -07:00
dependabot[bot]
c82273e62e
chore(deps-dev): bump safety from 3.2.3 to 3.2.4
...
Bumps [safety](https://github.com/pyupio/safety ) from 3.2.3 to 3.2.4.
- [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/3.2.3...3.2.4 )
---
updated-dependencies:
- dependency-name: safety
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 07:57:45 -07:00
dependabot[bot]
ceaf3abf40
chore(deps-dev): bump hypothesis from 6.103.2 to 6.104.2
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.103.2 to 6.104.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.103.2...hypothesis-python-6.104.2 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 14:01:58 -07:00
dependabot[bot]
38ddd519cf
chore(deps-dev): bump mypy from 1.10.0 to 1.10.1
...
Bumps [mypy](https://github.com/python/mypy ) from 1.10.0 to 1.10.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 14:01:48 -07:00
Mike
c35d1355b0
chore: prepare release v1.6.1
2024-06-23 14:06:01 -07:00
Mike
97eb3f7fc2
chore: update downstream dependencies
2024-06-23 09:37:32 -07:00
dependabot[bot]
a4f5a8ae3d
chore(deps-dev): bump urllib3 from 1.26.18 to 1.26.19
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.18 to 1.26.19.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-23 09:00:22 -07:00
dependabot[bot]
322753b821
chore(deps-dev): bump hypothesis from 6.102.6 to 6.103.2
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.102.6 to 6.103.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.102.6...hypothesis-python-6.103.2 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-23 09:00:15 -07:00
dependabot[bot]
c62c927548
chore(deps-dev): bump safety from 3.2.0 to 3.2.3
...
Bumps [safety](https://github.com/pyupio/safety ) from 3.2.0 to 3.2.3.
- [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/3.2.0...3.2.3 )
---
updated-dependencies:
- dependency-name: safety
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-23 09:00:08 -07:00
dependabot[bot]
c0f485e766
chore(deps-dev): bump authlib from 1.3.0 to 1.3.1
...
Bumps [authlib](https://github.com/lepture/authlib ) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/lepture/authlib/releases )
- [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst )
- [Commits](https://github.com/lepture/authlib/compare/v1.3.0...v1.3.1 )
---
updated-dependencies:
- dependency-name: authlib
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-23 09:00:01 -07:00
dependabot[bot]
462e949a08
chore(deps-dev): bump pytest from 8.2.1 to 8.2.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.2.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](https://github.com/pytest-dev/pytest/compare/8.2.1...8.2.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-23 08:59:48 -07:00
pre-commit-ci[bot]
6585010038
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-06-23 08:59:33 -07:00
Mike
8c87f2f53b
fix: ensure default manager is correctly replaced and ordered
2024-06-23 08:59:33 -07:00
dependabot[bot]
1b0ea0b9c4
Merge pull request #572 from jazzband/dependabot/pip/jinja2-3.1.4
2024-05-26 15:58:04 +00:00
dependabot[bot]
1b73435ff3
chore(deps-dev): bump jinja2 from 3.1.3 to 3.1.4
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-26 15:54:39 +00:00
dependabot[bot]
3c74c2c008
chore(deps-dev): bump hypothesis from 6.102.1 to 6.102.6
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.102.1 to 6.102.6.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.102.1...hypothesis-python-6.102.6 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-26 08:53:16 -07:00
dependabot[bot]
04b1926d3a
---
...
updated-dependencies:
- dependency-name: requests
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-26 08:53:09 -07:00
dependabot[bot]
6d3892459f
chore(deps-dev): bump pytest from 8.2.0 to 8.2.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.2.0 to 8.2.1.
- [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/8.2.0...8.2.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-26 08:53:01 -07:00
dependabot[bot]
671fd814b6
chore(deps-dev): bump black from 24.4.0 to 24.4.2
...
Bumps [black](https://github.com/psf/black ) from 24.4.0 to 24.4.2.
- [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/24.4.0...24.4.2 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-26 08:52:52 -07:00
pre-commit-ci[bot]
27dfd357de
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2 )
2024-05-14 12:52:08 -07:00
dependabot[bot]
9746ef8218
chore(deps-dev): bump hypothesis from 6.99.5 to 6.102.1
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.99.5 to 6.102.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.99.5...hypothesis-python-6.102.1 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 12:48:17 -07:00
dependabot[bot]
5c804658b9
chore(deps-dev): bump tomlkit from 0.12.4 to 0.12.5
...
Bumps [tomlkit](https://github.com/sdispater/tomlkit ) from 0.12.4 to 0.12.5.
- [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.4...0.12.5 )
---
updated-dependencies:
- dependency-name: tomlkit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 12:47:57 -07:00
dependabot[bot]
18b821e4a5
chore(deps): bump django from 4.2.11 to 4.2.13
...
Bumps [django](https://github.com/django/django ) from 4.2.11 to 4.2.13.
- [Commits](https://github.com/django/django/compare/4.2.11...4.2.13 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 12:47:40 -07:00
dependabot[bot]
8529a40d9d
chore(deps-dev): bump safety from 3.1.0 to 3.2.0
...
Bumps [safety](https://github.com/pyupio/safety ) from 3.1.0 to 3.2.0.
- [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/3.1.0...3.2.0 )
---
updated-dependencies:
- dependency-name: safety
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 12:47:33 -07:00