Skip to content

Commit

Permalink
chore: bump deps (#415)
Browse files Browse the repository at this point in the history
- chore(tox): add py311, py312 
- fix(CI): add setuptools as ci-requirement
  • Loading branch information
texastony authored Mar 4, 2024
1 parent ec29211 commit 95008aa
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- black-check
- isort-check
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Enable them once we sort how to provide them.
# - integ
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Enable them once we sort how to provide them.
# - integ
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
environment: repo-sync
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: repo-sync/github-sync@v2
name: Sync repo to branch
with:
Expand Down
1 change: 1 addition & 0 deletions dev_requirements/ci-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
setuptools
tox==3.26.0
4 changes: 2 additions & 2 deletions dev_requirements/linter-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ isort==5.10.1
mock==4.0.3
pyflakes==2.4.0
pylint==2.12.2
pytest==7.0.0
pytest==7.4.0
pytest-cov==4.1.0
pytest-mock==3.6.1
pytest-mock==3.11.1
readme_renderer==34.0
seed-isort-config==2.2.0
sphinx==5.1.1
Expand Down
5 changes: 3 additions & 2 deletions dev_requirements/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mock==4.0.3
pytest==7.0.0
pytest==7.4.0
pytest-cov==4.1.0
pytest-mock==3.6.1
pytest-mock==3.11.1

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38,39,310}-{local,integ,examples},
py{36,37,38,39,310,311,312}-{local,integ,examples},
mypy-py{3},
bandit, doc8, readme, docs,
flake8{,-tests,-examples}, pylint{,-tests,-examples},
Expand Down

0 comments on commit 95008aa

Please sign in to comment.