Skip to content

Commit 47478dd

Browse files
committed
Refresh Python dependencies
1 parent 0a0082b commit 47478dd

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
@@ -1,9 +1,9 @@
11
pip>=21.3.1;python_version<"3.7"
2-
pip>=22.3.1;python_version>="3.7"
2+
pip>=23.0.1;python_version>="3.7"
33
packaging>=21.3;python_version<"3.7"
44
packaging>=23.0;python_version>="3.7"
55
setuptools>=59.6.0;python_version<"3.7"
6-
setuptools>=65.7.0;python_version>="3.7"
6+
setuptools>=67.6.0;python_version>="3.7"
77
keyring>=23.4.1;python_version<"3.8"
88
keyring>=23.13.1;python_version>="3.8"
99
tomli>=1.2.3;python_version<"3.7"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@
123123
python_requires=">=3.6",
124124
install_requires=[
125125
'pip>=21.3.1;python_version<"3.7"',
126-
'pip>=22.3.1;python_version>="3.7"',
126+
'pip>=23.0.1;python_version>="3.7"',
127127
'packaging>=21.3;python_version<"3.7"',
128128
'packaging>=23.0;python_version>="3.7"',
129129
'setuptools>=59.6.0;python_version<"3.7"',
130-
'setuptools>=65.7.0;python_version>="3.7"',
130+
'setuptools>=67.6.0;python_version>="3.7"',
131131
'keyring>=23.4.1;python_version<"3.8"',
132132
'keyring>=23.13.1;python_version>="3.8"',
133133
'tomli>=1.2.3;python_version<"3.7"',

0 commit comments

Comments
 (0)