Skip to content

Commit

Permalink
fix(deps): update dependency requests to >=2.32.1, <2.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent 5fa1a29 commit f0d580b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gh-release-install = "gh_release_install.cli:run"

[tool.poetry.dependencies]
python = "^3.8"
requests = ">=2.31.0, <2.32"
requests = ">=2.32.1, <2.33"

[tool.poetry.group.dev.dependencies]
black = "^24.0.0"
Expand Down

0 comments on commit f0d580b

Please sign in to comment.