Skip to content

Commit 6d0f08c

Browse files
committed
Refresh Python dependencies
1 parent e51f2bb commit 6d0f08c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ idna==2.10;python_version<"3.6"
2727
idna==3.3;python_version>="3.6"
2828
chardet==3.0.4;python_version<"3.5"
2929
chardet==4.0.0;python_version>="3.5"
30-
charset-normalizer==2.0.9;python_version>="3.5"
30+
charset-normalizer==2.0.10;python_version>="3.5"
3131
urllib3==1.26.7
32-
requests==2.26.0;python_version<"3.5"
32+
requests==2.27.0;python_version<"3.5"
3333
requests==2.25.1;python_version>="3.5" and python_version<"3.6"
34-
requests==2.26.0;python_version>="3.6"
34+
requests==2.27.0;python_version>="3.6"
3535
nose==1.3.7
3636
sniffio==1.2.0;python_version>="3.7"
3737
trio==0.19.0;python_version>="3.7"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@
147147
'idna==3.3;python_version>="3.6"', # Must stay in sync with "requests"
148148
'chardet==3.0.4;python_version<"3.5"', # Stay in sync with "requests"
149149
'chardet==4.0.0;python_version>="3.5"', # Stay in sync with "requests"
150-
'charset-normalizer==2.0.9;python_version>="3.5"', # Sync "requests"
150+
'charset-normalizer==2.0.10;python_version>="3.5"', # Sync "requests"
151151
"urllib3==1.26.7", # Must stay in sync with "requests"
152-
'requests==2.26.0;python_version<"3.5"',
152+
'requests==2.27.0;python_version<"3.5"',
153153
'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
154-
'requests==2.26.0;python_version>="3.6"',
154+
'requests==2.27.0;python_version>="3.6"',
155155
"nose==1.3.7",
156156
'sniffio==1.2.0;python_version>="3.7"',
157157
'trio==0.19.0;python_version>="3.7"',

0 commit comments

Comments
 (0)