Skip to content

Commit

Permalink
Bump requests from 2.28.1 to 2.30.0
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.30.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.28.1...v2.30.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 15, 2023
1 parent 47902ab commit 4a15a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
python_requires=">=3.6,<4",
install_requires=[
"django==4.1.7",
"requests==2.28.1",
"requests==2.30.0",
"django-guardian==2.4.0",
"django-tagulous==1.3.3",
"django-filter==22.1",
Expand Down

0 comments on commit 4a15a39

Please sign in to comment.