Skip to content

Commit

Permalink
Starlette security patch (#48)
Browse files Browse the repository at this point in the history
* Fix isort dev dependency

* Update lock file

* Upgrade prefect for security patch
  • Loading branch information
dominictarro authored Apr 7, 2024
1 parent 1885ebc commit 555eaf2
Show file tree
Hide file tree
Showing 2 changed files with 1,253 additions and 1,105 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
beautifulsoup4 = "*"
prefect = ">=2.14.17"
prefect = ">=2.16.5"
prefect-aws = "*"
lxml = "*"
prefecto = ">=0.0.4"
Expand All @@ -20,7 +20,7 @@ pipenv = "*"
pre-commit = "*"
flake8 = "*"
black = "*"
isort = {extras = ["pyproject"], version = "*"}
isort = "*"
commitizen = "*"
pygit2 = "*"
python-dotenv = "*"
Expand Down
Loading

0 comments on commit 555eaf2

Please sign in to comment.