Skip to content

Commit ea0c2a6

Browse files
committed
Refresh Python dependencies
1 parent 2acd684 commit ea0c2a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
print("\nERROR! Publishing to PyPI requires Python>=3.9")
3535
sys.exit()
3636
print("\n*** Checking code health with flake8:\n")
37-
os.system("python -m pip install 'flake8==7.1.0'")
37+
os.system("python -m pip install 'flake8==7.1.1'")
3838
flake8_status = os.system("flake8 --exclude=recordings,temp")
3939
if flake8_status != 0:
4040
print("\nERROR! Fix flake8 issues before publishing to PyPI!\n")
@@ -265,7 +265,7 @@
265265
'cryptography==39.0.2;python_version<"3.9"',
266266
'cryptography==43.0.1;python_version>="3.9"',
267267
'cffi==1.15.1;python_version<"3.8"',
268-
'cffi==1.17.0;python_version>="3.8"',
268+
'cffi==1.17.1;python_version>="3.8"',
269269
"pycparser==2.22",
270270
],
271271
# pip install -e .[pillow]

0 commit comments

Comments
 (0)