Skip to content

Commit 99e0c39

Browse files
committed
Refresh Python dependencies
1 parent 5026cfb commit 99e0c39

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

requirements.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ pip>=20.3.4;python_version<"3.6"
22
pip>=21.3.1;python_version>="3.6" and python_version<"3.7"
33
pip>=22.3.1;python_version>="3.7"
44
packaging>=20.9;python_version<"3.6"
5-
packaging>=21.3;python_version>="3.6"
5+
packaging>=21.3;python_version>="3.6" and python_version<"3.7"
6+
packaging>=22.0;python_version>="3.7"
67
setuptools>=44.1.1;python_version<"3.6"
78
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
89
setuptools>=65.6.3;python_version>="3.7"
@@ -15,7 +16,7 @@ attrs>=21.4.0;python_version<"3.6"
1516
attrs>=22.1.0;python_version>="3.6"
1617
PyYAML>=6.0;python_version>="3.6"
1718
certifi>=2021.10.8;python_version<"3.6"
18-
certifi>=2022.9.24;python_version>="3.6"
19+
certifi>=2022.12.7;python_version>="3.6"
1920
filelock>=3.2.1;python_version<"3.6"
2021
filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
2122
filelock>=3.8.2;python_version>="3.7"
@@ -98,7 +99,7 @@ pygments==2.13.0;python_version>="3.6"
9899
pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"
99100
pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"
100101
tabcompleter==1.1.0
101-
pdbp==1.2.5
102+
pdbp==1.2.6
102103
colorama==0.4.6;python_version<"3.6"
103104
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
104105
colorama==0.4.6;python_version>="3.7"
@@ -107,11 +108,12 @@ importlib-metadata==2.1.3;python_version<"3.6"
107108
importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"
108109
pycparser==2.21
109110
pyotp==2.3.0;python_version<"3.6"
110-
pyotp==2.7.0;python_version>="3.6"
111+
pyotp==2.7.0;python_version>="3.6" and python_version<"3.7"
112+
pyotp==2.8.0;python_version>="3.7"
111113
cffi==1.15.1
112114
typing-extensions==3.10.0.2;python_version<"3.6"
113115
typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"
114-
typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"
116+
typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"
115117
rich==12.6.0;python_version>="3.6" and python_version<"4.0"
116118

117119
# --- Testing Requirements --- #

setup.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"',
131131
'pip>=22.3.1;python_version>="3.7"',
132132
'packaging>=20.9;python_version<"3.6"',
133-
'packaging>=21.3;python_version>="3.6"',
133+
'packaging>=21.3;python_version>="3.6" and python_version<"3.7"',
134+
'packaging>=22.0;python_version>="3.7"',
134135
'setuptools>=44.1.1;python_version<"3.6"',
135136
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
136137
'setuptools>=65.6.3;python_version>="3.7"',
@@ -143,7 +144,7 @@
143144
'attrs>=22.1.0;python_version>="3.6"',
144145
'PyYAML>=6.0;python_version>="3.6"',
145146
'certifi>=2021.10.8;python_version<"3.6"',
146-
'certifi>=2022.9.24;python_version>="3.6"',
147+
'certifi>=2022.12.7;python_version>="3.6"',
147148
'filelock>=3.2.1;python_version<"3.6"',
148149
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
149150
'filelock>=3.8.2;python_version>="3.7"',
@@ -225,7 +226,7 @@
225226
'pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"',
226227
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501
227228
"tabcompleter==1.1.0",
228-
"pdbp==1.2.5",
229+
"pdbp==1.2.6",
229230
'colorama==0.4.6;python_version<"3.6"',
230231
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
231232
'colorama==0.4.6;python_version>="3.7"',
@@ -234,11 +235,12 @@
234235
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
235236
"pycparser==2.21",
236237
'pyotp==2.3.0;python_version<"3.6"',
237-
'pyotp==2.7.0;python_version>="3.6"',
238+
'pyotp==2.7.0;python_version>="3.6" and python_version<"3.7"',
239+
'pyotp==2.8.0;python_version>="3.7"',
238240
"cffi==1.15.1",
239241
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
240242
'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501
241-
'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501
243+
'typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501
242244
'rich==12.6.0;python_version>="3.6" and python_version<"4.0"',
243245
],
244246
extras_require={

0 commit comments

Comments
 (0)