8000 Bump requests · DORELAS/complete-python-course@6556e0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6556e0b

Browse files
Bump requests
Bumps [requests](https://github.com/requests/requests) from 2.18.4 to 2.20.0. - [Release notes](https://github.com/requests/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](psf/requests@v2.18.4...v2.20.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7010225 commit 6556e0b

File tree

2 files changed

+78
-83
lines changed

2 files changed

+78
-83
lines changed

course_contents/13_async_development/projects/async_scraping/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "pypi"
88
[packages]
99

1010
aiohttp = "==3.0.5"
11-
requests = "==2.18.4"
11+
requests = "==2.20.0"
1212
beautifulsoup4 = "==4.6.0"
1313

1414

course_contents/13_async_development/projects/async_scraping/Pipfile.lock

Lines changed: 77 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0