Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Jul 18, 2024
1 parent 48b7609 commit 057e8f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.5.1
rev: v0.5.2
hooks:
- id: ruff
args:
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.txt
-r requirements_test_pre_commit.txt

coverage==7.5.4
coverage==7.6.0
freezegun==1.5.1
mypy-dev==1.11.0a9
pip==24.1.2
Expand All @@ -12,7 +12,7 @@ pylint-per-file-ignores==1.3.2
pylint-strict-informational==0.1
pylint==3.2.5
pytest-aiohttp==1.0.5
pytest-asyncio==0.23.7
pytest-asyncio==0.23.8
pytest-cov==5.0.0
pytest-rerunfailures==14.0
pytest-socket==0.7.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bandit==1.7.9
codespell==2.3.0
ruff==0.5.1
ruff==0.5.2
yamllint==1.35.1

0 comments on commit 057e8f3

Please sign in to comment.