Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and JannisNe committed Aug 19, 2022
1 parent 9b96639 commit c97cdc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tqdm==4.64.0
requests==2.27.1
requests==2.28.1
pandas==1.4.3
numpy==1.23.1
pyvo==1.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tqdm==4.64.0
requests==2.27.1
requests==2.28.1
pandas==1.4.3
numpy==1.23.1
pyvo==1.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
python_requires='>=3.8',
install_requires=[
"tqdm==4.64.0",
"requests==2.27.1",
"requests==2.28.1",
"pandas==1.4.3",
"numpy==1.23.1",
"pyvo==1.3",
Expand Down

0 comments on commit c97cdc1

Please sign in to comment.