dependabot[bot]
ac180c6d7f
chore(deps-dev): bump mypy from 1.7.1 to 1.8.0
...
Bumps [mypy](https://github.com/python/mypy ) from 1.7.1 to 1.8.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.8.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-26 23:06:50 +00:00
dependabot[bot]
1bbb15dcef
chore(deps-dev): bump black from 23.12.0 to 23.12.1
...
Bumps [black](https://github.com/psf/black ) from 23.12.0 to 23.12.1.
- [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/23.12.0...23.12.1 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-26 23:06:27 +00:00
dependabot[bot]
40bdc71410
chore(deps): bump fastapi from 0.105.0 to 0.108.0
...
Bumps [fastapi](https://github.com/tiangolo/fastapi ) from 0.105.0 to 0.108.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases )
- [Commits](https://github.com/tiangolo/fastapi/compare/0.105.0...0.108.0 )
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-26 23:05:35 +00:00
L1ghtn1ng
c71d766239
Add an extra line in restfulHarvest.py
...
A new line has been added after the import of the argparse module in the restfulHarvest.py file to improve the readability and organization of the import statements.
2023-12-18 16:43:27 +00:00
L1ghtn1ng
143af8a5b3
Bump version for new release
2023-12-18 16:41:24 +00:00
L1ghtn1ng
edf29d5d9e
Refactor comments for clarity and remove unused code
...
This commit focuses on enhancing code readability and maintainability. It involves cleaning up comments to improve understanding, ensuring correct punctuation, and adding necessary articles for better sentence structure. Outdated code comments and unused commented-out code lines are removed to keep the codebase clean and concise.
2023-12-18 16:34:59 +00:00
L1ghtn1ng
7214bf3c2b
Remove unnecessary newline in restfulHarvest.py
...
The extra newline after the import statements in restfulHarvest.py was removed. This improves code clarity and cleanliness, following good Python coding practices.
2023-12-18 16:34:38 +00:00
L1ghtn1ng
8c6cd3042c
Update Docker settings and shift to pipx for module installation
...
Changed the installation process to use `pipx` instead of `pip3` in the Dockerfile. The path setting for API keys and proxies in `docker-compose.yml` were also updated. Additionally, the name of the default network was altered to better reflect its use.
2023-12-18 16:34:06 +00:00
L1ghtn1ng
82bdd0fec3
Increase async timeout and adjust request intervals and fix brave
...
The `aiohttp.ClientSession` timeout field has been adjusted to increase the maximum field size. This change should help handle larger HTTP responses. Additionally, the delay between asynchronous requests in bravesearch has been slightly increased to reduce the risk of hitting rate limits. A comment has also been corrected for better readability.
2023-12-18 14:31:04 +00:00
L1ghtn1ng
467a33fd3a
remove test that is not stable enough due to the site not always being up or is getting blocked intermittently
2023-12-16 13:46:38 +00:00
L1ghtn1ng
36c11b4b4c
Replace os.mkdir with os.makedirs in screenshot.py
...
The function os.mkdir was replaced with os.makedirs in screenshot.py. The latter method is used instead because it allows recursive directory creation, which is particularly useful if the output path does not exist. This improvement provides better handling of directory creation.
2023-12-16 13:42:09 +00:00
dependabot[bot]
1e7b348d5f
chore(deps): bump censys from 2.2.9 to 2.2.10
...
Bumps [censys](https://github.com/censys/censys-python ) from 2.2.9 to 2.2.10.
- [Release notes](https://github.com/censys/censys-python/releases )
- [Commits](https://github.com/censys/censys-python/compare/v2.2.9...v2.2.10 )
---
updated-dependencies:
- dependency-name: censys
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-16 04:15:55 +00:00
dependabot[bot]
00eaf322ed
chore(deps): bump fastapi from 0.104.1 to 0.105.0
...
Bumps [fastapi](https://github.com/tiangolo/fastapi ) from 0.104.1 to 0.105.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases )
- [Commits](https://github.com/tiangolo/fastapi/compare/0.104.1...0.105.0 )
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 09:24:33 +00:00
dependabot[bot]
c06f389a59
chore(deps-dev): bump isort from 5.13.1 to 5.13.2
...
Bumps [isort](https://github.com/pycqa/isort ) from 5.13.1 to 5.13.2.
- [Release notes](https://github.com/pycqa/isort/releases )
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pycqa/isort/compare/5.13.1...5.13.2 )
---
updated-dependencies:
- dependency-name: isort
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 09:23:46 +00:00
dependabot[bot]
bcfbc44880
chore(deps-dev): bump black from 23.11.0 to 23.12.0
...
Bumps [black](https://github.com/psf/black ) from 23.11.0 to 23.12.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/23.11.0...23.12.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 09:23:24 +00:00
dependabot[bot]
c6bf5aa579
chore(deps-dev): bump types-ujson from 5.8.0.1 to 5.9.0.0
...
Bumps [types-ujson](https://github.com/python/typeshed ) from 5.8.0.1 to 5.9.0.0.
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-ujson
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 09:23:01 +00:00
dependabot[bot]
8ee60f7db9
chore(deps): bump github/codeql-action from 2 to 3
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-13 23:23:48 +00:00
dependabot[bot]
75c5ee5c66
chore(deps-dev): bump pydantic from 2.5.1 to 2.5.2
...
Bumps [pydantic](https://github.com/pydantic/pydantic ) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/pydantic/pydantic/releases )
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.5.2/HISTORY.md )
- [Commits](https://github.com/pydantic/pydantic/compare/v2.5.1...v2.5.2 )
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 10:48:57 +00:00
dependabot[bot]
285adc4e80
chore(deps-dev): bump wheel from 0.41.3 to 0.42.0
...
Bumps [wheel](https://github.com/pypa/wheel ) from 0.41.3 to 0.42.0.
- [Release notes](https://github.com/pypa/wheel/releases )
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst )
- [Commits](https://github.com/pypa/wheel/compare/0.41.3...0.42.0 )
---
updated-dependencies:
- dependency-name: wheel
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 23:25:23 +00:00
dependabot[bot]
10f69f1221
chore(deps): bump setuptools from 68.2.2 to 69.0.2
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 68.2.2 to 69.0.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.2.2...v69.0.2 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 23:24:54 +00:00
dependabot[bot]
4a635769e2
chore(deps-dev): bump mypy from 1.7.0 to 1.7.1
...
Bumps [mypy](https://github.com/python/mypy ) from 1.7.0 to 1.7.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.7.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 23:23:58 +00:00
dependabot[bot]
d36ce8aed7
chore(deps-dev): bump pytest-asyncio from 0.21.1 to 0.23.2
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.21.1 to 0.23.2.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.23.2 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 23:23:39 +00:00
dependabot[bot]
ab1cf089f9
chore(deps): bump ujson from 5.8.0 to 5.9.0
...
Bumps [ujson](https://github.com/ultrajson/ultrajson ) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/ultrajson/ultrajson/releases )
- [Commits](https://github.com/ultrajson/ultrajson/compare/5.8.0...5.9.0 )
---
updated-dependencies:
- dependency-name: ujson
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 23:22:10 +00:00
dependabot[bot]
28cdd5c9ba
chore(deps): bump certifi from 2023.7.22 to 2023.11.17
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2023.7.22 to 2023.11.17.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2023.11.17 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 23:20:59 +00:00
dependabot[bot]
06e36c3266
chore(deps): bump actions/setup-python from 4 to 5
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 23:20:30 +00:00
dependabot[bot]
975e810ffd
chore(deps-dev): bump isort from 5.12.0 to 5.13.1
...
Bumps [isort](https://github.com/pycqa/isort ) from 5.12.0 to 5.13.1.
- [Release notes](https://github.com/pycqa/isort/releases )
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pycqa/isort/compare/5.12.0...5.13.1 )
---
updated-dependencies:
- dependency-name: isort
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 23:19:43 +00:00
dependabot[bot]
a19a2cca40
chore(deps): bump aiohttp from 3.8.6 to 3.9.1
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.8.6 to 3.9.1.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.6...v3.9.1 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 22:33:32 +00:00
dbfreem
e00f4651cf
fix typing for core fetch_all
2023-11-17 10:51:54 +00:00
dependabot[bot]
5e4dc5bc42
chore(deps-dev): bump pydantic from 2.4.2 to 2.5.1
...
Bumps [pydantic](https://github.com/pydantic/pydantic ) from 2.4.2 to 2.5.1.
- [Release notes](https://github.com/pydantic/pydantic/releases )
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md )
- [Commits](https://github.com/pydantic/pydantic/compare/v2.4.2...v2.5.1 )
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 01:14:25 +00:00
dbfreem
3aff92554c
forgot to remove the e
2023-11-16 01:08:09 +00:00
dbfreem
7f46b4722d
fixing issue with types in FastAPI
2023-11-16 01:08:09 +00:00
L1ghtn1ng
cddcb5f383
Fix otx test
2023-11-12 22:24:45 +00:00
L1ghtn1ng
882a32004d
change email addr
2023-11-12 22:01:55 +00:00
dependabot[bot]
6be3d9e598
chore(deps-dev): bump mypy from 1.6.1 to 1.7.0
...
Bumps [mypy](https://github.com/python/mypy ) from 1.6.1 to 1.7.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.6.1...v1.7.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-12 21:59:05 +00:00
dependabot[bot]
7883f75b97
chore(deps-dev): bump black from 23.10.1 to 23.11.0
...
Bumps [black](https://github.com/psf/black ) from 23.10.1 to 23.11.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/23.10.1...23.11.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-12 21:58:49 +00:00
dependabot[bot]
20b396693f
chore(deps): bump censys from 2.2.8 to 2.2.9
...
Bumps [censys](https://github.com/censys/censys-python ) from 2.2.8 to 2.2.9.
- [Release notes](https://github.com/censys/censys-python/releases )
- [Commits](https://github.com/censys/censys-python/compare/v2.2.8...v2.2.9 )
---
updated-dependencies:
- dependency-name: censys
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 23:32:18 +00:00
dependabot[bot]
e08d73e67f
chore(deps): bump uvicorn from 0.23.2 to 0.24.0.post1
...
Bumps [uvicorn](https://github.com/encode/uvicorn ) from 0.23.2 to 0.24.0.post1.
- [Release notes](https://github.com/encode/uvicorn/releases )
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/encode/uvicorn/compare/0.23.2...0.24.0.post1 )
---
updated-dependencies:
- dependency-name: uvicorn
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-07 00:44:17 +00:00
dependabot[bot]
b30e2e8eff
chore(deps-dev): bump wheel from 0.41.2 to 0.41.3
...
Bumps [wheel](https://github.com/pypa/wheel ) from 0.41.2 to 0.41.3.
- [Release notes](https://github.com/pypa/wheel/releases )
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst )
- [Commits](https://github.com/pypa/wheel/compare/0.41.2...0.41.3 )
---
updated-dependencies:
- dependency-name: wheel
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 20:05:17 +00:00
dependabot[bot]
7da3d8394c
chore(deps): bump uvloop from 0.18.0 to 0.19.0
...
Bumps [uvloop](https://github.com/MagicStack/uvloop ) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/MagicStack/uvloop/releases )
- [Commits](https://github.com/MagicStack/uvloop/compare/v0.18.0...v0.19.0 )
---
updated-dependencies:
- dependency-name: uvloop
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 20:04:52 +00:00
dependabot[bot]
614519c7b2
chore(deps-dev): bump black from 23.10.0 to 23.10.1
...
Bumps [black](https://github.com/psf/black ) from 23.10.0 to 23.10.1.
- [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/23.10.0...23.10.1 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 20:04:25 +00:00
dependabot[bot]
48536a4af0
chore(deps-dev): bump pytest from 7.4.2 to 7.4.3
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.4.2 to 7.4.3.
- [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.4.2...7.4.3 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 19:53:29 +00:00
dependabot[bot]
e1e9f3fb71
chore(deps): bump fastapi from 0.104.0 to 0.104.1
...
Bumps [fastapi](https://github.com/tiangolo/fastapi ) from 0.104.0 to 0.104.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases )
- [Commits](https://github.com/tiangolo/fastapi/compare/0.104.0...0.104.1 )
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 19:53:03 +00:00
dependabot[bot]
0486e072b5
chore(deps-dev): bump pyre-check from 0.9.18 to 0.9.19
...
Bumps [pyre-check](https://github.com/facebook/pyre-check ) from 0.9.18 to 0.9.19.
- [Release notes](https://github.com/facebook/pyre-check/releases )
- [Commits](https://github.com/facebook/pyre-check/compare/v0.9.18...v0.9.19 )
---
updated-dependencies:
- dependency-name: pyre-check
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-20 03:55:23 +01:00
Aidan Holland
b1a67c8284
fix(deps-dev): bump types-requests from 2.31.0.7 to 2.31.0.6
2023-10-18 23:08:42 +01:00
Aidan Holland
c8c76cb851
fix(censys): update module
2023-10-18 23:08:42 +01:00
dependabot[bot]
0f8a7dde79
chore(deps-dev): bump mypy from 1.6.0 to 1.6.1
...
Bumps [mypy](https://github.com/python/mypy ) from 1.6.0 to 1.6.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.6.0...v1.6.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 23:06:21 +01:00
dependabot[bot]
f966cd2c40
chore(deps): bump aiodns from 3.1.0 to 3.1.1
...
Bumps [aiodns](https://github.com/saghul/aiodns ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/saghul/aiodns/releases )
- [Changelog](https://github.com/saghul/aiodns/blob/master/ChangeLog )
- [Commits](https://github.com/saghul/aiodns/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: aiodns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 23:05:39 +01:00
dependabot[bot]
edfa3297e9
chore(deps): bump shodan from 1.30.0 to 1.30.1
...
Bumps [shodan](https://github.com/achillean/shodan-python ) from 1.30.0 to 1.30.1.
- [Release notes](https://github.com/achillean/shodan-python/releases )
- [Changelog](https://github.com/achillean/shodan-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/achillean/shodan-python/commits )
---
updated-dependencies:
- dependency-name: shodan
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 23:04:55 +01:00
dependabot[bot]
bd54f54a1e
chore(deps): bump fastapi from 0.103.2 to 0.104.0
...
Bumps [fastapi](https://github.com/tiangolo/fastapi ) from 0.103.2 to 0.104.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases )
- [Commits](https://github.com/tiangolo/fastapi/compare/0.103.2...0.104.0 )
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 23:04:33 +01:00
dependabot[bot]
1f53ae720e
chore(deps): bump censys from 2.2.7 to 2.2.8
...
Bumps [censys](https://github.com/censys/censys-python ) from 2.2.7 to 2.2.8.
- [Release notes](https://github.com/censys/censys-python/releases )
- [Commits](https://github.com/censys/censys-python/compare/v2.2.7...v2.2.8 )
---
updated-dependencies:
- dependency-name: censys
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 23:03:44 +01:00