Skip to content

Commit

Permalink
Bump requests from 2.24.0 to 2.25.1
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.24.0 to 2.25.1.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](psf/requests@v2.24.0...v2.25.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2021
1 parent b72bfdd commit b6159d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.24.0
requests==2.25.1
PySocks==1.7.1
pydantic==1.7.2
moviepy==1.0.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'''

requirements = [
'requests==2.24.0',
'requests==2.25.1',
'PySocks==1.7.1',
'pydantic==1.7.2'
]
Expand Down

0 comments on commit b6159d1

Please sign in to comment.