Skip to content

Commit

Permalink
Also update certifi in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenecal committed Jul 10, 2024
1 parent 713ee80 commit c0a7e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python = "^3.10"
requests = "^2.28.1"
pydantic = { extras = ["dotenv"], version = "^1.10.4" }
pydantic-xml = { extras = ["lxml"], version = "^0.5.0" }
certifi = ">=2023.7.22"
certifi = ">=2024.7.4"

[tool.poetry.group.dev.dependencies]
pytest-xdist = "^3.1.0"
Expand Down

0 comments on commit c0a7e10

Please sign in to comment.