Skip to content

Commit 2d06c98

Browse files
committed
Refresh Python dependencies
1 parent 7d9095d commit 2d06c98

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
@@ -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.2.0;python_version>="3.7"
9+
setuptools>=62.3.1;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,7 +15,7 @@ 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.0;python_version>="3.7"
18+
traitlets>=5.2.1.post0;python_version>="3.7"
1919
certifi>=2021.10.8
2020
filelock>=3.2.1;python_version<"3.6"
2121
filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
@@ -121,7 +121,7 @@ toml==0.10.2
121121
Pillow==6.2.2;python_version<"3.5"
122122
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
123123
Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
124-
Pillow==9.1.0;python_version>="3.7"
124+
Pillow==9.1.1;python_version>="3.7"
125125
typing-extensions==3.10.0.2;python_version<"3.6"
126126
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"
127127
rich==12.4.1;python_version>="3.6" and python_version<"4.0"

setup.py

Lines changed: 3 additions & 3 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.2.0;python_version>="3.7"',
134+
'setuptools>=62.3.1;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,7 +140,7 @@
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.0;python_version>="3.7"',
143+
'traitlets>=5.2.1.post0;python_version>="3.7"',
144144
"certifi>=2021.10.8",
145145
'filelock>=3.2.1;python_version<"3.6"',
146146
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
@@ -246,7 +246,7 @@
246246
'Pillow==6.2.2;python_version<"3.5"',
247247
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
248248
'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"',
249-
'Pillow==9.1.0;python_version>="3.7"',
249+
'Pillow==9.1.1;python_version>="3.7"',
250250
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
251251
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"', # noqa: E501
252252
'rich==12.4.1;python_version>="3.6" and python_version<"4.0"',

0 commit comments

Comments
 (0)