Skip to content

Commit 7237a03

Browse files
authored
Update requests to 2.26.0 (#56)
1 parent 8a18479 commit 7237a03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Changelog
1313
### Internal changes
1414

1515
- changed tags for actor images with this client on Docker Hub to be aligned with the Apify SDK Node.js images
16+
- updated the `requests` dependency to 2.26.0
1617

1718
[0.1.0](../../releases/tag/v0.1.0) - 2021-08-02
1819
-----------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
package_dir={'': 'src'},
4949
packages=find_packages(where='src'),
5050
python_requires='>=3.7',
51-
install_requires=['requests ~= 2.25.1'],
51+
install_requires=['requests ~= 2.26.0'],
5252
extras_require={
5353
'dev': [
5454
'autopep8 ~= 1.5.7',

0 commit comments

Comments
 (0)