Skip to content

Commit 1348b1e

Browse files
authored
Upgrade dependencies
* Upgrade pre-commit dependencies * Upgrade Python requirements
1 parent 992682f commit 1348b1e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.4.9
3+
rev: v0.5.1
44
hooks:
55
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#
77
build==1.2.1
88
# via pip-tools
9-
certifi==2024.6.2
9+
certifi==2024.7.4
1010
# via requests
1111
charset-normalizer==3.3.2
1212
# via requests
1313
click==8.1.7
1414
# via pip-tools
15-
coverage[toml]==7.5.3
15+
coverage[toml]==7.5.4
1616
# via
1717
# fixity (pyproject.toml)
1818
# pytest-cov
@@ -22,7 +22,7 @@ greenlet==3.0.3
2222
# via sqlalchemy
2323
idna==3.7
2424
# via requests
25-
importlib-metadata==7.1.0
25+
importlib-metadata==8.0.0
2626
# via build
2727
iniconfig==2.0.0
2828
# via pytest
@@ -46,7 +46,7 @@ pytest-cov==5.0.0
4646
# via fixity (pyproject.toml)
4747
requests==2.32.3
4848
# via fixity (pyproject.toml)
49-
ruff==0.4.9
49+
ruff==0.5.1
5050
# via fixity (pyproject.toml)
5151
sqlalchemy==2.0.31
5252
# via fixity (pyproject.toml)
@@ -66,7 +66,7 @@ zipp==3.19.2
6666
# via importlib-metadata
6767

6868
# The following packages are considered to be unsafe in a requirements file:
69-
pip==24.0
69+
pip==24.1.2
7070
# via pip-tools
71-
setuptools==70.1.0
71+
setuptools==70.2.0
7272
# via pip-tools

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --output-file=requirements.txt pyproject.toml
66
#
7-
certifi==2024.6.2
7+
certifi==2024.7.4
88
# via requests
99
charset-normalizer==3.3.2
1010
# via requests

0 commit comments

Comments
 (0)