File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed
Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 11SHELL := bash
22PATH := ./venv/bin:${PATH}
3- PYTHON = python3.8
3+ PYTHON = python3.13
44PROJECT = cuenca
55isort = isort $(PROJECT ) tests setup.py examples
6- black = black -S -l 79 --target-version py38 $(PROJECT ) tests setup.py examples
6+ black = black -S -l 79 --target-version py313 $(PROJECT ) tests setup.py examples
77
88
99all : test
Original file line number Diff line number Diff line change 1- black==24.3 .0
2- flake8==4.0.*
3- freezegun==1.1.*
4- isort==5.10.*
5- mypy==0.931
6- pytest==6.2.*
7- pytest-cov==3 .0.*
8- pytest-vcr==1.0.*
9- requests-mock==1.9.*
10- types-freezegun
11- types-requests
12- vcrpy==4.3.1
1+ black==24.10 .0
2+ flake8==7.1.1
3+ freezegun==1.5.1
4+ isort==5.13.2
5+ mypy==1.14.1
6+ pytest==8.3.4
7+ pytest-cov==6 .0.0
8+ pytest-vcr==1.0.2
9+ requests-mock==1.12.1
10+ types-freezegun==1.1.10
11+ types-requests==2.31.0.6
12+ vcrpy==7.0.0
Original file line number Diff line number Diff line change 1- requests == 2.31.0
2- cuenca-validations == 0.11.30
3- dataclasses >= 0.7 ; python_version < "3.7"
1+ requests == 2.32.3
2+ cuenca-validations == 2.0.0.dev14
3+ pydantic-extra-types == 2.10.*
You can’t perform that action at this time.
0 commit comments