Commit Graph

2996 Commits

Author SHA1 Message Date
Michel Oosterhof d4f3a7ef2a
add option to login with any public key (#2391)
additional logging
2024-11-20 09:52:11 +08:00
Michel Oosterhof 347b61fb08
file system fixes (#2389) 2024-11-19 20:47:59 +08:00
dependabot[bot] 96f3431a19
build(deps): bump pymongo from 4.8.0 to 4.10.1 (#2383)
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.8.0 to 4.10.1.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.8.0...4.10.1)

---
updated-dependencies:
- dependency-name: pymongo
  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>
2024-11-19 13:43:59 +08:00
dependabot[bot] 3aa6692c7d
build(deps): bump sphinx-rtd-theme from 3.0.1 to 3.0.2 in /docs (#2388)
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 3.0.1 to 3.0.2.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/3.0.1...3.0.2)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  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>
2024-11-19 13:43:46 +08:00
dependabot[bot] 4f7a47ce72
build(deps-dev): bump types-redis from 4.6.0.20240903 to 4.6.0.20241004 (#2386)
Bumps [types-redis](https://github.com/python/typeshed) from 4.6.0.20240903 to 4.6.0.20241004.
- [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>
2024-11-19 13:43:32 +08:00
dependabot[bot] aaedc61f25
build(deps): bump setuptools from 75.4.0 to 75.5.0 in /docs (#2387)
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.4.0 to 75.5.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/v75.4.0...v75.5.0)

---
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>
2024-11-19 13:43:20 +08:00
dependabot[bot] 5510a13528
build(deps-dev): bump pyupgrade from 3.17.0 to 3.19.0 (#2382)
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.17.0 to 3.19.0.
- [Commits](https://github.com/asottile/pyupgrade/compare/v3.17.0...v3.19.0)

---
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>
2024-11-19 13:43:08 +08:00
dependabot[bot] 1cb73c0ea8
build(deps-dev): bump mypy-zope from 1.0.8 to 1.0.9 (#2384)
Bumps [mypy-zope](https://github.com/Shoobx/mypy-zope) from 1.0.8 to 1.0.9.
- [Changelog](https://github.com/Shoobx/mypy-zope/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Shoobx/mypy-zope/compare/1.0.8...1.0.9)

---
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>
2024-11-19 13:42:54 +08:00
dependabot[bot] bb506d1988
build(deps-dev): bump pyright from 1.1.387 to 1.1.389 (#2385)
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.387 to 1.1.389.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.387...v1.1.389)

---
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>
2024-11-19 13:42:42 +08:00
Michel Oosterhof c684333813
Datadir (#2381)
* share_path -> data_path
This is a breaking change that moves static files to the src directory in preparation of distribution on pypi
* release 2.6.0
2024-11-18 20:44:14 +08:00
Michel Oosterhof 43ffbc412c
Devops (#2380)
* 3.13 is GA
* ignore pytype import error
* get version dynamically
* config fallback=.
* adding pypi
2024-11-17 07:59:14 +08:00
Michel Oosterhof 5827588abd
Defaults (#2192)
* better fallback options
2024-11-15 16:53:22 +08:00
Michel Oosterhof ab698d299d
Increq (#2379)
* include base requirements
2024-11-15 09:15:36 +08:00
Michel Oosterhof 10766790df
Urllib (#2378)
* explicitly require urllib3
2024-11-14 11:21:38 +08:00
dependabot[bot] a2ad053a19
build(deps): bump sphinx-rtd-theme from 2.0.0 to 3.0.1 (#2345)
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 2.0.0 to 3.0.1.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/2.0.0...3.0.1)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:production
  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>
2024-11-14 09:07:13 +08:00
dependabot[bot] 949f2df027
build(deps-dev): bump types-requests (#2373)
Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20240914 to 2.32.0.20241016.
- [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>
2024-11-14 09:05:43 +08:00
dependabot[bot] dc4a3c8f63
build(deps-dev): bump types-python-dateutil (#2376)
Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.9.0.20240906 to 2.9.0.20241003.
- [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>
2024-11-12 10:41:48 +08:00
dependabot[bot] 9c7606e76a
build(deps-dev): bump tox from 4.20.0 to 4.23.2 (#2374)
Bumps [tox](https://github.com/tox-dev/tox) from 4.20.0 to 4.23.2.
- [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.20.0...4.23.2)

---
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>
2024-11-12 10:16:20 +08:00
dependabot[bot] 5ca2913b45
build(deps): bump packaging from 24.1 to 24.2 (#2375)
Bumps [packaging](https://github.com/pypa/packaging) from 24.1 to 24.2.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/packaging/compare/24.1...24.2)

---
updated-dependencies:
- dependency-name: packaging
  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>
2024-11-12 10:16:09 +08:00
dependabot[bot] 9a6468388f
build(deps): bump setuptools from 75.3.0 to 75.4.0 in /docs (#2377)
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.3.0 to 75.4.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/v75.3.0...v75.4.0)

---
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>
2024-11-12 10:15:56 +08:00
dependabot[bot] e91459bf5d
build(deps-dev): bump pyre-check from 0.9.22 to 0.9.23 (#2368)
Bumps [pyre-check](https://github.com/facebook/pyre-check) from 0.9.22 to 0.9.23.
- [Release notes](https://github.com/facebook/pyre-check/releases)
- [Commits](https://github.com/facebook/pyre-check/compare/v0.9.22...v0.9.23)

---
updated-dependencies:
- dependency-name: pyre-check
  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>
2024-11-05 13:05:13 +08:00
dependabot[bot] 94ca8901e4
build(deps-dev): bump ruff from 0.6.2 to 0.7.2 (#2371)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.2 to 0.7.2.
- [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/0.6.2...0.7.2)

---
updated-dependencies:
- dependency-name: ruff
  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>
2024-11-05 13:04:59 +08:00
dependabot[bot] 10d1ee1d9c
build(deps): bump setuptools from 75.2.0 to 75.3.0 in /docs (#2372)
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.2.0 to 75.3.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/v75.2.0...v75.3.0)

---
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>
2024-11-05 08:50:49 +08:00
dependabot[bot] bdfaaee29b
build(deps-dev): bump pyright from 1.1.384 to 1.1.387 (#2369)
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.384 to 1.1.387.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.384...v1.1.387)

---
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>
2024-11-05 08:50:12 +08:00
dependabot[bot] e1dbe845bc
build(deps): bump redis from 5.0.8 to 5.2.0 (#2370)
Bumps [redis](https://github.com/redis/redis-py) from 5.0.8 to 5.2.0.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v5.0.8...v5.2.0)

---
updated-dependencies:
- dependency-name: redis
  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>
2024-11-05 08:50:02 +08:00
Michel Oosterhof 51e21c8263
Disable oci python dependency (#2367)
* disable OCI, it downgrades cryptography package from 43 to 42
2024-10-31 01:17:30 +08:00
Michel Oosterhof 62f0bb1470
30 oct 2024
* updated requirements
* rewrite exception code
* updated and removed ftp custom code
2024-10-30 11:44:11 +08:00
Michel Oosterhof f90ec8a885
Never typing (#2365)
* never
2024-10-29 13:52:23 +08:00
dependabot[bot] 03ca4c60a8
build(deps): bump sphinx from 7.3.7 to 8.1.3 in /docs (#2341)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 8.1.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.1.3)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  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>
2024-10-29 09:47:56 +08:00
dependabot[bot] 265377ef49
build(deps): bump sphinx from 7.3.7 to 8.1.3 (#2352)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 8.1.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.1.3)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  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>
2024-10-29 09:47:44 +08:00
dependabot[bot] a16ae25644
build(deps): bump botocore from 1.35.24 to 1.35.50 (#2364)
Bumps [botocore](https://github.com/boto/botocore) from 1.35.24 to 1.35.50.
- [Commits](https://github.com/boto/botocore/compare/1.35.24...1.35.50)

---
updated-dependencies:
- dependency-name: botocore
  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>
2024-10-29 09:47:22 +08:00
dependabot[bot] 35cfa18bfd
build(deps): bump twisted from 24.7.0 to 24.10.0 in /docs (#2361)
Bumps [twisted](https://github.com/twisted/twisted) from 24.7.0 to 24.10.0.
- [Release notes](https://github.com/twisted/twisted/releases)
- [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst)
- [Commits](https://github.com/twisted/twisted/compare/twisted-24.7.0...twisted-24.10.0)

---
updated-dependencies:
- dependency-name: twisted
  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>
2024-10-29 09:47:09 +08:00
dependabot[bot] 9b046838d1
build(deps-dev): bump mypy-zope from 1.0.5 to 1.0.8 (#2363)
Bumps [mypy-zope](https://github.com/Shoobx/mypy-zope) from 1.0.5 to 1.0.8.
- [Changelog](https://github.com/Shoobx/mypy-zope/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Shoobx/mypy-zope/compare/1.0.5...1.0.8)

---
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>
2024-10-29 09:46:53 +08:00
Michel Oosterhof 3add6b4ddd
Twisted2410 (#2360)
* Twisted 24.10.0
2024-10-28 11:16:45 +08:00
Michel Oosterhof e7b5fc3193
Explicit deps (#2358)
* more explicit treq dependencies
2024-10-25 14:45:30 +08:00
dependabot[bot] 0d933c61e4
build(deps): bump mysql-connector-python from 9.0.0 to 9.1.0 (#2357)
Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 9.0.0 to 9.1.0.
- [Changelog](https://github.com/mysql/mysql-connector-python/blob/trunk/CHANGES.txt)
- [Commits](https://github.com/mysql/mysql-connector-python/compare/9.0.0...9.1.0)

---
updated-dependencies:
- dependency-name: mysql-connector-python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-25 08:31:01 +08:00
Gustav Alerby 75eee2d300
Updated Graylog docs to also describe the pipeline feature (#2355)
* Added instructions for running Graylog pipelines.
When running Graylog with the Forwarder input (Enterprise option). The traditional extractor is not supported.
2024-10-24 14:45:45 +08:00
Michel Oosterhof 7b210fb274
User (#2356)
* remove 3des
* create files with UID of user
2024-10-24 14:43:00 +08:00
Michel Oosterhof 09dc756caa
21oct (#2354)
* use importlib instead of __import__
* more typing for connectionLost()
* use dataclass in poolserver
2024-10-22 17:16:21 +08:00
dependabot[bot] 72ec66efaf
build(deps-dev): bump coverage from 7.6.1 to 7.6.4 (#2350)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.1 to 7.6.4.
- [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.6.1...7.6.4)

---
updated-dependencies:
- dependency-name: coverage
  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>
2024-10-22 14:28:33 +08:00
dependabot[bot] 91be179663
build(deps-dev): bump pre-commit from 3.8.0 to 4.0.1 (#2349)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.8.0 to 4.0.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/v3.8.0...v4.0.1)

---
updated-dependencies:
- dependency-name: pre-commit
  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>
2024-10-22 14:28:22 +08:00
dependabot[bot] 8797bd2d93
build(deps): bump pymisp from 2.4.198 to 2.5.1 (#2351)
Bumps [pymisp](https://github.com/MISP/PyMISP) from 2.4.198 to 2.5.1.
- [Changelog](https://github.com/MISP/PyMISP/blob/main/CHANGELOG.txt)
- [Commits](https://github.com/MISP/PyMISP/compare/v2.4.198...v2.5.1)

---
updated-dependencies:
- dependency-name: pymisp
  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>
2024-10-22 14:28:14 +08:00
dependabot[bot] f456ebf4aa
build(deps): bump setuptools from 75.1.0 to 75.2.0 in /docs (#2353)
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.1.0 to 75.2.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/v75.1.0...v75.2.0)

---
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>
2024-10-22 14:27:59 +08:00
Michel Oosterhof 09283a8da6
update mypy (#2348)
* update mypy
* local_partial_types = True
2024-10-21 19:56:14 +08:00
dependabot[bot] d48bbc0f83
build(deps): bump sphinx-rtd-theme from 3.0.0 to 3.0.1 in /docs (#2340)
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 3.0.0 to 3.0.1.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/3.0.0...3.0.1)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  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>
2024-10-17 16:29:13 +08:00
dependabot[bot] dfcb2ab908
build(deps): bump elasticsearch from 8.15.0 to 8.15.1 (#2342)
Bumps [elasticsearch](https://github.com/elastic/elasticsearch-py) from 8.15.0 to 8.15.1.
- [Release notes](https://github.com/elastic/elasticsearch-py/releases)
- [Commits](https://github.com/elastic/elasticsearch-py/compare/v8.15.0...v8.15.1)

---
updated-dependencies:
- dependency-name: elasticsearch
  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>
2024-10-17 16:28:54 +08:00
dependabot[bot] 19ef1b7db9
build(deps): bump mysql-connector-python from 8.3.0 to 9.0.0 (#2343)
Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.3.0 to 9.0.0.

---
updated-dependencies:
- dependency-name: mysql-connector-python
  dependency-type: direct:production
  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>
2024-10-17 16:28:38 +08:00
dependabot[bot] 57bbd60dbe
build(deps-dev): bump build from 1.2.2 to 1.2.2.post1 (#2344)
Bumps [build](https://github.com/pypa/build) from 1.2.2 to 1.2.2.post1.
- [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/1.2.2...1.2.2.post1)

---
updated-dependencies:
- dependency-name: build
  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>
2024-10-17 16:28:08 +08:00
dependabot[bot] 970fcfedaa
build(deps): bump sphinx-rtd-theme from 2.0.0 to 3.0.0 in /docs (#2337)
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 2.0.0 to 3.0.0.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/2.0.0...3.0.0)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:production
  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>
2024-10-10 08:40:46 +08:00
dependabot[bot] 5fd61c4456
build(deps-dev): bump pyright from 1.1.376 to 1.1.384 (#2338)
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.376 to 1.1.384.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.376...v1.1.384)

---
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>
2024-10-10 08:39:21 +08:00