File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : v0.4.9
3
+ rev : v0.5.1
4
4
hooks :
5
5
- id : ruff
6
6
args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change 6
6
#
7
7
build == 1.2.1
8
8
# via pip-tools
9
- certifi == 2024.6.2
9
+ certifi == 2024.7.4
10
10
# via requests
11
11
charset-normalizer == 3.3.2
12
12
# via requests
13
13
click == 8.1.7
14
14
# via pip-tools
15
- coverage [toml ]== 7.5.3
15
+ coverage [toml ]== 7.5.4
16
16
# via
17
17
# fixity (pyproject.toml)
18
18
# pytest-cov
@@ -22,7 +22,7 @@ greenlet==3.0.3
22
22
# via sqlalchemy
23
23
idna == 3.7
24
24
# via requests
25
- importlib-metadata == 7.1 .0
25
+ importlib-metadata == 8.0 .0
26
26
# via build
27
27
iniconfig == 2.0.0
28
28
# via pytest
@@ -46,7 +46,7 @@ pytest-cov==5.0.0
46
46
# via fixity (pyproject.toml)
47
47
requests == 2.32.3
48
48
# via fixity (pyproject.toml)
49
- ruff == 0.4.9
49
+ ruff == 0.5.1
50
50
# via fixity (pyproject.toml)
51
51
sqlalchemy == 2.0.31
52
52
# via fixity (pyproject.toml)
@@ -66,7 +66,7 @@ zipp==3.19.2
66
66
# via importlib-metadata
67
67
68
68
# The following packages are considered to be unsafe in a requirements file:
69
- pip == 24.0
69
+ pip == 24.1.2
70
70
# via pip-tools
71
- setuptools == 70.1 .0
71
+ setuptools == 70.2 .0
72
72
# via pip-tools
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --allow-unsafe --output-file=requirements.txt pyproject.toml
6
6
#
7
- certifi == 2024.6.2
7
+ certifi == 2024.7.4
8
8
# via requests
9
9
charset-normalizer == 3.3.2
10
10
# via requests
You can’t perform that action at this time.
0 commit comments