Skip to content

Commit b9dea61

Browse files
committed
build(deps): Poetry update and bump version
1 parent 6258466 commit b9dea61

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "censys"
3-
version = "2.0.4.beta1"
3+
version = "2.0.4"
44
description = "An easy-to-use and lightweight API wrapper for Censys APIs (censys.io)."
55
readme = "README.md"
66
authors = ["Censys, Inc. <support@censys.io>"]
@@ -47,32 +47,32 @@ censys = "censys.cli:main"
4747
[tool.poetry.dependencies]
4848
python = ">=3.6.2,<4.0"
4949
requests = ">=2.26.0"
50-
backoff = "1.11.1"
51-
rich = "10.6.0"
50+
backoff = "^1.11.1"
51+
rich = "^10.6.0"
5252
importlib-metadata = { version = "^4.6.1", markers = "python_version < '3.8'" }
5353

5454
[tool.poetry.dev-dependencies]
5555
# Lint
5656
flake8 = "^3.9.2"
57-
flake8-docstrings = "1.6.0"
58-
flake8-pytest-style = "1.5.0"
59-
flake8-simplify = "0.14.1"
60-
flake8-comprehensions = "3.5.0"
61-
flake8-isort = "4.0.0"
62-
isort = "5.9.2"
63-
pep8-naming = "0.12.0"
64-
flake8-black = "0.2.3"
65-
black = "21.7b0"
57+
flake8-docstrings = "^1.6.0"
58+
flake8-pytest-style = "^1.5.0"
59+
flake8-simplify = "^0.14.1"
60+
flake8-comprehensions = "^3.5.0"
61+
flake8-isort = "^4.0.0"
62+
isort = "^5.9.2"
63+
pep8-naming = "^0.12.0"
64+
flake8-black = "^0.2.3"
65+
black = "^21.7b0"
6666

6767
# Tests
68-
pytest = "6.2.4"
69-
pytest-cov = "2.12.1"
70-
responses = "0.13.3"
71-
parameterized = "0.8.1"
68+
pytest = "^6.2.4"
69+
pytest-cov = "^2.12.1"
70+
responses = "^0.13.3"
71+
parameterized = "^0.8.1"
7272

7373
# Types
7474
mypy = "0.910"
75-
types-requests = "2.25.0"
75+
types-requests = "^2.25.0"
7676
backoff-stubs = "*"
7777

7878
[tool.isort]

0 commit comments

Comments
 (0)