Skip to content

Commit 8102951

Browse files
committed
Refresh Python dependencies
1 parent b2a4fbe commit 8102951

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packaging>=21.3;python_version>="3.6"
55
setuptools>=44.1.1;python_version<"3.5"
66
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
77
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
8-
setuptools>=60.2.0;python_version>="3.7"
8+
setuptools>=60.3.1;python_version>="3.7"
99
setuptools-scm>=5.0.2;python_version<"3.6"
1010
setuptools-scm>=6.3.2;python_version>="3.6"
1111
tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"
@@ -28,7 +28,7 @@ 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"
3030
charset-normalizer==2.0.10;python_version>="3.5"
31-
urllib3==1.26.7
31+
urllib3==1.26.8
3232
requests==2.27.0;python_version<"3.5"
3333
requests==2.25.1;python_version>="3.5" and python_version<"3.6"
3434
requests==2.27.1;python_version>="3.6"
@@ -83,12 +83,12 @@ cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"
8383
cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"
8484
cryptography==36.0.1;python_version>="3.7"
8585
pygments==2.5.2;python_version<"3.5"
86-
pygments==2.11.1;python_version>="3.5"
86+
pygments==2.11.2;python_version>="3.5"
8787
prompt-toolkit==1.0.18;python_version<"3.5"
8888
prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"
8989
prompt-toolkit==3.0.24;python_version>="3.6.2"
9090
decorator==4.4.2;python_version<"3.5"
91-
decorator==5.1.0;python_version>="3.5"
91+
decorator==5.1.1;python_version>="3.5"
9292
ipython==5.10.0;python_version<"3.5"
9393
ipython==7.9.0;python_version>="3.5" and python_version<"3.6"
9494
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
'setuptools>=44.1.1;python_version<"3.5"',
127127
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
128128
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
129-
'setuptools>=60.2.0;python_version>="3.7"',
129+
'setuptools>=60.3.1;python_version>="3.7"',
130130
'setuptools-scm>=5.0.2;python_version<"3.6"',
131131
'setuptools-scm>=6.3.2;python_version>="3.6"',
132132
'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"',
@@ -149,7 +149,7 @@
149149
'chardet==3.0.4;python_version<"3.5"', # Stay in sync with "requests"
150150
'chardet==4.0.0;python_version>="3.5"', # Stay in sync with "requests"
151151
'charset-normalizer==2.0.10;python_version>="3.5"', # Sync "requests"
152-
"urllib3==1.26.7", # Must stay in sync with "requests"
152+
"urllib3==1.26.8", # Must stay in sync with "requests"
153153
'requests==2.27.0;python_version<"3.5"',
154154
'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
155155
'requests==2.27.1;python_version>="3.6"',
@@ -204,12 +204,12 @@
204204
'cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"',
205205
'cryptography==36.0.1;python_version>="3.7"',
206206
'pygments==2.5.2;python_version<"3.5"',
207-
'pygments==2.11.1;python_version>="3.5"',
207+
'pygments==2.11.2;python_version>="3.5"',
208208
'prompt-toolkit==1.0.18;python_version<"3.5"',
209209
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501
210210
'prompt-toolkit==3.0.24;python_version>="3.6.2"',
211211
'decorator==4.4.2;python_version<"3.5"',
212-
'decorator==5.1.0;python_version>="3.5"',
212+
'decorator==5.1.1;python_version>="3.5"',
213213
'ipython==5.10.0;python_version<"3.5"',
214214
'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
215215
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',

0 commit comments

Comments
 (0)