Skip to content

Commit 5fe63ca

Browse files
committed
Refresh Python dependencies
1 parent 2c01fa3 commit 5fe63ca

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
pip>=20.3.4;python_version<"3.6"
22
pip>=21.3.1;python_version>="3.6" and python_version<"3.7"
3-
pip>=22.2.1;python_version>="3.7"
3+
pip>=22.2.2;python_version>="3.7"
44
packaging>=20.9;python_version<"3.6"
55
packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.6"
77
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
8-
setuptools>=63.3.0;python_version>="3.7"
8+
setuptools>=63.4.1;python_version>="3.7"
99
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
1010
tomli>=2.0.1;python_version>="3.7"
1111
wheel>=0.37.1
@@ -22,6 +22,9 @@ filelock>=3.7.1;python_version>="3.7"
2222
platformdirs>=2.0.2;python_version<"3.6"
2323
platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"
2424
platformdirs>=2.5.2;python_version>="3.7"
25+
pyparsing>=2.4.7;python_version<"3.6"
26+
pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"
27+
pyparsing>=3.0.9;python_version>="3.7"
2528
six==1.16.0
2629
ipdb==0.13.4;python_version<"3.6"
2730
ipdb==0.13.9;python_version>="3.6"

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@
126126
install_requires=[
127127
'pip>=20.3.4;python_version<"3.6"',
128128
'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"',
129-
'pip>=22.2.1;python_version>="3.7"',
129+
'pip>=22.2.2;python_version>="3.7"',
130130
'packaging>=20.9;python_version<"3.6"',
131131
'packaging>=21.3;python_version>="3.6"',
132132
'setuptools>=44.1.1;python_version<"3.6"',
133133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
134-
'setuptools>=63.3.0;python_version>="3.7"',
134+
'setuptools>=63.4.1;python_version>="3.7"',
135135
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
136136
'tomli>=2.0.1;python_version>="3.7"',
137137
"wheel>=0.37.1",
@@ -148,6 +148,9 @@
148148
'platformdirs>=2.0.2;python_version<"3.6"',
149149
'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"',
150150
'platformdirs>=2.5.2;python_version>="3.7"',
151+
'pyparsing>=2.4.7;python_version<"3.6"',
152+
'pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"',
153+
'pyparsing>=3.0.9;python_version>="3.7"',
151154
"six==1.16.0",
152155
'ipdb==0.13.4;python_version<"3.6"',
153156
'ipdb==0.13.9;python_version>="3.6"',

0 commit comments

Comments
 (0)