Commit Graph

316 Commits

Author SHA1 Message Date
bb5429ad7b Bump pyright from 1.1.325 to 1.1.326 (#1924)
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.325 to 1.1.326.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.325...v1.1.326)

---
updated-dependencies:
- dependency-name: pyright
  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>
2023-09-12 11:47:08 +08:00
08b885adbf Bump pre-commit from 3.3.3 to 3.4.0 (#1923)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 to 3.4.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/v3.3.3...v3.4.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>
2023-09-12 11:47:01 +08:00
96eedd86ce Bump ruff from 0.0.287 to 0.0.288 (#1922)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.287 to 0.0.288.
- [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.287...v0.0.288)

---
updated-dependencies:
- dependency-name: ruff
  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>
2023-09-12 11:46:54 +08:00
47bfef3700 Bump pyright from 1.1.322 to 1.1.325 (#1915)
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.322 to 1.1.325.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.322...v1.1.325)

---
updated-dependencies:
- dependency-name: pyright
  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>
2023-09-06 23:01:29 +08:00
db353274dd Bump mypy-zope from 1.0.0 to 1.0.1 (#1918)
Bumps [mypy-zope](https://github.com/Shoobx/mypy-zope) from 1.0.0 to 1.0.1.
- [Changelog](https://github.com/Shoobx/mypy-zope/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Shoobx/mypy-zope/compare/1.0.0...1.0.1)

---
updated-dependencies:
- dependency-name: mypy-zope
  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>
2023-09-06 23:01:17 +08:00
3a527b2424 Bump build from 0.10.0 to 1.0.0 (#1916)
Bumps [build](https://github.com/pypa/build) from 0.10.0 to 1.0.0.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/build/compare/0.10.0...1.0.0)

---
updated-dependencies:
- dependency-name: build
  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>
2023-09-06 23:00:59 +08:00
77656543b6 Classvar new ruff version (#1912)
* don't put mutables in classvars
* ignore reactor in pylint
* ignore w0202, twisted initializes a lot in connectionMade()
2023-09-02 21:29:39 +08:00
3b89e0357d Bump types-redis from 4.6.0.4 to 4.6.0.5 (#1911)
Bumps [types-redis](https://github.com/python/typeshed) from 4.6.0.4 to 4.6.0.5.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-redis
  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>
2023-09-02 11:13:46 +08:00
ce9a404d5c Bump coverage from 7.2.7 to 7.3.0 (#1910)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.7 to 7.3.0.
- [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.7...7.3.0)

---
updated-dependencies:
- dependency-name: coverage
  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>
2023-09-01 18:01:20 +08:00
fd54ba4eef Bump types-python-dateutil from 2.8.19.13 to 2.8.19.14 (#1909)
Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.19.13 to 2.8.19.14.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-python-dateutil
  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>
2023-09-01 18:01:09 +08:00
e6550d4e76 Bump tox from 4.6.0 to 4.10.0 (#1900)
Bumps [tox](https://github.com/tox-dev/tox) from 4.6.0 to 4.10.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.6.0...4.10.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>
2023-09-01 14:59:14 +08:00
ef4ca7ce47 Bump setuptools from 68.0.0 to 68.1.2 (#1889)
Bumps [setuptools](https://github.com/pypa/setuptools) from 68.0.0 to 68.1.2.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v68.0.0...v68.1.2)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  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>
2023-08-22 23:04:09 +08:00
12c5597d62 Bump pylint from 2.17.4 to 2.17.5 (#1891)
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.4 to 2.17.5.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.4...v2.17.5)

---
updated-dependencies:
- dependency-name: pylint
  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>
2023-08-22 22:52:01 +08:00
7ae95dbfbd Bump sphinx-rtd-theme from 1.2.2 to 1.3.0 (#1892)
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.2.2 to 1.3.0.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.2.2...1.3.0)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:production
  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>
2023-08-22 22:51:47 +08:00
772a30c27d Bump types-redis from 4.6.0.3 to 4.6.0.4 (#1888)
Bumps [types-redis](https://github.com/python/typeshed) from 4.6.0.3 to 4.6.0.4.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-redis
  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>
2023-08-22 22:51:20 +08:00
22de9ffad6 fix docs (#1886)
* fix docs
* dependabot for docs
* add setuptools
2023-08-22 22:47:47 +08:00
b40025f352 Bump pre-commit from 3.3.2 to 3.3.3 (#1883)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.2 to 3.3.3.
- [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/v3.3.2...v3.3.3)

---
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>
2023-08-22 22:37:02 +08:00
92ead2ae55 Bump pathspec from 0.11.1 to 0.11.2 (#1881)
Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/cpburnz/python-pathspec/releases)
- [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst)
- [Commits](https://github.com/cpburnz/python-pathspec/compare/v0.11.1...v0.11.2)

---
updated-dependencies:
- dependency-name: pathspec
  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>
2023-08-22 22:36:50 +08:00
0e4ca96366 Bump pipdeptree from 2.9.0 to 2.13.0 (#1882)
Bumps [pipdeptree](https://github.com/tox-dev/pipdeptree) from 2.9.0 to 2.13.0.
- [Release notes](https://github.com/tox-dev/pipdeptree/releases)
- [Changelog](https://github.com/tox-dev/pipdeptree/blob/main/CHANGES.md)
- [Commits](https://github.com/tox-dev/pipdeptree/compare/2.9.0...2.13.0)

---
updated-dependencies:
- dependency-name: pipdeptree
  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>
2023-08-22 22:30:08 +08:00
fd95ba8f8e Bump setuptools from 67.8.0 to 68.0.0 (#1876)
Bumps [setuptools](https://github.com/pypa/setuptools) from 67.8.0 to 68.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v67.8.0...v68.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  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>
2023-08-17 09:50:27 +08:00
e6c9c9dec1 Bump types-requests from 2.31.0.1 to 2.31.0.2 (#1875)
Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.1 to 2.31.0.2.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  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>
2023-08-17 09:50:16 +08:00
59ec3d4f3f Bump pyright from 1.1.313 to 1.1.322 (#1877)
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.313 to 1.1.322.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.313...v1.1.322)

---
updated-dependencies:
- dependency-name: pyright
  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>
2023-08-17 09:50:01 +08:00
e0c94c33ea Bump mypy from 1.0 to 1.4.1 (#1855)
Bumps [mypy](https://github.com/python/mypy) from 1.0 to 1.4.1.
- [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.4.1)

---
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>
2023-08-08 22:42:15 +08:00
c7b60f7fda Bump pyupgrade from 3.6.0 to 3.10.1 (#1870)
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.6.0 to 3.10.1.
- [Commits](https://github.com/asottile/pyupgrade/compare/v3.6.0...v3.10.1)

---
updated-dependencies:
- dependency-name: pyupgrade
  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>
2023-08-08 22:35:10 +08:00
16d7772d48 Bump types-redis from 4.5.5.2 to 4.6.0.3 (#1867)
Bumps [types-redis](https://github.com/python/typeshed) from 4.5.5.2 to 4.6.0.3.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-redis
  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>
2023-08-08 22:33:14 +08:00
1ee9c021c5 Bump mypy-zope from 0.9.1 to 1.0.0 (#1868)
Bumps [mypy-zope](https://github.com/Shoobx/mypy-zope) from 0.9.1 to 1.0.0.
- [Changelog](https://github.com/Shoobx/mypy-zope/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Shoobx/mypy-zope/compare/0.9.1...1.0.0)

---
updated-dependencies:
- dependency-name: mypy-zope
  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>
2023-08-08 22:32:31 +08:00
33cf4efc22 pyyaml->6.0.1 (#1860) 2023-07-30 23:57:03 +08:00
3a0d96cd0d pur->dependabot (#1854) 2023-07-30 21:00:44 +08:00
9713740ca9 Reqs (#1841)
* updated req
* remove pyopenssl
* ruff fixes
* remove PLR
2023-06-12 17:24:27 +08:00
bf55a591bf Devops (#1811)
* update gh actions versions
* update docker build/pub
* docker workflow update
* also update latest docker tag
* ruff has taken over from flake8
2023-01-30 17:51:20 +08:00
0d2817a38b Fixes2 (#1802)
* add pylint. fix variable names
* add ruff. remove twistedchecker
* update pre-commit
* update hadolint. ruff mandatory in tox
* add pyright as optional
* add coverage
* typing
* fix telnet
* fix #1757
2023-01-07 22:09:09 +08:00
f77bd0b8f3 stuff (#1798)
* shell var expansion fix + test scripts
* add `ruff` testing
* deprecation warning explanation
* updated prereqs
2023-01-03 16:59:24 +08:00
b56e257c29 more typing (#1795)
* more typing
2022-12-15 11:46:15 +08:00
9098c5378d Reqs (#1793)
* update reqs.
2022-12-01 17:41:08 +08:00
b01acd5ff2 fix: requirements-dev.txt to reduce vulnerabilities (#1790)
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904
2022-11-18 11:15:14 +08:00
b517e74921 Automatic update of dependencies (#1765)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-09-05 23:20:50 +08:00
6d150bb5f7 Automatic update of dependencies (#1759)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-08-29 20:29:57 +08:00
973e2d999c Automatic update of dependencies (#1755)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-08-22 00:14:26 +08:00
a93b849fb0 Automatic update of dependencies (#1752)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-08-18 23:18:35 +08:00
a916722e52 Automatic update of dependencies (#1749)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-08-08 13:42:21 +08:00
5b64bce81e Automatic update of dependencies (#1745)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-07-31 22:06:28 +08:00
81ff0add53 Automatic update of dependencies (#1742)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-07-24 19:11:41 +08:00
2da2329dcd Automatic update of dependencies (#1740)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-07-18 23:18:43 +08:00
64cdc99156 Automatic update of dependencies (#1738)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-07-12 21:21:25 +08:00
1b61fac9fb Automatic update of dependencies (#1734)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-07-04 18:46:10 +08:00
727b3285e8 Rtd (#1732)
* update
2022-06-22 12:48:08 +08:00
282accc0f3 Automatic update of dependencies (#1726)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-06-16 15:06:28 +08:00
f7f31c7d73 remove python 3.7 (#1721)
* remove python 3.7
2022-05-25 09:15:19 +08:00
eb4a061e24 py311 (#1716)
* python 3.11-beta-1
* pytype only for py<3.11
2022-05-19 21:21:21 +08:00
aec7ac6e43 log entry should be outfile (#1717)
* log entry should be `outfile`

* roll back sphinx version
2022-05-06 21:10:30 +08:00