Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Nov 15, 2024
1 parent 709d2cf commit fac0ad3
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.7.2
rev: v0.7.3
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.6.4
coverage==7.6.5
freezegun==1.5.1
mypy-dev==1.14.0a2
pip==24.3.1
Expand All @@ -20,4 +20,4 @@ pytest-socket==0.7.0
pytest-timeout==2.3.1
pytest==8.3.3
types-python-slugify==8.0.2.20240310
uv==0.4.29
uv==0.5.2
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.10
codespell==2.3.0
ruff==0.7.2
ruff==0.7.3
yamllint==1.35.1

0 comments on commit fac0ad3

Please sign in to comment.