Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/pymongo-4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep authored Feb 9, 2024
2 parents 4ee0e11 + f771c06 commit a5f111f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 24.1.1
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
rev: v1.8.0
hooks:
- id: mypy

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==3.0.0
ruamel.yaml==0.18.5
monty==2023.9.25
Flask==3.0.2
ruamel.yaml==0.18.6
monty==2024.2.2
pymongo==4.6.1
plotly==5.18.0

0 comments on commit a5f111f

Please sign in to comment.