Skip to content

Commit b4b8cd1

Browse files
[FIX] more fixes from review (- WIP PR #82 -)
1 parent 42ff73c commit b4b8cd1

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

.flake8.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
2-
select = C,E,F,W,B,B950
2+
select = C,D,E,F,W,B,B950
33
# Ignore specific warnings and errors according to CEP-8 style
44
extend-ignore = E117,D203,D208,D212,W191,W391
55
# CEP-8 Custom Exceptions:
File renamed without changes.

requirements.txt

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,21 @@
44
# subprocess - PSF licence
55
# sphinx
66
# argparse - builtin - PSF licence
7-
argparse>=1.4.0
8-
# argparse - builtin - PSF licence
9-
setuptools>=38.0
10-
# virtualenv - MIT
11-
virtualenv>=15.0.1
127
# six - MIT
138
six>=1.0.0
149
# pgpy - BSD 3-Clause licensed
1510
#pgpy>=0.4.1
1611
tox>=3.0.0
1712
#py>=1.4.33
18-
pip>=19.0
13+
# setuptools - MIT license
14+
setuptools>=75.0
15+
# virtualenv - MIT license
16+
virtualenv>=20.26.6
17+
# pip - MIT license
18+
pip>=24.3.1
19+
# build - MIT license
20+
build>=1.1.1, !=1.2.2.post1
1921
# python-repo - MIT
2022
#-e git+https://github.com/reactive-firewall/python-repo.git#egg=python-repo
21-
23+
# wheel - MIT license
24+
wheel>=0.44

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ testing =
7272
pytest-enabler >= 1.0.1
7373
# local
7474
flake8 >= 5.0
75-
virtualenv >= 20.26.5
75+
virtualenv >= 20.26.6
7676
wheel >= 0.44.0
77-
pip >= 22.0
77+
pip >= 24.3.1
7878
pytest-cov >= 4.0.0; \
7979
# coverage seems to make PyPy extremely slow
8080
python_implementation != "PyPy"

0 commit comments

Comments
 (0)