Skip to content

Commit

Permalink
Update all non-major Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent f93ae14 commit fc663c2
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,38 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
click = "^8.1.7"
click = "^8.1.8"
coloredlogs = "^15.0.1"
censys = "^2.2.9"
shodan = "^1.30.1"
pyyaml = "^6.0.1"
censys = "^2.2.16"
shodan = "^1.31.0"
pyyaml = "^6.0.2"
aiofiles = "^24.1.0"
boto3 = "^1.29.6"
mypy-boto3-secretsmanager = "^1.29.0"
boto3 = "^1.36.26"
mypy-boto3-secretsmanager = "^1.36.0"
stix2 = "^3.0.1"
validators = "^0.22.0"
yamale = "^5.0.0"
validators = "^0.34.0"
yamale = "^5.3.0"


[tool.poetry.group.dev.dependencies]
pylint = "^3.0.2"
ipython = "^8.18.0"
ipykernel = "^6.26.0"
pytest = "^8.0.0"
pylint = "^3.3.4"
ipython = "^8.32.0"
ipykernel = "^6.29.5"
pytest = "^8.3.4"


[tool.poetry.group.test.dependencies]
pytest = "^8.0.0"
pytest = "^8.3.4"
pytest-cov = "^6.0.0"


[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.3"
mkdocstrings = "^0.24.0"
mkdocs-material = "^9.4.12"
mkdocs-minify-plugin = "^0.7.1"
mkdocs = "^1.6.1"
mkdocstrings = "^0.28.1"
mkdocs-material = "^9.6.5"
mkdocs-minify-plugin = "^0.8.0"
mkdocs-table-reader-plugin = "^3.1.0"
mkdocs-include-markdown-plugin = "^6.0.4"
mkdocs-include-markdown-plugin = "^6.2.2"

[tool.poetry.scripts]
proactiveti = "proactiveti.cli.cli:cli"
Expand Down

0 comments on commit fc663c2

Please sign in to comment.