Commit Graph

350 Commits

Author SHA1 Message Date
dependabot[bot]
ec6da6a191
build(deps-dev): bump certifi from 2022.12.7 to 2023.7.22
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-25 20:45:29 +00:00
Guilhem Saurel
816b3c57d5
Merge pull request #94 from nim65s/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2023-06-12 23:35:12 +02:00
pre-commit-ci[bot]
b274aa94ab
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.270 → v0.0.272](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.270...v0.0.272)
2023-06-12 21:00:37 +00:00
Guilhem Saurel
520a6b934c
Merge pull request #93 from nrekretep/master
Add integration with Github Release Notifier
2023-06-12 11:14:12 +02:00
Guilhem Saurel
a81072d844 tests: fix expected string 2023-06-11 22:44:34 +02:00
Guilhem Saurel
8133b7fcf6 tests: typo 2023-06-11 22:40:52 +02:00
Guilhem Saurel
c7fe50f2cd changelog: add #93 2023-06-11 22:40:32 +02:00
Guilhem Saurel
6507e3016d format: split long string 2023-06-11 22:37:52 +02:00
Peter Kern
491415257e
retrigger checks 2023-06-11 10:48:57 +02:00
Peter Kern
236f1aeefe
Create test_grn.py 2023-06-11 10:45:11 +02:00
Peter Kern
9ac2fc97e3
Create example_grn.json 2023-06-11 10:41:46 +02:00
pre-commit-ci[bot]
929fc79c2e [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-06-11 08:35:24 +00:00
Peter Kern
0ca6115b98
Adds documentation for github release notifier integration to README 2023-06-11 10:29:18 +02:00
Peter Kern
9bf937245e
Adds formatter for "github release notifier" notifications 2023-06-11 10:24:35 +02:00
Guilhem Saurel
722e33335c
Merge pull request #92 from nim65s/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2023-06-06 11:31:07 +02:00
pre-commit-ci[bot]
2e7a2a1802
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/nim65s/pre-commit-sort: v0.0.5 → v0.1.0](https://github.com/nim65s/pre-commit-sort/compare/v0.0.5...v0.1.0)
2023-06-05 20:36:43 +00:00
Guilhem Saurel
44b9a1ed59
Merge pull request #90 from nim65s/dependabot/pip/coverage-7.2.7
build(deps-dev): bump coverage from 7.2.5 to 7.2.7
2023-06-01 14:30:00 +02:00
Guilhem Saurel
606ec9b07e
Merge pull request #91 from nim65s/dependabot/pip/ruff-0.0.270
build(deps-dev): bump ruff from 0.0.263 to 0.0.270
2023-06-01 14:29:52 +02:00
Guilhem Saurel
8e9962759d
Merge pull request #89 from nim65s/dependabot/pip/httpx-0.24.1
build(deps-dev): bump httpx from 0.24.0 to 0.24.1
2023-06-01 14:29:23 +02:00
dependabot[bot]
9c0d490515
build(deps-dev): bump ruff from 0.0.263 to 0.0.270
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.263 to 0.0.270.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.263...v0.0.270)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 11:02:37 +00:00
dependabot[bot]
9b8afdc6d4
build(deps-dev): bump coverage from 7.2.5 to 7.2.7
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.5 to 7.2.7.
- [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.2.5...7.2.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 11:01:18 +00:00
dependabot[bot]
06964bd6de
build(deps-dev): bump httpx from 0.24.0 to 0.24.1
Bumps [httpx](https://github.com/encode/httpx) from 0.24.0 to 0.24.1.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/httpx/compare/0.24.0...0.24.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 11:00:01 +00:00
Guilhem Saurel
e4af892f6b
Merge pull request #88 from nim65s/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2023-05-30 10:36:34 +02:00
pre-commit-ci[bot]
1513f82dae
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.269 → v0.0.270](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.269...v0.0.270)
2023-05-29 20:20:29 +00:00
Guilhem Saurel
a84540f356
Merge pull request #87 from nim65s/dependabot/pip/requests-2.31.0
build(deps): bump requests from 2.28.2 to 2.31.0
2023-05-23 09:06:42 +02:00
dependabot[bot]
fd325b9fb4
build(deps): bump requests from 2.28.2 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 06:21:41 +00:00
Guilhem Saurel
b35ddf9731
Merge pull request #86 from nim65s/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2023-05-22 23:03:40 +02:00
pre-commit-ci[bot]
0851f9b657
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.267 → v0.0.269](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.267...v0.0.269)
2023-05-22 20:43:38 +00:00
Guilhem Saurel
dfa1257c60
Merge pull request #85 from nim65s/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2023-05-16 10:47:16 +02:00
pre-commit-ci[bot]
7cd4993fd0
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.265 → v0.0.267](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.265...v0.0.267)
2023-05-15 20:47:06 +00:00
Guilhem Saurel
01f096cecc pre-commit-sort 2023-05-14 21:36:23 +02:00
Guilhem Saurel
2d87d7fd07 pre-commit-sort 2023-05-14 03:32:36 +02:00
Guilhem Saurel
0462ebc032
Merge pull request #84 from nim65s/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2023-05-09 17:21:16 +02:00
pre-commit-ci[bot]
04a3976d1e
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pappasam/toml-sort: v0.23.0 → v0.23.1](https://github.com/pappasam/toml-sort/compare/v0.23.0...v0.23.1)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.265](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.263...v0.0.265)
2023-05-08 21:07:25 +00:00
Guilhem Saurel
bdc4a490c6
Merge pull request #82 from nim65s/dependabot/pip/coverage-7.2.5
build(deps-dev): bump coverage from 7.2.2 to 7.2.5
2023-05-02 11:18:34 +02:00
Guilhem Saurel
08e53e719c
Merge pull request #80 from nim65s/dependabot/pip/httpx-0.24.0
build(deps-dev): bump httpx from 0.23.3 to 0.24.0
2023-05-02 11:18:27 +02:00
dependabot[bot]
58639ef63b
build(deps-dev): bump httpx from 0.23.3 to 0.24.0
Bumps [httpx](https://github.com/encode/httpx) from 0.23.3 to 0.24.0.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/httpx/compare/0.23.3...0.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 09:05:17 +00:00
dependabot[bot]
36e958cc02
build(deps-dev): bump coverage from 7.2.2 to 7.2.5
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.2 to 7.2.5.
- [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.2.2...7.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 09:02:20 +00:00
Guilhem Saurel
889f9fc3f6
Merge pull request #83 from nim65s/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2023-05-02 11:00:17 +02:00
Guilhem Saurel
0fa669db2d
Merge pull request #81 from nim65s/dependabot/pip/ruff-0.0.263
build(deps-dev): bump ruff from 0.0.260 to 0.0.263
2023-05-02 10:59:31 +02:00
pre-commit-ci[bot]
4373310236
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.262 → v0.0.263](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.262...v0.0.263)
2023-05-01 20:54:17 +00:00
dependabot[bot]
9dcffb68ba
build(deps-dev): bump ruff from 0.0.260 to 0.0.263
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.260 to 0.0.263.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.260...v0.0.263)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 11:01:01 +00:00
Guilhem Saurel
203c8c214e
Merge pull request #79 from nim65s/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2023-04-25 09:04:39 +02:00
pre-commit-ci[bot]
0e294ee828
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.261 → v0.0.262](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.261...v0.0.262)
2023-04-24 20:53:22 +00:00
Guilhem Saurel
006392e213
Merge pull request #78 from nim65s/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2023-04-11 13:56:26 +02:00
pre-commit-ci[bot]
79ea6a6fc5
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.260 → v0.0.261](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.260...v0.0.261)
2023-04-10 20:43:45 +00:00
Guilhem Saurel
db22f45844 Release v3.8.0 2023-04-08 15:23:21 +02:00
Guilhem Saurel
e37c213975 update CHANGELOG 2023-04-08 15:22:58 +02:00
Guilhem Saurel
2a8ab12caa error_map: default to 500 2023-04-08 15:11:07 +02:00
Guilhem Saurel
e96a58c44d README: add ruff badge 2023-04-08 15:06:24 +02:00