Skip to content

Commit

Permalink
feat: Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Apr 24, 2024
1 parent cb559dc commit b2ec73b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ docs: ## Build collection documentation
rm -rf antsibull
rm -f docs/source/modules/index.rst
cd docs && sphinx-build source html
open docs/html/index.html

clean: ## Remove all auto-generated files
rm -rf tests/output
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/zscaler/zpacloud-ansible"
python = "^3.9"
zscaler-sdk-python = "*"
xmltodict = "^0.12.0"
aiohttp = "^3.9.2"
aiohttp = "^3.9.4"
dpath = "^2.1.5"
#rstcheck-core = "1.2.0" # Using a specific version to ensure compatibility
#pydantic = "^2.0" # Updated to meet rstcheck-core requirements
Expand Down

0 comments on commit b2ec73b

Please sign in to comment.