Skip to content

Commit

Permalink
security: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jos Verlinde <[email protected]>
  • Loading branch information
Josverl committed Jun 30, 2024
1 parent 63be0a7 commit 189bf90
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stubber = "stubber.stubber:stubber_cli"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
python-minifier = { version = "^2.7.0", python = "<3.12" } # no support for 3.12 yet
requests = "^2.28.0"
requests = "^2.32.3"
mypy = "1.9.0"
mpflash = "^0.9.0"
mpremote = "^1.23.0"
Expand All @@ -74,6 +74,7 @@ tenacity = "^8.2.2"
tomli = { version = "^2.0.1", python = "<3.11" }
tomli-w = "^1.0.0"
typed-config = "^1.3.0"
urllib3 = "^2.2.2"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 189bf90

Please sign in to comment.