Skip to content

Commit

Permalink
Update dependencies and GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabino committed Dec 30, 2024
1 parent e96cfb6 commit 19c5838
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
16 changes: 8 additions & 8 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
black==24.3.0
flake8==4.0.*
freezegun==1.1.*
isort==5.10.*
mypy==1.13.0
pytest==6.2.*
pytest-cov==3.0.*
black==22.8.0
flake8==5.0.4
freezegun==1.5.1
isort==5.11.5
mypy==1.4.1
pytest==7.4.4
pytest-cov==4.1.0
pytest-vcr==1.0.*
requests-mock==1.9.*
types-freezegun
types-freezegun==1.1.7
types-requests
vcrpy==6.0.2
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.32.3
cuenca-validations==2.0.0.dev5
cuenca-validations==2.0.0.dev8
dataclasses>=0.7;python_version<"3.7"
pydantic-extra-types==2.10.1
pydantic-extra-types==2.10.*

0 comments on commit 19c5838

Please sign in to comment.