Commit Graph

46 Commits

Author SHA1 Message Date
Guilhem Saurel
7c5cad78c5 update 2024-07-01 10:04:21 +02:00
Guilhem Saurel
d7ae775fc1 Release v3.9.1 2024-03-09 00:32:17 +01:00
Guilhem Saurel
793994d21a Release v3.9.0 2024-03-09 00:30:34 +01:00
Guilhem Saurel
93e4b86fd6 poetry up --latest --with dev 2024-03-09 00:26:35 +01:00
dependabot[bot]
80feec94f6
build(deps-dev): bump httpx from 0.26.0 to 0.27.0
Bumps [httpx](https://github.com/encode/httpx) from 0.26.0 to 0.27.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.26.0...0.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 10:28:53 +00:00
dependabot[bot]
8b68231315
build(deps-dev): bump ruff from 0.2.2 to 0.3.0
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.2 to 0.3.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.2.2...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 10:25:39 +00:00
Guilhem Saurel
68c637e4c9 poetry up --latest --with dev 2024-02-21 22:28:21 +01:00
Guilhem Saurel
dc7868b626 update ruff config 2024-02-20 10:55:56 +01:00
Guilhem Saurel
02b140a6c9 bump deps 2024-02-20 10:51:33 +01:00
Guilhem Saurel
1243a0fac2 replace black & isort by ruff 2024-02-20 10:47:57 +01:00
dependabot[bot]
2c2761490e
build(deps-dev): bump ruff from 0.0.270 to 0.0.281
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.270 to 0.0.281.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.270...v0.0.281)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 11:07:50 +00:00
dependabot[bot]
00ba9679a0
build(deps): bump matrix-nio from 0.20.2 to 0.21.2
Bumps [matrix-nio](https://github.com/poljar/matrix-nio) from 0.20.2 to 0.21.2.
- [Changelog](https://github.com/poljar/matrix-nio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/poljar/matrix-nio/compare/0.20.2...0.21.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 11:05:16 +00: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]
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]
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
db22f45844 Release v3.8.0 2023-04-08 15:23:21 +02:00
dependabot[bot]
9230b56382
build(deps-dev): bump ruff from 0.0.254 to 0.0.260
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.254 to 0.0.260.
- [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.254...v0.0.260)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-01 11:02:08 +00:00
Guilhem Saurel
90a7d2b471 remove mccabe lints 2023-03-14 00:35:36 +01:00
Guilhem Saurel
62d950ba53 poetry update 2023-03-09 11:56:20 +01:00
Guilhem Saurel
f90a21e4e6 flake8, pydocstyle, pyupgrade → ruff 2023-03-09 00:07:23 +01:00
Guilhem Saurel
c04dec629b fix pydocstyle 2023-03-08 17:49:17 +01:00
Guilhem Saurel
4683905f15 Release v3.7.0 2023-03-08 17:41:37 +01:00
Guilhem Saurel
2f05e34144 toml-sort 2023-03-08 15:44:28 +01:00
Guilhem Saurel
1f072d31c8 poetry update 2023-03-07 15:24:39 +01:00
Guilhem Saurel
312b963251 Release v3.6.0 2023-03-07 13:39:54 +01:00
dependabot[bot]
5b30ff4e0b
build(deps-dev): bump coverage from 6.5.0 to 7.2.1
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.2.1.
- [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/6.5.0...7.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 12:33:47 +00:00
Guilhem Saurel
b71ef4af2e poetry add -G dev safety 2023-03-07 13:25:37 +01:00
Guilhem Saurel
5f27f40e12 update tooling & lints 2023-03-07 12:59:44 +01:00
dependabot[bot]
eb28e99aa9
build(deps): bump matrix-nio from 0.18.7 to 0.20.0
Bumps [matrix-nio](https://github.com/poljar/matrix-nio) from 0.18.7 to 0.20.0.
- [Release notes](https://github.com/poljar/matrix-nio/releases)
- [Changelog](https://github.com/poljar/matrix-nio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/poljar/matrix-nio/compare/0.18.7...0.20.0)

---
updated-dependencies:
- dependency-name: matrix-nio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-30 22:59:18 +00:00
Guilhem Saurel
efdfd3a2db Release v3.5.0 2022-09-07 18:45:41 +02:00
Guilhem Saurel
5b7067f382 bump some tools 2022-09-07 18:20:59 +02:00
Guilhem Saurel
bc858f8bac Release v3.4.0 2022-08-12 11:50:09 +02:00
Guilhem Saurel
13c7d0a431 add changelog to urls 2022-08-12 11:47:48 +02:00
Albrecht Muehlenschulte
29653fc04b adds script 2022-08-01 23:51:29 +02:00
dependabot[bot]
baa20e51eb
Bump httpx from 0.18.2 to 0.23.0
Bumps [httpx](https://github.com/encode/httpx) from 0.18.2 to 0.23.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.18.2...0.23.0)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 23:59:44 +00:00
Guilhem Saurel
11ee2ec2f4 Release v3.3.0 2022-03-04 00:36:46 +01:00
Guilhem Saurel
b66b9717e4 pyupgrade 2022-03-04 00:13:57 +01:00
Guilhem Saurel
58d0e83f8f Release v3.2.1 2021-08-28 00:07:36 +02:00
Guilhem Saurel
7f5c8583a1 Release v3.2.0 2021-08-27 23:59:56 +02:00
Guilhem Saurel
2b7b79971d lint: fix pydocstyle 2021-08-27 18:15:58 +02:00
Guilhem Saurel
c86145f794 v3.1.1 2021-07-18 22:59:49 +02:00
Guilhem Saurel
a6b192fbd7 v3.1.0 2021-07-18 22:57:09 +02:00
Guilhem Saurel
932965c8af setup action to build/publish on PyPI 2021-07-18 22:51:41 +02:00
Guilhem Saurel
fbcae98390 add metadata on PyPI through pyproject.toml 2021-07-18 19:31:46 +02:00
Guilhem Saurel
8a3bbef54c v3.0.0 2021-07-18 19:01:21 +02:00
Guilhem Saurel
91b23cd166 poetry 2021-07-13 11:41:56 +02:00