dependabot[bot]
ea7beb8b59
Bump exceptiongroup from 1.0.0rc6 to 1.0.0rc7 ( #194 )
...
Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup ) from 1.0.0rc6 to 1.0.0rc7.
- [Release notes](https://github.com/agronholm/exceptiongroup/releases )
- [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst )
- [Commits](https://github.com/agronholm/exceptiongroup/compare/1.0.0rc6...1.0.0rc7 )
---
updated-dependencies:
- dependency-name: exceptiongroup
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-23 14:18:41 -04:00
dependabot[bot]
f2d890fc1e
Bump exceptiongroup from 1.0.0rc5 to 1.0.0rc6 ( #193 )
...
Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup ) from 1.0.0rc5 to 1.0.0rc6.
- [Release notes](https://github.com/agronholm/exceptiongroup/releases )
- [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst )
- [Commits](https://github.com/agronholm/exceptiongroup/compare/1.0.0rc5...1.0.0rc6 )
---
updated-dependencies:
- dependency-name: exceptiongroup
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-18 18:36:20 -04:00
Arjan Molenaar
557eb22e30
Event manager executes all handlers
...
It accumulates the exceptions and raises an ExceptionGroup
exception if there were any failures.
Rationale:
Event handlers should not be dependent on the order in which they
are executed.
If a handler fails the remaining handlers are not executed.
This can result in non-deterministic behavior.
This commit fixes that my allowing all handlers to be executed.
To make this work we use the (backported) ExceptionGroup from
Python 3.11.
2022-05-08 13:28:21 +02:00
dependabot[bot]
af8c1d0be0
Bump pre-commit from 2.18.1 to 2.19.0 ( #189 )
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 2.18.1 to 2.19.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.18.1...v2.19.0 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
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>
2022-05-05 20:09:10 -04:00
dependabot[bot]
8a67499aea
Bump mypy from 0.942 to 0.950 ( #186 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.942 to 0.950.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.942...v0.950 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
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>
2022-04-27 22:08:47 -04:00
dependabot[bot]
701296d769
Bump pytest from 7.1.1 to 7.1.2 ( #185 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.1.1 to 7.1.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/7.1.1...7.1.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 18:55:23 -04:00
dependabot[bot]
86eb1388a9
Bump tox from 3.24.5 to 3.25.0 ( #181 )
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.24.5 to 3.25.0.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/3.24.5...3.25.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-type: direct:development
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>
2022-04-11 19:29:43 -04:00
dependabot[bot]
fbf8a07597
Bump pre-commit from 2.17.0 to 2.18.1 ( #180 )
...
* Bump pre-commit from 2.17.0 to 2.18.1
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 2.17.0 to 2.18.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.17.0...v2.18.1 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update dependencies
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Yeaw <dan@yeaw.me>
2022-04-04 20:34:19 -04:00
dependabot[bot]
3e2246127b
Bump black from 22.1.0 to 22.3.0 ( #179 )
...
Bumps [black](https://github.com/psf/black ) from 22.1.0 to 22.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/22.1.0...22.3.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
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>
2022-03-29 14:27:33 -04:00
dependabot[bot]
86025a2a8f
Bump mypy from 0.941 to 0.942 ( #176 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.941 to 0.942.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.941...v0.942 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
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>
2022-03-25 16:06:07 -04:00
dependabot[bot]
2eed081272
Bump pytest from 7.1.0 to 7.1.1 ( #174 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.1.0 to 7.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/7.1.0...7.1.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-18 13:25:04 -04:00
dependabot[bot]
d8f3b9b26b
Bump mypy from 0.940 to 0.941 ( #173 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.940 to 0.941.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.940...v0.941 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
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>
2022-03-16 21:00:17 -04:00
dependabot[bot]
d0350e8e95
Bump pytest from 7.0.1 to 7.1.0 ( #171 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.0.1 to 7.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.0.1...7.1.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
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>
2022-03-16 19:55:39 -04:00
dependabot[bot]
bda499fbe3
Bump mypy from 0.931 to 0.940 ( #170 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.931 to 0.940.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.931...v0.940 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
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>
2022-03-12 06:58:19 -05:00
dependabot[bot]
d150ea08e6
Bump pytest-runner from 5.3.2 to 6.0.0 ( #167 )
...
Bumps [pytest-runner](https://github.com/pytest-dev/pytest-runner ) from 5.3.2 to 6.0.0.
- [Release notes](https://github.com/pytest-dev/pytest-runner/releases )
- [Changelog](https://github.com/pytest-dev/pytest-runner/blob/main/CHANGES.rst )
- [Commits](https://github.com/pytest-dev/pytest-runner/compare/v5.3.2...v6.0.0 )
---
updated-dependencies:
- dependency-name: pytest-runner
dependency-type: direct:development
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>
2022-02-28 21:29:17 -05:00
dependabot[bot]
3b085b3651
Bump pytest-runner from 5.3.1 to 5.3.2 ( #165 )
...
Bumps [pytest-runner](https://github.com/pytest-dev/pytest-runner ) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/pytest-dev/pytest-runner/releases )
- [Changelog](https://github.com/pytest-dev/pytest-runner/blob/main/CHANGES.rst )
- [Commits](https://github.com/pytest-dev/pytest-runner/compare/v5.3.1...v5.3.2 )
---
updated-dependencies:
- dependency-name: pytest-runner
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-25 17:45:32 -05:00
dependabot[bot]
94c098ee3f
Bump pytest from 7.0.0 to 7.0.1 ( #164 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.0.0 to 7.0.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/7.0.0...7.0.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 21:37:21 -05:00
dependabot[bot]
1ebb85299f
Bump pytest from 6.2.5 to 7.0.0 ( #162 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.2.5 to 7.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/6.2.5...7.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-05 14:08:51 -05:00
dependabot[bot]
911170375c
Bump black from 21.12b0 to 22.1.0 ( #158 )
...
Bumps [black](https://github.com/psf/black ) from 21.12b0 to 22.1.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/commits/22.1.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 19:23:28 -05:00
dependabot[bot]
efa2e8443b
Bump pre-commit from 2.16.0 to 2.17.0 ( #156 )
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 2.16.0 to 2.17.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.16.0...v2.17.0 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
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>
2022-01-19 18:53:50 -05:00
dependabot[bot]
b27bd8c59d
Bump mypy from 0.930 to 0.931 ( #151 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.930 to 0.931.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.930...v0.931 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
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>
2022-01-08 07:33:10 -05:00
dependabot[bot]
ed61cd50a1
Bump tox from 3.24.4 to 3.24.5 ( #149 )
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.24.4 to 3.24.5.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/3.24.4...3.24.5 )
---
updated-dependencies:
- dependency-name: tox
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-29 16:10:57 -05:00
dependabot[bot]
bd4706a7f4
Bump mypy from 0.921 to 0.930 ( #147 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.921 to 0.930.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.921...v0.930 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
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>
2021-12-24 07:16:34 -05:00
dependabot[bot]
98df2e3c0b
Bump mypy from 0.920 to 0.921 ( #146 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.920 to 0.921.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.920...v0.921 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
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>
2021-12-22 14:07:32 -05:00
dependabot[bot]
6b08c5ae51
Bump mypy from 0.910 to 0.920 ( #143 )
2021-12-16 20:23:35 -05:00
dependabot[bot]
08c150769c
Bump black from 21.11b1 to 21.12b0 ( #141 )
...
Bumps [black](https://github.com/psf/black ) from 21.11b1 to 21.12b0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-06 21:38:37 -05:00
dependabot[bot]
082e6402b8
Bump pre-commit from 2.15.0 to 2.16.0 ( #140 )
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 2.15.0 to 2.16.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.15.0...v2.16.0 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
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>
2021-12-01 21:49:20 -05:00
dependabot[bot]
4014dd46eb
Bump black from 21.11b0 to 21.11b1 ( #136 )
...
Bumps [black](https://github.com/psf/black ) from 21.11b0 to 21.11b1.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-19 21:28:25 -05:00
dependabot[bot]
b56a65c5b4
Bump black from 21.10b0 to 21.11b0 ( #135 )
...
Bumps [black](https://github.com/psf/black ) from 21.10b0 to 21.11b0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-17 19:12:22 -06:00
dependabot[bot]
b2a2ffe5df
Bump black from 21.9b0 to 21.10b0 ( #128 )
...
* Bump black from 21.9b0 to 21.10b0
Bumps [black](https://github.com/psf/black ) from 21.9b0 to 21.10b0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-11-03 08:35:06 -04:00
Dan Yeaw
02dfec78a3
Add Support for Python 3.10, Drop Support for Python 3.7 ( #124 )
...
* Troubleshoot codeclimate action error
* Fix code climate toml extra missing error
* Add support for Python 3.10, drop support for Python 3.7
* Update dependencies
* Add automatic skipping of duplicate test runs
* Pin github action version for skip-duplicate-actions
2021-10-16 11:52:04 -04:00
dependabot[bot]
714860e10e
Bump tox from 3.24.3 to 3.24.4 ( #118 )
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.24.3 to 3.24.4.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/3.24.3...3.24.4 )
---
updated-dependencies:
- dependency-name: tox
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-16 20:06:12 -04:00
dependabot[bot]
3396ebff28
Bump pre-commit from 2.14.1 to 2.15.0 ( #116 )
2021-09-03 22:17:33 -04:00
dependabot[bot]
f084337bc5
Bump pytest from 6.2.4 to 6.2.5 ( #115 )
2021-09-03 22:16:08 -04:00
dependabot[bot]
0f0477a513
Bump pre-commit from 2.14.0 to 2.14.1 ( #113 )
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 2.14.0 to 2.14.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.14.0...v2.14.1 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-30 17:48:16 -04:00
dependabot[bot]
c4a7fb2312
Bump tox from 3.24.2 to 3.24.3 ( #111 )
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.24.2 to 3.24.3.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/3.24.2...3.24.3 )
---
updated-dependencies:
- dependency-name: tox
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-23 16:48:09 -07:00
dependabot[bot]
4f78cb6291
Bump tox from 3.24.1 to 3.24.2 ( #110 )
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.24.1 to 3.24.2.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/3.24.1...3.24.2 )
---
updated-dependencies:
- dependency-name: tox
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-18 18:57:51 -04:00
dependabot[bot]
d4430550fc
Bump pre-commit from 2.13.0 to 2.14.0 ( #108 )
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.13.0...v2.14.0 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
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>
2021-08-09 19:03:16 -04:00
dependabot[bot]
f4f7374a68
Bump tox from 3.24.0 to 3.24.1 ( #106 )
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.24.0 to 3.24.1.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/3.24.0...3.24.1 )
---
updated-dependencies:
- dependency-name: tox
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-02 18:08:31 -04:00
Arjan Molenaar
89ae4cd194
Merge pull request #103 from gaphor/dependabot/pip/black-21.7b0
...
Bump black from 21.6b0 to 21.7b0
2021-07-16 21:59:46 +02:00
Arjan Molenaar
9994de5b5a
Merge pull request #100 from gaphor/chore/pyupgrade
...
Enable pyupgrade for the project
2021-07-16 21:59:29 +02:00
dependabot[bot]
0d4063d1de
Bump black from 21.6b0 to 21.7b0
...
Bumps [black](https://github.com/psf/black ) from 21.6b0 to 21.7b0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-16 17:02:44 +00:00
dependabot[bot]
d5833d4596
Bump tox from 3.23.1 to 3.24.0 ( #102 )
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.23.1 to 3.24.0.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/3.23.1...3.24.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-type: direct:development
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>
2021-07-14 21:17:45 -04:00
Dan Yeaw
831b2a59e5
Update dependencies
2021-07-03 15:14:24 -04:00
dependabot[bot]
e500d57460
Bump mypy from 0.902 to 0.910 ( #98 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.902 to 0.910.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.902...v0.910 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
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>
2021-06-25 08:48:05 -04:00
dependabot[bot]
e8db14c140
Bump black from 21.5b2 to 21.6b0 ( #94 )
...
Bumps [black](https://github.com/psf/black ) from 21.5b2 to 21.6b0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-11 09:09:45 -04:00
dependabot[bot]
e8cbc823e3
Bump mypy from 0.901 to 0.902 ( #93 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.901 to 0.902.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.901...v0.902 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
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>
2021-06-11 06:54:34 -04:00
dependabot[bot]
a31399c8f9
Bump black from 20.8b1 to 21.5b2 ( #92 )
...
Bumps [black](https://github.com/psf/black ) from 20.8b1 to 21.5b2.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 06:34:26 -04:00
dependabot[bot]
3e75f88c4f
Bump mypy from 0.812 to 0.901 ( #91 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.812 to 0.901.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.812...v0.901 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
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>
2021-06-09 21:25:34 -04:00
dependabot[bot]
d88ffb1f5c
Bump pytest-cov from 2.12.0 to 2.12.1 ( #90 )
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases )
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...v2.12.1 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-02 06:43:30 -04:00