Skip to content

Commit 19c5838

Browse files
author
gabino
committed
Update dependencies and GitHub Actions workflow
1 parent e96cfb6 commit 19c5838

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: ['3.8', '3.9']
23+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Set up Python ${{ matrix.python-version }}

requirements-test.txt

Lines changed: 8 additions & 8 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==1.13.0
6-
pytest==6.2.*
7-
pytest-cov==3.0.*
1+
black==22.8.0
2+
flake8==5.0.4
3+
freezegun==1.5.1
4+
isort==5.11.5
5+
mypy==1.4.1
6+
pytest==7.4.4
7+
pytest-cov==4.1.0
88
pytest-vcr==1.0.*
99
requests-mock==1.9.*
10-
types-freezegun
10+
types-freezegun==1.1.7
1111
types-requests
1212
vcrpy==6.0.2

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests==2.32.3
2-
cuenca-validations==2.0.0.dev5
2+
cuenca-validations==2.0.0.dev8
33
dataclasses>=0.7;python_version<"3.7"
4-
pydantic-extra-types==2.10.1
4+
pydantic-extra-types==2.10.*

0 commit comments

Comments
 (0)