Skip to content

Commit

Permalink
Merge pull request #162 from WMD-group/combine-prs-branch
Browse files Browse the repository at this point in the history
Combined PR
  • Loading branch information
AntObi authored Aug 5, 2024
2 parents f88ff35 + 5921ab8 commit 8233a2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
pre-commit ==3.7.1
black ==24.3.0
black ==24.4.2
isort ==5.13.2
pytest ==8.2.2
pytest ==8.3.2
pytest-subtests ==0.10.0
nbqa ==1.7.1
flake8 ==7.1.0
pyupgrade ==3.13.0
pyupgrade ==3.17.0
autopep8 ==2.0.2
mkdocs ==1.6.0
pytest-cov ==5.0.0
mkdocs-material == 9.5.16
mkdocstrings ==0.25.1
mkdocstrings-python == 1.9.0
mkdocstrings-python == 1.10.7
mike ==2.1.2

8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
extras_require={
"dev": [
"pre-commit==3.7.1",
"black==24.3.0",
"black==24.4.2",
"isort==5.13.2",
"pytest==8.2.2",
"pytest==8.3.2",
"pytest-subtests==0.10.0",
"nbqa==1.7.1",
"flake8==7.1.0",
"pyupgrade==3.13.0",
"pyupgrade==3.17.0",
"autopep8==2.0.2",
"pytest-cov==5.0.0",
"pytest-mpl==0.17.0",
Expand All @@ -57,7 +57,7 @@
"mkdocs==1.6.0",
"mkdocs-material==9.5.16",
"mkdocstrings ==0.25.1",
"mkdocstrings-python == 1.9.0",
"mkdocstrings-python == 1.10.7",
"mike ==2.1.2",
],
},
Expand Down

0 comments on commit 8233a2f

Please sign in to comment.