Skip to content

Commit d54e15e

Browse files
committed
Refresh Python dependencies
1 parent d156cd9 commit d54e15e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
88
setuptools>=58.3.0;python_version>="3.6"
99
setuptools-scm==5.0.2;python_version<"3.6"
1010
setuptools-scm>=6.3.2;python_version>="3.6"
11-
tomli>=1.2.1;python_version>="3.6"
11+
tomli>=1.2.2;python_version>="3.6"
1212
wheel>=0.37.0
1313
attrs>=21.2.0
1414
PyYAML>=6.0;python_version>="3.6"
@@ -80,7 +80,7 @@ cryptography==35.0.0;python_version>="3.7"
8080
pygments==2.5.2;python_version<"3.5"
8181
pygments==2.10.0;python_version>="3.5"
8282
traitlets==4.3.3;python_version<"3.7"
83-
traitlets==5.1.0;python_version>="3.7"
83+
traitlets==5.1.1;python_version>="3.7"
8484
prompt-toolkit==1.0.18;python_version<"3.5"
8585
prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"
8686
prompt-toolkit==3.0.21;python_version>="3.6.2"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
'setuptools>=58.3.0;python_version>="3.6"',
125125
'setuptools-scm==5.0.2;python_version<"3.6"',
126126
'setuptools-scm>=6.3.2;python_version>="3.6"',
127-
'tomli>=1.2.1;python_version>="3.6"',
127+
'tomli>=1.2.2;python_version>="3.6"',
128128
"wheel>=0.37.0",
129129
"attrs>=21.2.0",
130130
'PyYAML>=6.0;python_version>="3.6"',
@@ -196,7 +196,7 @@
196196
'pygments==2.5.2;python_version<"3.5"',
197197
'pygments==2.10.0;python_version>="3.5"',
198198
'traitlets==4.3.3;python_version<"3.7"',
199-
'traitlets==5.1.0;python_version>="3.7"',
199+
'traitlets==5.1.1;python_version>="3.7"',
200200
'prompt-toolkit==1.0.18;python_version<"3.5"',
201201
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501
202202
'prompt-toolkit==3.0.21;python_version>="3.6.2"',

0 commit comments

Comments
 (0)