Skip to content

Commit 2041dbe

Browse files
author
gabino
committed
Update Python version and dependencies in Makefile and requirements files
1 parent b308816 commit 2041dbe

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
SHELL := bash
22
PATH := ./venv/bin:${PATH}
3-
PYTHON = python3.8
3+
PYTHON = python3.13
44
PROJECT = cuenca
55
isort = 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

99
all: test

requirements-test.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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.*

0 commit comments

Comments
 (0)