Skip to content

Commit

Permalink
chore(deps): update requests requirement from ~=2.31.0 to ~=2.32.3
Browse files Browse the repository at this point in the history
Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.3)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent 829ec01 commit b076ebb
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 @@ -27,7 +27,7 @@ python = ">=3.8"
importlib-resources = { version = "==6.3.*", python = "<3.9" }
singer-sdk = { version="~=0.36.0" }
fs-s3fs = { version = "~=1.1.1", optional = true }
requests = "~=2.31.0"
requests = "~=2.32.3"
msal = "==1.27.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit b076ebb

Please sign in to comment.