Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renardeinside committed Feb 26, 2024
1 parent 1a7bcd5 commit 48d06d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ lint: ## Run the lint and checks
@echo "${YELLOW}Linting code:${NORMAL}"
@make helper-line
$(PYTHON) -m prospector --profile prospector.yaml
$(RSTCHECK) README.rst
@make check

check: ## Run black checks
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"pydantic>=1.10.8,<2.0.0",
"Jinja2>=2.11.2",
# misc - enforced to avoid issues with dependent libraries
"cryptography>=41.0.0,<42.0.0",
"cryptography>=42.0.5",
# required by dbx sync
"aiohttp>=3.8.2",
"pathspec>=0.9.0",
Expand Down

0 comments on commit 48d06d8

Please sign in to comment.