Skip to content

Commit 12ad9a5

Browse files
committed
Refresh Python dependencies
1 parent bc8675b commit 12ad9a5

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
@@ -12,8 +12,10 @@ 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"
15-
sortedcontainers==2.4.0
15+
traitlets==4.3.3;python_version<"3.7"
16+
traitlets>=5.1.1;python_version>="3.7"
1617
certifi>=2021.10.8
18+
sortedcontainers==2.4.0
1719
six==1.16.0
1820
nose==1.3.7
1921
sniffio;python_version>="3.7"
@@ -79,8 +81,6 @@ cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"
7981
cryptography==35.0.0;python_version>="3.7"
8082
pygments==2.5.2;python_version<"3.5"
8183
pygments==2.10.0;python_version>="3.5"
82-
traitlets==4.3.3;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.22;python_version>="3.6.2"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,10 @@
128128
"wheel>=0.37.0",
129129
"attrs>=21.2.0",
130130
'PyYAML>=6.0;python_version>="3.6"',
131-
"sortedcontainers==2.4.0",
131+
'traitlets==4.3.3;python_version<"3.7"',
132+
'traitlets>=5.1.1;python_version>="3.7"',
132133
"certifi>=2021.10.8",
134+
"sortedcontainers==2.4.0",
133135
"six==1.16.0",
134136
"nose==1.3.7",
135137
'sniffio;python_version>="3.7"', # For "trio". (Funnier under "nose")
@@ -195,8 +197,6 @@
195197
'cryptography==35.0.0;python_version>="3.7"',
196198
'pygments==2.5.2;python_version<"3.5"',
197199
'pygments==2.10.0;python_version>="3.5"',
198-
'traitlets==4.3.3;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.22;python_version>="3.6.2"',

0 commit comments

Comments
 (0)