From 38f3c3b2c47491d22c2741fb329c9575d2300088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:58:22 +0000 Subject: [PATCH] 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] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 01fd2e6..4c0e707 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -94,13 +94,13 @@ test = ["Pillow", "numpy", "pytest"] [[package]] name = "censys" -version = "2.2.8" +version = "2.2.9" description = "An easy-to-use and lightweight API wrapper for Censys APIs (censys.io)." optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "censys-2.2.8-py3-none-any.whl", hash = "sha256:6a99034f19bf79221f0952b4cf27a41da40b6af617c58dc4f8967e0e54e03168"}, - {file = "censys-2.2.8.tar.gz", hash = "sha256:e3c6d1e0715f36630a0c52fc2a837849b9d5ffbd6a1f6648e81b1b5a09b7731c"}, + {file = "censys-2.2.9-py3-none-any.whl", hash = "sha256:c86a5055a8ab5d21e453c421eb8644e5bfbed19177fda6fefe9e1b3a41362d65"}, + {file = "censys-2.2.9.tar.gz", hash = "sha256:9b5bd9e60bef54b0d505f649b4dcfc40f877f61e401047e66cc2c5b6029bf59b"}, ] [package.dependencies] @@ -1266,4 +1266,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dc96ec2cee673e0b258fc45bee28b463a62019c5121e68abc9f52bd9ee798324" +content-hash = "f23cb70039d1053567747b54b41747083cd10bed94e30609384f6fad8af47c14" diff --git a/pyproject.toml b/pyproject.toml index 1d09719..14dcfa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ threatfox-censys = "threatfox_censys.__main__:main" [tool.poetry.dependencies] python = "^3.10" -censys = "^2.2.8" +censys = "^2.2.9" requests = "*" python-dotenv = "^1.0.0" pydantic = "^2.4.2"