Skip to content

Commit d1f1547

Browse files
committed
Refresh Python dependencies
1 parent b11b6e0 commit d1f1547

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
@@ -6,7 +6,7 @@ packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.5"
77
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
88
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
9-
setuptools>=62.4.0;python_version>="3.7"
9+
setuptools>=62.6.0;python_version>="3.7"
1010
setuptools-scm>=5.0.2;python_version<"3.6"
1111
setuptools-scm>=6.4.2;python_version>="3.6"
1212
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
@@ -15,10 +15,10 @@ wheel>=0.37.1
1515
attrs>=21.4.0
1616
PyYAML>=6.0;python_version>="3.6"
1717
traitlets>=4.3.3;python_version<"3.7"
18-
traitlets>=5.2.2.post1;python_version>="3.7"
18+
traitlets>=5.3.0;python_version>="3.7"
1919
certifi>=2021.10.8;python_version<"3.5"
2020
certifi>=2022.5.18;python_version>="3.5" and python_version<"3.6"
21-
certifi>=2022.5.18.1;python_version>="3.6"
21+
certifi>=2022.6.15;python_version>="3.6"
2222
filelock>=3.2.1;python_version<"3.6"
2323
filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
2424
filelock>=3.7.1;python_version>="3.7"
@@ -111,7 +111,7 @@ ipython==7.9.0;python_version>="3.5" and python_version<"3.6"
111111
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
112112
ipython==7.34.0;python_version>="3.7"
113113
matplotlib-inline==0.1.3;python_version>="3.7"
114-
colorama==0.4.4
114+
colorama==0.4.5
115115
importlib-metadata==2.1.3;python_version<"3.6"
116116
importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"
117117
pycparser==2.21

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
'setuptools>=44.1.1;python_version<"3.5"',
132132
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
133133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
134-
'setuptools>=62.4.0;python_version>="3.7"',
134+
'setuptools>=62.6.0;python_version>="3.7"',
135135
'setuptools-scm>=5.0.2;python_version<"3.6"',
136136
'setuptools-scm>=6.4.2;python_version>="3.6"',
137137
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
@@ -140,10 +140,10 @@
140140
"attrs>=21.4.0",
141141
'PyYAML>=6.0;python_version>="3.6"',
142142
'traitlets>=4.3.3;python_version<"3.7"',
143-
'traitlets>=5.2.2.post1;python_version>="3.7"',
143+
'traitlets>=5.3.0;python_version>="3.7"',
144144
'certifi>=2021.10.8;python_version<"3.5"',
145145
'certifi>=2022.5.18;python_version>="3.5" and python_version<"3.6"',
146-
'certifi>=2022.5.18.1;python_version>="3.6"',
146+
'certifi>=2022.6.15;python_version>="3.6"',
147147
'filelock>=3.2.1;python_version<"3.6"',
148148
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
149149
'filelock>=3.7.1;python_version>="3.7"',
@@ -236,7 +236,7 @@
236236
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
237237
'ipython==7.34.0;python_version>="3.7"', # Requires matplotlib-inline
238238
'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
239-
"colorama==0.4.4",
239+
"colorama==0.4.5",
240240
'importlib-metadata==2.1.3;python_version<"3.6"',
241241
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
242242
"pycparser==2.21",

0 commit comments

Comments
 (0)