Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
deps: Bump requirements to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 committed Apr 15, 2024
1 parent 2f8bbca commit 5123eb3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: debug-statements

- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
rev: v2.3.1
hooks:
- id: autoflake
args: [--ignore-init-module-imports, --remove-all-unused-imports, --remove-unused-variables, --in-place]
language_version: python3

- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: ["flake8-bandit", "flake8-bugbear"]

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

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black
language_version: python3
Expand Down
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
flake8==6.1.0
mypy~=1.8.0
black~=24.3.0
flake8~=7.0.0
mypy~=1.9.0
black~=24.4.0
types-requests==2.31.0.2
pytest==7.4.0
pytest-order==1.1.0
pytest~=8.1.1
pytest-order~=1.2.0
pytest-timer[termcolor]==1.0.0
pytest-sugar==1.0.0
retry==0.9.2
pre-commit==2.20.0
deepdiff==6.2.1
pytest-cov==4.0.0
twine==4.0.2
pre-commit~=3.5.0
deepdiff~=7.0.1
pytest-cov~=5.0.0
twine~=5.0.0
types-retry==0.9.9.3
nanoid==2.0.0
networkx-stubs==0.0.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests>=2.24
pydantic~=2.6.1
jinja2==3.1.3
networkx==3.1
networkx>=3.1
tenacity==8.2.3

0 comments on commit 5123eb3

Please sign in to comment.