Skip to content

Commit

Permalink
chore(deps): update dependency idna to v3 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 5764ae6 commit a46149c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ Werkzeug = "3.0.4"
# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8

# Pinned dependencies
idna = "2.10" # pinned to align with test moto dependency requirements (for <=2.9)
idna = "3.7" # pinned to align with test moto dependency requirements (for <=2.9)

[tool.poetry.group.test.dependencies]
coveralls = "3.3.1"
freezegun = "1.5.1"
idna = "2.10"
idna = "3.7"
# used for creating manifest file locally
jinja2-cli = { extras = ["yaml"], version = "0.8.2" }
locust = "2.31.3"
Expand Down

0 comments on commit a46149c

Please sign in to comment.