File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " censys"
3- version = " 2.0.4.beta1 "
3+ version = " 2.0.4"
44description = " An easy-to-use and lightweight API wrapper for Censys APIs (censys.io)."
55readme = " README.md"
66authors = [" Censys, Inc. <support@censys.io>" ]
@@ -47,32 +47,32 @@ censys = "censys.cli:main"
4747[tool .poetry .dependencies ]
4848python = " >=3.6.2,<4.0"
4949requests = " >=2.26.0"
50- backoff = " 1.11.1"
51- rich = " 10.6.0"
50+ backoff = " ^ 1.11.1"
51+ rich = " ^ 10.6.0"
5252importlib-metadata = { version = " ^4.6.1" , markers = " python_version < '3.8'" }
5353
5454[tool .poetry .dev-dependencies ]
5555# Lint
5656flake8 = " ^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
7474mypy = " 0.910"
75- types-requests = " 2.25.0"
75+ types-requests = " ^ 2.25.0"
7676backoff-stubs = " *"
7777
7878[tool .isort ]
You can’t perform that action at this time.
0 commit comments