Skip to content

Commit

Permalink
Bump requests from 2.31.0 to 2.32.2
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 5, 2024
1 parent deb4130 commit cf8b2a2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sqlalchemy = "~=1.4.7"
python-dateutil = "~=2.8.1"
pre-commit = "*"
pysolr = "~=3.9.0"
requests = "~=2.31.0"
requests = ">=2.31,<2.33"
numpy = "~=1.22"
pandas = "<2.1, >=2.0.3"
sqlparse = "~=0.4.4"
Expand Down
28 changes: 14 additions & 14 deletions Pipfile.lock

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

0 comments on commit cf8b2a2

Please sign in to comment.