]> git.ipfire.org Git - thirdparty/jinja.git/log
thirdparty/jinja.git
14 months agoAdd initial support for block statements antlr-grammar
Kevin [Tue, 21 May 2024 21:05:47 +0000 (17:05 -0400)] 
Add initial support for block statements

We needed to add `end` versions of the block identifiers or else the
lexer would identify them as generic tokens.

14 months agoSupport context management on imports
Kevin [Tue, 21 May 2024 19:50:03 +0000 (15:50 -0400)] 
Support context management on imports

14 months agoFix bug where multiple imports were required
Kevin [Tue, 21 May 2024 19:45:31 +0000 (15:45 -0400)] 
Fix bug where multiple imports were required

14 months agoAdd support for from ... import ... as
Kevin [Tue, 21 May 2024 19:42:46 +0000 (15:42 -0400)] 
Add support for from ... import ... as

14 months agoAdding basic import statement support
Kevin [Tue, 21 May 2024 19:25:54 +0000 (15:25 -0400)] 
Adding basic import statement support

14 months agoSupport variable names in literals
Kevin [Tue, 21 May 2024 19:09:25 +0000 (15:09 -0400)] 
Support variable names in literals

14 months agoFix single quote string handling
Kevin [Tue, 21 May 2024 18:48:07 +0000 (14:48 -0400)] 
Fix single quote string handling

14 months agoSupport list literals for templates
Kevin [Tue, 21 May 2024 18:45:22 +0000 (14:45 -0400)] 
Support list literals for templates

Because lists can be dynamic this needs to be handled in the grammar
instead of in the lexer.

14 months agoRequire template name/list for include statement
Kevin [Tue, 21 May 2024 18:45:08 +0000 (14:45 -0400)] 
Require template name/list for include statement

14 months agoAdd optional modifiers for include statement
Kevin [Tue, 21 May 2024 18:24:44 +0000 (14:24 -0400)] 
Add optional modifiers for include statement

14 months agoTesting out include syntax
Kevin [Tue, 21 May 2024 18:21:20 +0000 (14:21 -0400)] 
Testing out include syntax

14 months agoInitial version of the ANTLR grammar
Kevin [Tue, 21 May 2024 16:09:27 +0000 (12:09 -0400)] 
Initial version of the ANTLR grammar

Specifically using ANTLR because it aligns very well with the standard
grammars out there and has a lot better tooling for validating the
grammars and lexers themselves.

14 months agoConvert rST code block to Markdown in README (#1981)
David Lord [Sun, 19 May 2024 13:48:28 +0000 (09:48 -0400)] 
Convert rST code block to Markdown in README (#1981)

14 months agoConvert rST code block to Markdown in README 1981/head
Timothée Mazzucotelli [Sun, 19 May 2024 13:32:56 +0000 (15:32 +0200)] 
Convert rST code block to Markdown in README

14 months agoMerge branch '3.1.x'
David Lord [Mon, 13 May 2024 15:47:27 +0000 (08:47 -0700)] 
Merge branch '3.1.x'

14 months agotest with python 3.13 (#1977)
David Lord [Mon, 13 May 2024 15:45:44 +0000 (08:45 -0700)] 
test with python 3.13 (#1977)

14 months agotest on python 3.13 1977/head
David Lord [Mon, 13 May 2024 00:51:31 +0000 (17:51 -0700)] 
test on python 3.13

update dev dependencies
refactor update tox envs
3.7 requires an old version of trio

xfail zip loader template test

14 months agotest on trio, fix all missing aclose related warnings (#1960)
Thomas Grainger [Sat, 11 May 2024 22:01:12 +0000 (23:01 +0100)] 
test on trio, fix all missing aclose related warnings (#1960)

14 months agouse asyncio.run in Template.render (#1952)
David Lord [Sat, 11 May 2024 20:45:07 +0000 (13:45 -0700)] 
use asyncio.run in Template.render (#1952)

14 months agouse asyncio.run 1952/head
Thomas Grainger [Sun, 7 Apr 2024 08:05:54 +0000 (09:05 +0100)] 
use asyncio.run

14 months agostart version 3.1.5
David Lord [Sat, 11 May 2024 20:41:03 +0000 (13:41 -0700)] 
start version 3.1.5

14 months ago[pre-commit.ci] pre-commit autoupdate (#1975)
David Lord [Mon, 6 May 2024 22:29:13 +0000 (15:29 -0700)] 
[pre-commit.ci] pre-commit autoupdate (#1975)

14 months ago[pre-commit.ci] pre-commit autoupdate 1975/head
pre-commit-ci[bot] [Mon, 6 May 2024 22:05:37 +0000 (22:05 +0000)] 
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.4.3)

15 months agoMerge branch '3.1.x'
David Lord [Sun, 5 May 2024 23:45:28 +0000 (16:45 -0700)] 
Merge branch '3.1.x'

15 months agorelease version 3.1.4 (#1974)
David Lord [Sun, 5 May 2024 23:42:40 +0000 (16:42 -0700)] 
release version 3.1.4 (#1974)

15 months agorelease version 3.1.4 1974/head 3.1.4
David Lord [Sun, 5 May 2024 23:36:17 +0000 (16:36 -0700)] 
release version 3.1.4

15 months agoMerge pull request from GHSA-h75v-3vvj-5mfj
David Lord [Sun, 5 May 2024 23:35:24 +0000 (16:35 -0700)] 
Merge pull request from GHSA-h75v-3vvj-5mfj

disallow invalid characters in keys to xmlattr filter

15 months agoMerge branch '3.1.x'
David Lord [Thu, 2 May 2024 16:18:48 +0000 (09:18 -0700)] 
Merge branch '3.1.x'

15 months agodisallow invalid characters in keys to xmlattr filter
David Lord [Thu, 2 May 2024 16:14:00 +0000 (09:14 -0700)] 
disallow invalid characters in keys to xmlattr filter

15 months agoadd ghsa links
David Lord [Thu, 2 May 2024 15:42:59 +0000 (08:42 -0700)] 
add ghsa links

15 months agostart version 3.1.4
David Lord [Thu, 2 May 2024 15:41:50 +0000 (08:41 -0700)] 
start version 3.1.4

15 months agoBump the python-requirements group in /requirements with 5 updates (#1973)
David Lord [Wed, 1 May 2024 13:43:12 +0000 (06:43 -0700)] 
Bump the python-requirements group in /requirements with 5 updates (#1973)

15 months agofix mypy findings 1973/head
David Lord [Wed, 1 May 2024 13:41:20 +0000 (06:41 -0700)] 
fix mypy findings

15 months agoBump the github-actions group with 2 updates (#1972)
David Lord [Wed, 1 May 2024 12:54:56 +0000 (05:54 -0700)] 
Bump the github-actions group with 2 updates (#1972)

15 months agoBump the python-requirements group in /requirements with 5 updates
dependabot[bot] [Wed, 1 May 2024 07:30:56 +0000 (07:30 +0000)] 
Bump the python-requirements group in /requirements with 5 updates

Bumps the python-requirements group in /requirements with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.0` |
| [pallets-sphinx-themes](https://github.com/pallets/pallets-sphinx-themes) | `2.1.2` | `2.1.3` |
| [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.359` | `1.1.360` |
| [tox](https://github.com/tox-dev/tox) | `4.14.2` | `4.15.0` |

Updates `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)

Updates `pallets-sphinx-themes` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/pallets/pallets-sphinx-themes/releases)
- [Changelog](https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/pallets-sphinx-themes/compare/2.1.2...2.1.3)

Updates `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)

Updates `pyright` from 1.1.359 to 1.1.360
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.359...v1.1.360)

Updates `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: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: pallets-sphinx-themes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
15 months agoBump the github-actions group with 2 updates 1972/head
dependabot[bot] [Wed, 1 May 2024 07:10:08 +0000 (07:10 +0000)] 
Bump the github-actions group with 2 updates

Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact).

Updates `actions/checkout` from 4.1.3 to 4.1.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/1d96c772d19495a3b5c517cd2bc0cb401ea0529f...0ad4b8fadaa221de15dcec353f45205ec38ea70b)

Updates `actions/download-artifact` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395...65a9edc5881444af0b9093a5e628f2fe47ea3b2e)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
15 months agoRevert "upload/download-artifact v4"
David Lord [Tue, 23 Apr 2024 23:22:41 +0000 (16:22 -0700)] 
Revert "upload/download-artifact v4"

This reverts commit c8aca7458715695d0b2aaa128f83d7dccf6e459f.

15 months agoupload/download-artifact v4
David Lord [Tue, 23 Apr 2024 22:48:42 +0000 (15:48 -0700)] 
upload/download-artifact v4

15 months agoBump the github-actions group across 1 directory with 4 updates (#1970)
David Lord [Tue, 23 Apr 2024 19:35:10 +0000 (12:35 -0700)] 
Bump the github-actions group across 1 directory with 4 updates (#1970)

15 months agoBump the github-actions group across 1 directory with 4 updates 1970/head
dependabot[bot] [Tue, 23 Apr 2024 19:33:07 +0000 (19:33 +0000)] 
Bump the github-actions group across 1 directory with 4 updates

Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact), [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) and [actions/download-artifact](https://github.com/actions/download-artifact).

Updates `actions/checkout` from 4.1.2 to 4.1.3
- [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/9bb56186c3b09b4f86b1c65136769dd318469633...1d96c772d19495a3b5c517cd2bc0cb401ea0529f)

Updates `actions/upload-artifact` from 3.1.3 to 4.3.3
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/a8a3f3ad30e3422c9c7b888a15615d19a852ae32...65462800fd760344b1a7b4382951275a0abb4808)

Updates `slsa-framework/slsa-github-generator` from 1.10.0 to 2.0.0
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases)
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/slsa-framework/slsa-github-generator/compare/v1.10.0...v2.0.0)

Updates `actions/download-artifact` from 3.0.2 to 4.1.6
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/9bc31d5ccc31df68ecc42ccf4149144866c47d8a...9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: slsa-framework/slsa-github-generator
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
15 months agounignore upload/download-artifact
David Lord [Tue, 23 Apr 2024 19:32:15 +0000 (12:32 -0700)] 
unignore upload/download-artifact

15 months agoupdate dev dependencies
David Lord [Tue, 23 Apr 2024 19:23:07 +0000 (12:23 -0700)] 
update dev dependencies

15 months agodrop support for Python 3.7
David Lord [Tue, 23 Apr 2024 19:09:23 +0000 (12:09 -0700)] 
drop support for Python 3.7

15 months agoMerge branch '3.1.x'
David Lord [Tue, 23 Apr 2024 19:04:51 +0000 (12:04 -0700)] 
Merge branch '3.1.x'

15 months agoupdate project files (#1968)
David Lord [Tue, 23 Apr 2024 17:20:59 +0000 (10:20 -0700)] 
update project files (#1968)

15 months agosatisfy formatter, linter, and strict mypy 1968/head
David Lord [Tue, 23 Apr 2024 16:29:26 +0000 (09:29 -0700)] 
satisfy formatter, linter, and strict mypy

15 months agoupdate project files (#5457)
David Lord [Tue, 23 Apr 2024 16:28:57 +0000 (09:28 -0700)] 
update project files (#5457)

* update pre-commit hooks
* add devcontainer
* show url in publish environment
* update actions versions
* separate typing job
* use dependabot grouped updates
  ignore upload/download-artifact until slsa updates
* use sphinx.ext.extlinks instead of sphinx-issues
* update editorconfig
* update gitignore
* update .readthedocs.yaml
* license is txt, readme is md
* use pyproject.toml and flit_core instead of setuptools
 add typed classifier
 add pyright config
 simplify urls
* tox builds docs in place
* add tox env to update all dev dependencies
* update issue and pr templates
* simplify matrix

15 months agoupdate pyyaml dev dependency
David Lord [Mon, 22 Apr 2024 18:08:14 +0000 (11:08 -0700)] 
update pyyaml dev dependency

18 months agoMerge branch '3.1.x'
David Lord [Wed, 10 Jan 2024 23:22:02 +0000 (15:22 -0800)] 
Merge branch '3.1.x'

18 months agofix pr link
David Lord [Wed, 10 Jan 2024 23:17:32 +0000 (15:17 -0800)] 
fix pr link

18 months agorelease version 3.1.3 (#1926)
David Lord [Wed, 10 Jan 2024 23:12:50 +0000 (15:12 -0800)] 
release version 3.1.3 (#1926)

18 months agorelease version 3.1.3 1926/head 3.1.3
David Lord [Wed, 10 Jan 2024 22:33:56 +0000 (14:33 -0800)] 
release version 3.1.3

18 months agoskip test pypi
David Lord [Wed, 10 Jan 2024 23:08:20 +0000 (15:08 -0800)] 
skip test pypi

18 months agouse trusted publishing
David Lord [Wed, 10 Jan 2024 23:01:45 +0000 (15:01 -0800)] 
use trusted publishing

18 months agouse trusted publishing
David Lord [Wed, 10 Jan 2024 22:53:37 +0000 (14:53 -0800)] 
use trusted publishing

18 months agouse trusted publishing
David Lord [Wed, 10 Jan 2024 22:37:08 +0000 (14:37 -0800)] 
use trusted publishing

18 months agouse trusted publishing
David Lord [Wed, 10 Jan 2024 22:37:08 +0000 (14:37 -0800)] 
use trusted publishing

18 months agoupdate pre-commit hooks
David Lord [Wed, 10 Jan 2024 22:33:07 +0000 (14:33 -0800)] 
update pre-commit hooks

18 months agoMake nested-trans-block exceptions nicer (#1918)
David Lord [Wed, 10 Jan 2024 22:28:47 +0000 (14:28 -0800)] 
Make nested-trans-block exceptions nicer (#1918)

18 months agoMake nested-trans-block exceptions nicer 1918/head
Aarni Koskela [Fri, 15 Dec 2023 14:24:32 +0000 (16:24 +0200)] 
Make nested-trans-block exceptions nicer

18 months agoMerge pull request from GHSA-h5c8-rqwp-cp95
David Lord [Wed, 10 Jan 2024 22:07:26 +0000 (14:07 -0800)] 
Merge pull request from GHSA-h5c8-rqwp-cp95

Raise an exception when spaces are used in HTML attribute keys generated by xmlattr

18 months agoxmlattr filter disallows keys with spaces
Calum Hutton [Thu, 26 Oct 2023 11:08:53 +0000 (12:08 +0100)] 
xmlattr filter disallows keys with spaces

22 months agoBump slsa-framework/slsa-github-generator from 1.7.0 to 1.9.0 (#1885)
David Lord [Wed, 6 Sep 2023 15:59:20 +0000 (08:59 -0700)] 
Bump slsa-framework/slsa-github-generator from 1.7.0 to 1.9.0 (#1885)

22 months agoBump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (#1884)
David Lord [Wed, 6 Sep 2023 15:59:11 +0000 (08:59 -0700)] 
Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (#1884)

22 months agoBump actions/checkout from 3.5.3 to 3.6.0 (#1883)
David Lord [Wed, 6 Sep 2023 15:59:00 +0000 (08:59 -0700)] 
Bump actions/checkout from 3.5.3 to 3.6.0 (#1883)

23 months agoBump slsa-framework/slsa-github-generator from 1.7.0 to 1.9.0 1885/head
dependabot[bot] [Fri, 1 Sep 2023 16:03:13 +0000 (16:03 +0000)] 
Bump slsa-framework/slsa-github-generator from 1.7.0 to 1.9.0

Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 1.7.0 to 1.9.0.
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases)
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/slsa-framework/slsa-github-generator/compare/v1.7.0...v1.9.0)

---
updated-dependencies:
- dependency-name: slsa-framework/slsa-github-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
23 months agoBump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 1884/head
dependabot[bot] [Fri, 1 Sep 2023 16:03:08 +0000 (16:03 +0000)] 
Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.8 to 1.8.10.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/f8c70e705ffc13c3b4d1221169b84f12a75d6ca8...b7f401de30cb6434a1e19f805ff006643653240e)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
23 months agoBump actions/checkout from 3.5.3 to 3.6.0 1883/head
dependabot[bot] [Fri, 1 Sep 2023 16:03:03 +0000 (16:03 +0000)] 
Bump actions/checkout from 3.5.3 to 3.6.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [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/c85c95e3d7251135ab7dc9ce3241c5835cc595a9...f43a0e5ff2bd294095638e18286ca9a3d1956744)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 (#1877)
David Lord [Tue, 1 Aug 2023 16:50:36 +0000 (09:50 -0700)] 
Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 (#1877)

2 years agoBump actions/setup-python from 4.6.1 to 4.7.0 (#1876)
David Lord [Tue, 1 Aug 2023 16:50:28 +0000 (09:50 -0700)] 
Bump actions/setup-python from 4.6.1 to 4.7.0 (#1876)

2 years agoBump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 1877/head
dependabot[bot] [Tue, 1 Aug 2023 16:43:19 +0000 (16:43 +0000)] 
Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.7 to 1.8.8.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/f5622bde02b04381239da3573277701ceca8f6a0...f8c70e705ffc13c3b4d1221169b84f12a75d6ca8)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump actions/setup-python from 4.6.1 to 4.7.0 1876/head
dependabot[bot] [Tue, 1 Aug 2023 16:43:15 +0000 (16:43 +0000)] 
Bump actions/setup-python from 4.6.1 to 4.7.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/bd6b4b6205c4dbad673328db7b31b7fab9e241c0...61a6322f88396a6271a6ee3565807d608ecaddd1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago[pre-commit.ci] pre-commit autoupdate (#1875)
David Lord [Tue, 1 Aug 2023 16:17:50 +0000 (09:17 -0700)] 
[pre-commit.ci] pre-commit autoupdate (#1875)

2 years ago[pre-commit.ci] pre-commit autoupdate 1875/head
pre-commit-ci[bot] [Tue, 1 Aug 2023 08:46:03 +0000 (08:46 +0000)] 
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v3.8.0 → v3.10.1](https://github.com/asottile/pyupgrade/compare/v3.8.0...v3.10.1)
- [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8/compare/6.0.0...6.1.0)

2 years ago[pre-commit.ci] pre-commit autoupdate (#1868)
David Lord [Tue, 4 Jul 2023 13:18:32 +0000 (06:18 -0700)] 
[pre-commit.ci] pre-commit autoupdate (#1868)

2 years ago[pre-commit.ci] pre-commit autoupdate 1868/head
pre-commit-ci[bot] [Tue, 4 Jul 2023 06:36:57 +0000 (06:36 +0000)] 
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v3.7.0 → v3.8.0](https://github.com/asottile/pyupgrade/compare/v3.7.0...v3.8.0)

2 years agoBump actions/checkout from 3.5.2 to 3.5.3 (#1867)
David Lord [Sat, 1 Jul 2023 16:21:29 +0000 (09:21 -0700)] 
Bump actions/checkout from 3.5.2 to 3.5.3 (#1867)

2 years agoBump slsa-framework/slsa-github-generator from 1.6.0 to 1.7.0 (#1866)
David Lord [Sat, 1 Jul 2023 16:21:14 +0000 (09:21 -0700)] 
Bump slsa-framework/slsa-github-generator from 1.6.0 to 1.7.0 (#1866)

2 years agoBump dessant/lock-threads from 4.0.0 to 4.0.1 (#1865)
David Lord [Sat, 1 Jul 2023 16:21:06 +0000 (09:21 -0700)] 
Bump dessant/lock-threads from 4.0.0 to 4.0.1 (#1865)

2 years agoBump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#1864)
David Lord [Sat, 1 Jul 2023 16:20:56 +0000 (09:20 -0700)] 
Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#1864)

2 years agoBump actions/checkout from 3.5.2 to 3.5.3 1867/head
dependabot[bot] [Sat, 1 Jul 2023 16:13:15 +0000 (16:13 +0000)] 
Bump actions/checkout from 3.5.2 to 3.5.3

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
- [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/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...c85c95e3d7251135ab7dc9ce3241c5835cc595a9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump slsa-framework/slsa-github-generator from 1.6.0 to 1.7.0 1866/head
dependabot[bot] [Sat, 1 Jul 2023 16:13:11 +0000 (16:13 +0000)] 
Bump slsa-framework/slsa-github-generator from 1.6.0 to 1.7.0

Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases)
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/slsa-framework/slsa-github-generator/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: slsa-framework/slsa-github-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump dessant/lock-threads from 4.0.0 to 4.0.1 1865/head
dependabot[bot] [Sat, 1 Jul 2023 16:13:08 +0000 (16:13 +0000)] 
Bump dessant/lock-threads from 4.0.0 to 4.0.1

Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/dessant/lock-threads/releases)
- [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dessant/lock-threads/compare/c1b35aecc5cdb1a34539d14196df55838bb2f836...be8aa5be94131386884a6da4189effda9b14aa21)

---
updated-dependencies:
- dependency-name: dessant/lock-threads
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 1864/head
dependabot[bot] [Sat, 1 Jul 2023 16:13:06 +0000 (16:13 +0000)] 
Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.6 to 1.8.7.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/a56da0b891b3dc519c7ee3284aff1fad93cc8598...f5622bde02b04381239da3573277701ceca8f6a0)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoswitch to flit build backend (#1863)
David Lord [Wed, 28 Jun 2023 14:44:58 +0000 (07:44 -0700)] 
switch to flit build backend (#1863)

2 years agoswitch to flit build backend 1863/head
David Lord [Wed, 28 Jun 2023 14:30:49 +0000 (07:30 -0700)] 
switch to flit build backend

2 years agoMerge branch '3.1.x'
David Lord [Tue, 27 Jun 2023 15:01:35 +0000 (08:01 -0700)] 
Merge branch '3.1.x'

2 years agosimplify tox config
David Lord [Tue, 27 Jun 2023 15:01:19 +0000 (08:01 -0700)] 
simplify tox config

envs inherit base testenv

2 years agoMerge branch '3.1.x'
David Lord [Tue, 27 Jun 2023 14:37:41 +0000 (07:37 -0700)] 
Merge branch '3.1.x'

2 years agoupdate dependencies
David Lord [Tue, 27 Jun 2023 14:36:34 +0000 (07:36 -0700)] 
update dependencies

2 years ago[pre-commit.ci] pre-commit autoupdate (#1859)
David Lord [Tue, 6 Jun 2023 16:31:03 +0000 (09:31 -0700)] 
[pre-commit.ci] pre-commit autoupdate (#1859)

2 years ago[pre-commit.ci] pre-commit autoupdate 1859/head
pre-commit-ci[bot] [Tue, 6 Jun 2023 04:21:37 +0000 (04:21 +0000)] 
[pre-commit.ci] pre-commit autoupdate

updates:
- https://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports

2 years agoBump actions/setup-python from 4.6.0 to 4.6.1 (#1856)
David Lord [Thu, 1 Jun 2023 18:49:14 +0000 (11:49 -0700)] 
Bump actions/setup-python from 4.6.0 to 4.6.1 (#1856)

2 years agoBump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#1855)
David Lord [Thu, 1 Jun 2023 18:47:50 +0000 (11:47 -0700)] 
Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#1855)

2 years agoBump slsa-framework/slsa-github-generator from 1.5.0 to 1.6.0 (#1857)
David Lord [Thu, 1 Jun 2023 18:46:45 +0000 (11:46 -0700)] 
Bump slsa-framework/slsa-github-generator from 1.5.0 to 1.6.0 (#1857)

2 years agoMerge branch '3.1.x'
David Lord [Thu, 1 Jun 2023 17:49:03 +0000 (10:49 -0700)] 
Merge branch '3.1.x'

2 years agoupdate dependencies
David Lord [Thu, 1 Jun 2023 17:47:07 +0000 (10:47 -0700)] 
update dependencies

2 years agofix check for empty required block (#1858)
David Lord [Thu, 1 Jun 2023 17:42:27 +0000 (10:42 -0700)] 
fix check for empty required block (#1858)

2 years agostart version 3.1.3
David Lord [Thu, 1 Jun 2023 17:31:10 +0000 (10:31 -0700)] 
start version 3.1.3

2 years agoBump slsa-framework/slsa-github-generator from 1.5.0 to 1.6.0 1857/head
dependabot[bot] [Thu, 1 Jun 2023 16:57:05 +0000 (16:57 +0000)] 
Bump slsa-framework/slsa-github-generator from 1.5.0 to 1.6.0

Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases)
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/slsa-framework/slsa-github-generator/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: slsa-framework/slsa-github-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>