Skip to content

Commit 3aaf4d6

Browse files
committed
chore: bump dependencies
1 parent 4ece74e commit 3aaf4d6

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.8.3
3+
rev: v0.13.3
44
hooks:
55
- id: ruff
66
- id: ruff-format

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lint & format
2-
ruff==0.8.3
3-
pre-commit==4.0.1
2+
ruff==0.13.3
3+
pre-commit==4.3.0
44

55
# additional types
6-
types-requests==2.32.0.20241016
6+
types-requests

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
requests==2.32.3
1+
requests==2.32.5
22
py-flare-common==0.1.6
3-
attrs==24.2.0
4-
python-dotenv==1.0.1
5-
web3==7.11.1
3+
attrs==25.3.0
4+
python-dotenv==1.1.1
5+
web3==7.13.0

0 commit comments

Comments
 (0)