Skip to content

Commit f8b4d00

Browse files
committed
Refresh Python dependencies
1 parent a52e30a commit f8b4d00

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ packaging>=20.9;python_version<"3.6"
44
packaging>=21.3;python_version>="3.6"
55
setuptools>=44.1.1;python_version<"3.5"
66
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
7-
setuptools>=59.6.0;python_version>="3.6"
7+
setuptools>=60.0.5;python_version>="3.6"
88
setuptools-scm>=5.0.2;python_version<"3.6"
99
setuptools-scm>=6.3.2;python_version>="3.6"
1010
tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"
1111
tomli>=2.0.0;python_version>="3.7"
12-
wheel>=0.37.0
12+
wheel>=0.37.1
1313
attrs>=21.2.0
1414
PyYAML>=6.0;python_version>="3.6"
1515
traitlets>=4.3.3;python_version<"3.7"

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"Programming Language :: Python :: 3.9",
107107
"Programming Language :: Python :: 3.10",
108108
"Topic :: Internet",
109+
"Topic :: Internet :: WWW/HTTP :: Browsers",
109110
"Topic :: Scientific/Engineering",
110111
"Topic :: Software Development",
111112
"Topic :: Software Development :: Quality Assurance",
@@ -123,12 +124,12 @@
123124
'packaging>=21.3;python_version>="3.6"',
124125
'setuptools>=44.1.1;python_version<"3.5"',
125126
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
126-
'setuptools>=59.6.0;python_version>="3.6"',
127+
'setuptools>=60.0.5;python_version>="3.6"',
127128
'setuptools-scm>=5.0.2;python_version<"3.6"',
128129
'setuptools-scm>=6.3.2;python_version>="3.6"',
129130
'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"',
130131
'tomli>=2.0.0;python_version>="3.7"',
131-
"wheel>=0.37.0",
132+
"wheel>=0.37.1",
132133
"attrs>=21.2.0",
133134
'PyYAML>=6.0;python_version>="3.6"',
134135
'traitlets>=4.3.3;python_version<"3.7"',

0 commit comments

Comments
 (0)