Skip to content

Commit

Permalink
Update dependencies (#507)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update pytest requirement from ~=7.3 to ~=7.4 (#505)
* Update voila requirement from ~=0.4.0 to ~=0.4.1 (#508)
* Update invoke requirement from ~=2.1 to ~=2.2 (#509)

Update `pre-commit` hooks.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CasperWA and dependabot[bot] authored Aug 21, 2023
1 parent 5f4ffbb commit cecae4d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
exclude: README.md

- repo: https://github.com/ambv/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
name: Blacken
Expand All @@ -26,7 +26,7 @@ repos:
language: system

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args: [--count, --show-source, --statistics]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ pandas~=1.3
requests~=2.31
setuptools>=49.4
urllib3<2
voila~=0.4.0
voila~=0.4.1
widget_periodictable~=3.1
2 changes: 1 addition & 1 deletion requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
invoke~=2.1
invoke~=2.2
pre-commit~=2.21
pylint~=2.17
2 changes: 1 addition & 1 deletion requirements/requirements_server.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ase~=3.22
voila~=0.4.0
voila~=0.4.1
2 changes: 1 addition & 1 deletion requirements/requirements_testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
codecov~=2.1
pytest~=7.3
pytest~=7.4
pytest-cov~=4.1
pytest-tornasync~=0.6.0.post2

0 comments on commit cecae4d

Please sign in to comment.