Skip to content

Commit c86fa7e

Browse files
committed
Refresh Python dependencies
1 parent a9cd002 commit c86fa7e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pip>=21.3.1;python_version<"3.7"
2-
pip>=23.1.1;python_version>="3.7"
2+
pip>=23.1.2;python_version>="3.7"
33
packaging>=21.3;python_version<"3.7"
44
packaging>=23.1;python_version>="3.7"
55
setuptools>=59.6.0;python_version<"3.7"
6-
setuptools>=67.7.1;python_version>="3.7"
6+
setuptools>=67.7.2;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"
@@ -19,7 +19,7 @@ certifi>=2022.12.7
1919
filelock>=3.4.1;python_version<"3.7"
2020
filelock>=3.12.0;python_version>="3.7"
2121
platformdirs>=2.4.0;python_version<"3.7"
22-
platformdirs>=3.2.0;python_version>="3.7"
22+
platformdirs>=3.4.0;python_version>="3.7"
2323
pyparsing>=3.0.7;python_version<"3.7"
2424
pyparsing>=3.0.9;python_version>="3.7"
2525
zipp==3.6.0;python_version<"3.7"
@@ -35,7 +35,7 @@ charset-normalizer==3.1.0;python_version>="3.7"
3535
urllib3==1.26.12;python_version<"3.7"
3636
urllib3==1.26.15;python_version>="3.7"
3737
requests==2.27.1;python_version<"3.7"
38-
requests==2.28.2;python_version>="3.7"
38+
requests==2.29.0;python_version>="3.7"
3939
requests-toolbelt==0.10.1
4040
pynose==1.4.2
4141
sniffio==1.3.0;python_version>="3.7"
@@ -83,7 +83,7 @@ pygments==2.14.0;python_version<"3.7"
8383
pygments==2.15.1;python_version>="3.7"
8484
pyreadline3==3.4.1;platform_system=="Windows"
8585
tabcompleter==1.2.0
86-
pdbp==1.3.1
86+
pdbp==1.4.0
8787
colorama==0.4.5;python_version<"3.7"
8888
colorama==0.4.6;python_version>="3.7"
8989
exceptiongroup==1.1.1;python_version>="3.7"

setup.py

Lines changed: 7 additions & 7 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>=23.1.1;python_version>="3.7"',
126+
'pip>=23.1.2;python_version>="3.7"',
127127
'packaging>=21.3;python_version<"3.7"',
128128
'packaging>=23.1;python_version>="3.7"',
129129
'setuptools>=59.6.0;python_version<"3.7"',
130-
'setuptools>=67.7.1;python_version>="3.7"',
130+
'setuptools>=67.7.2;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"',
@@ -143,7 +143,7 @@
143143
'filelock>=3.4.1;python_version<"3.7"',
144144
'filelock>=3.12.0;python_version>="3.7"',
145145
'platformdirs>=2.4.0;python_version<"3.7"',
146-
'platformdirs>=3.2.0;python_version>="3.7"',
146+
'platformdirs>=3.4.0;python_version>="3.7"',
147147
'pyparsing>=3.0.7;python_version<"3.7"',
148148
'pyparsing>=3.0.9;python_version>="3.7"',
149149
'zipp==3.6.0;python_version<"3.7"',
@@ -153,13 +153,13 @@
153153
"six==1.16.0",
154154
"idna==3.4",
155155
'chardet==4.0.0;python_version<"3.7"',
156-
'chardet==5.1.0;python_version>="3.7"', # Stay in sync with "requests"
156+
'chardet==5.1.0;python_version>="3.7"',
157157
'charset-normalizer==2.0.12;python_version<"3.7"',
158-
'charset-normalizer==3.1.0;python_version>="3.7"', # Sync "requests"
158+
'charset-normalizer==3.1.0;python_version>="3.7"',
159159
'urllib3==1.26.12;python_version<"3.7"',
160160
'urllib3==1.26.15;python_version>="3.7"',
161161
'requests==2.27.1;python_version<"3.7"',
162-
'requests==2.28.2;python_version>="3.7"',
162+
'requests==2.29.0;python_version>="3.7"',
163163
'requests-toolbelt==0.10.1',
164164
"pynose==1.4.2",
165165
'sniffio==1.3.0;python_version>="3.7"',
@@ -207,7 +207,7 @@
207207
'pygments==2.15.1;python_version>="3.7"',
208208
'pyreadline3==3.4.1;platform_system=="Windows"',
209209
"tabcompleter==1.2.0",
210-
"pdbp==1.3.1",
210+
"pdbp==1.4.0",
211211
'colorama==0.4.5;python_version<"3.7"',
212212
'colorama==0.4.6;python_version>="3.7"',
213213
'exceptiongroup==1.1.1;python_version>="3.7"',

0 commit comments

Comments
 (0)