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 Dec 2, 2024
1 parent ef1f850 commit 593fc5a
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 @@ -10,36 +10,36 @@ readme = "README.md"
python = "^3.9"
click = "^8.1.7"
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.35.71"
mypy-boto3-secretsmanager = "^1.35.0"
stix2 = "^3.0.1"
validators = "^0.22.0"
yamale = "^5.0.0"
validators = "^0.34.0"
yamale = "^5.2.1"


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


[tool.poetry.group.test.dependencies]
pytest = "^8.0.0"
pytest = "^8.3.4"
pytest-cov = "^5.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-table-reader-plugin = "^2.0.3"
mkdocs-include-markdown-plugin = "^6.0.4"
mkdocs = "^1.6.1"
mkdocstrings = "^0.27.0"
mkdocs-material = "^9.5.47"
mkdocs-minify-plugin = "^0.8.0"
mkdocs-table-reader-plugin = "^2.2.2"
mkdocs-include-markdown-plugin = "^6.2.2"

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

0 comments on commit 593fc5a

Please sign in to comment.