Skip to content

Commit

Permalink
Merge pull request #98 from WMD-group/combine-prs-branch
Browse files Browse the repository at this point in the history
Combined PR
  • Loading branch information
AntObi authored Oct 2, 2023
2 parents 3bcd214 + 9dd5ae6 commit 7c76af9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]

test:
Expand All @@ -23,7 +23,7 @@ jobs:

runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ isort ==5.12.0
pytest ==7.2.1
pytest-subtests ==0.10.0
nbqa ==1.5.3
pyupgrade ==3.3.1
pyupgrade ==3.13.0
flake8 ==6.0.0
autopep8 ==2.0.2
pytest-cov ==4.1.0
mkdocs ==1.4.3
mkdocs ==1.5.3
mkdocs-material == 9.1.17
mkdocstrings ==0.21.2
mkdocstrings-python == 1.2.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"pytest==7.2.1",
"pytest-subtests==0.10.0",
"nbqa==1.5.3",
"pyupgrade==3.3.1",
"pyupgrade==3.13.0",
"flake8==6.0.0",
"autopep8==2.0.2",
"pytest-cov==4.1.0",
],
"docs": [
"mkdocs==1.4.3",
"mkdocs==1.5.3",
"mkdocs-material==9.1.17",
"mkdocstrings ==0.21.2",
"mkdocstrings-python == 1.2.1",
Expand Down

0 comments on commit 7c76af9

Please sign in to comment.