Commit graph

1729 commits

Author SHA1 Message Date
Aleksi Häkli
1ddfcfa9ff
Merge pull request #1204 from jazzband/dependabot/pip/pytest-8.2.2
chore(deps): bump pytest from 8.2.0 to 8.2.2
2024-06-11 20:56:47 +03:00
Aleksi Häkli
1f17ee0b11
Merge pull request #1195 from jazzband/dependabot/pip/black-24.4.2
chore(deps): bump black from 24.4.0 to 24.4.2
2024-06-11 20:56:40 +03:00
dependabot[bot]
324c4b3b70
chore(deps): bump pytest from 8.2.0 to 8.2.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 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.0...8.2.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 12:28:00 +00:00
dependabot[bot]
0965dfc874
chore(deps): 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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 16:29:28 +00:00
Aleksi Häkli
4b34437294
Merge pull request #1197 from jazzband/dependabot/pip/pytest-8.2.0
chore(deps): bump pytest from 8.1.1 to 8.2.0
2024-05-07 19:28:48 +03:00
Aleksi Häkli
0a23b4130b
Merge pull request #1196 from jazzband/dependabot/pip/tox-4.15.0
chore(deps): bump tox from 4.14.2 to 4.15.0
2024-05-07 19:28:41 +03:00
Aleksi Häkli
830728e56c
Merge pull request #1194 from jazzband/dependabot/pip/mypy-1.10.0
chore(deps): bump mypy from 1.9.0 to 1.10.0
2024-05-07 19:28:28 +03:00
dependabot[bot]
a2755bf4c8
chore(deps): bump pytest from 8.1.1 to 8.2.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.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/8.1.1...8.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 12:16:58 +00:00
dependabot[bot]
480ccde882
chore(deps): bump tox from 4.14.2 to 4.15.0
Bumps [tox](https://github.com/tox-dev/tox) from 4.14.2 to 4.15.0.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.14.2...4.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 12:16:54 +00:00
dependabot[bot]
78bf8ffaf6
chore(deps): bump mypy from 1.9.0 to 1.10.0
Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/1.9.0...v1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-25 12:51:04 +00:00
Aleksi Häkli
ffe4fbf73d
Merge pull request #1189 from jazzband/dependabot/pip/black-24.4.0
chore(deps): bump black from 24.3.0 to 24.4.0
2024-04-15 20:35:51 +03:00
Aleksi Häkli
43b5017086
Merge pull request #1188 from Viicos/patch-1
Require `asgiref>=3.6.0`
2024-04-15 20:35:42 +03:00
dependabot[bot]
6d3cd021ac
chore(deps): bump black from 24.3.0 to 24.4.0
Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.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.3.0...24.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 12:04:42 +00:00
Victorien
61c6dd9a08
Require asgiref>=3.6.0
`django-axes` is making use of some functions added in
`asgiref==3.6.0`, but Django 3.2 requires `asgiref>=3.3.2`.
2024-04-03 11:00:45 +02:00
Aleksi Häkli
fd9d185ad3
Merge pull request #1187 from jazzband/dependabot/pip/tox-4.14.2
chore(deps): bump tox from 4.14.1 to 4.14.2
2024-03-25 18:56:09 +02:00
Aleksi Häkli
5e01c6eced
Merge pull request #1186 from jazzband/dependabot/pip/pytest-cov-5.0.0
chore(deps): bump pytest-cov from 4.1.0 to 5.0.0
2024-03-25 18:56:03 +02:00
Aleksi Häkli
68c122855a
Merge pull request #1184 from jazzband/dependabot/pip/black-24.3.0
chore(deps): bump black from 24.2.0 to 24.3.0
2024-03-25 18:55:54 +02:00
dependabot[bot]
dabedb4d9f
chore(deps): bump tox from 4.14.1 to 4.14.2
Bumps [tox](https://github.com/tox-dev/tox) from 4.14.1 to 4.14.2.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.14.1...4.14.2)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 12:20:47 +00:00
dependabot[bot]
69d394029b
chore(deps): 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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 12:20:35 +00:00
dependabot[bot]
462fa56c67
chore(deps): bump black from 24.2.0 to 24.3.0
Bumps [black](https://github.com/psf/black) from 24.2.0 to 24.3.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.2.0...24.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 12:18:20 +00:00
Aleksi Häkli
6e63f47a78 Revert "chore(deps): bump codecov/codecov-action from 3 to 4"
This reverts commit bba4c80989.
2024-03-16 12:54:27 +02:00
Aleksi Häkli
3e6c9ed0de
Merge pull request #1183 from jazzband/dependabot/pip/coverage-7.4.4
chore(deps): bump coverage from 7.4.3 to 7.4.4
2024-03-16 12:35:41 +02:00
dependabot[bot]
dba7d4ef6c
chore(deps): bump coverage from 7.4.3 to 7.4.4
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.3 to 7.4.4.
- [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/7.4.3...7.4.4)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 12:58:22 +00:00
Aleksi Häkli
075b8d6f51
Merge pull request #1182 from jazzband/dependabot/pip/pytest-8.1.1
chore(deps): bump pytest from 8.1.0 to 8.1.1
2024-03-13 12:32:39 +02:00
Aleksi Häkli
6edb4d0f33
Merge pull request #1181 from jazzband/dependabot/pip/mypy-1.9.0
chore(deps): bump mypy from 1.8.0 to 1.9.0
2024-03-13 12:32:28 +02:00
dependabot[bot]
33b76271b8
chore(deps): bump pytest from 8.1.0 to 8.1.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.0 to 8.1.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.1.0...8.1.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 12:28:09 +00:00
dependabot[bot]
6fda722179
chore(deps): bump mypy from 1.8.0 to 1.9.0
Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 12:28:04 +00:00
Aleksi Häkli
82ec4b92a3
Merge pull request #1180 from jazzband/dependabot/pip/pytest-subtests-0.12.1
chore(deps): bump pytest-subtests from 0.11.0 to 0.12.1
2024-03-11 13:37:08 +02:00
Aleksi Häkli
3d547cd9db
Merge pull request #1179 from jazzband/dependabot/pip/tox-4.14.1
chore(deps): bump tox from 4.13.0 to 4.14.1
2024-03-11 13:36:47 +02:00
dependabot[bot]
d44631188c
chore(deps): bump pytest-subtests from 0.11.0 to 0.12.1
Bumps [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) from 0.11.0 to 0.12.1.
- [Changelog](https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-subtests/compare/v0.11.0...v0.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 12:29:58 +00:00
dependabot[bot]
61ce115eea
chore(deps): bump tox from 4.13.0 to 4.14.1
Bumps [tox](https://github.com/tox-dev/tox) from 4.13.0 to 4.14.1.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.13.0...4.14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 12:22:13 +00:00
Aleksi Häkli
6c54cf4e29
Version 6.4.0 2024-03-04 20:36:17 +02:00
Aleksi Häkli
3986334ce9
Merge pull request #1176 from jazzband/python-django-version-update
Add support for Python 3.12 and Django 5.0
2024-03-04 20:35:18 +02:00
Aleksi Häkli
a069a42b50 Drop pkg_resources from tests 2024-03-04 20:27:20 +02:00
Aleksi Häkli
0de5ab364c Add support for Python 3.12 and Django 5.0 2024-03-04 20:19:19 +02:00
Aleksi Häkli
048b1f9e99
Version 6.3.1 2024-03-04 20:18:31 +02:00
Aleksi Häkli
9d847e50bb
Merge pull request #1168 from jazzband/dependabot/pip/black-24.2.0
chore(deps): bump black from 23.12.1 to 24.2.0
2024-03-04 20:08:04 +02:00
Aleksi Häkli
dbd16dd5b0 Update syntax to be compliant with new black version 2024-03-04 20:07:47 +02:00
Aleksi Häkli
92f038e4af
Merge pull request #1169 from Viicos/remove-pkg-resources
Remove compatibility with `pkg_resources`
2024-03-04 19:52:32 +02:00
dependabot[bot]
c62f5d3198
chore(deps): bump black from 23.12.1 to 24.2.0
Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.2.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/23.12.1...24.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 17:52:28 +00:00
Aleksi Häkli
ef552bcc62
Merge pull request #1174 from jazzband/dependabot/pip/coverage-7.4.3
chore(deps): bump coverage from 7.4.0 to 7.4.3
2024-03-04 19:51:42 +02:00
dependabot[bot]
d224dd11ad
chore(deps): bump coverage from 7.4.0 to 7.4.3
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.0 to 7.4.3.
- [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/7.4.0...7.4.3)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 17:51:32 +00:00
Aleksi Häkli
12eca00d5c
Merge pull request #1158 from jazzband/dependabot/github_actions/actions/cache-4
chore(deps): bump actions/cache from 3 to 4
2024-03-04 19:51:06 +02:00
Aleksi Häkli
31e4a190b7
Merge pull request #1162 from cclauss/black-v24.1.0
chore(deps): bump black from 23.12.1 to 24.1.1 AGAIN
2024-03-04 19:51:00 +02:00
Aleksi Häkli
7b2b66c539
Merge pull request #1166 from jazzband/dependabot/pip/pytest-django-4.8.0
chore(deps): bump pytest-django from 4.7.0 to 4.8.0
2024-03-04 19:50:52 +02:00
Aleksi Häkli
875053a9a8
Merge pull request #1167 from jazzband/dependabot/github_actions/codecov/codecov-action-4
chore(deps): bump codecov/codecov-action from 3 to 4
2024-03-04 19:50:46 +02:00
Aleksi Häkli
00318b2bf9
Merge pull request #1171 from jazzband/dependabot/pip/tox-4.13.0
chore(deps): bump tox from 4.12.0 to 4.13.0
2024-03-04 19:50:41 +02:00
Aleksi Häkli
89ee887085
Merge pull request #1175 from jazzband/dependabot/pip/pytest-8.1.0
chore(deps): bump pytest from 7.4.4 to 8.1.0
2024-03-04 19:50:30 +02:00
dependabot[bot]
382e1b35af
chore(deps): bump pytest from 7.4.4 to 8.1.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.1.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.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 12:03:50 +00:00
dependabot[bot]
45c8119604
chore(deps): bump tox from 4.12.0 to 4.13.0
Bumps [tox](https://github.com/tox-dev/tox) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.12.0...4.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 12:10:36 +00:00