Skip to content

Commit

Permalink
Bump testing dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rosswhitfield committed Sep 1, 2022
1 parent 5f82d40 commit d63a198
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda_env/environment_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies:
- pytest-timeout
- psutil
- mpi4py
- dask=2022.06.0
- dask=2022.08.1
- dakota
- coverage!=6.3
2 changes: 1 addition & 1 deletion .github/workflows/conda_env/environment_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies:
- pytest-cov
- pytest-timeout
- psutil
- dask=2022.06.0
- dask=2022.08.1
- coverage!=6.3
8 changes: 4 additions & 4 deletions .github/workflows/conda_env/environment_static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ channels:
- conda-forge
dependencies:
- python=3.8
- flake8=4.0.1
- pylint=2.14.2
- flake8=5.0.4
- pylint=2.15.0
- bandit=1.7.4
- codespell=2.1.0
- dask=2022.06.0
- codespell=2.2.1
- dask=2022.08.1
- pytest

0 comments on commit d63a198

Please sign in to comment.