Skip to content

Commit

Permalink
⬆️ Update attrs requirement from ~=23.0 to >=23,<25
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: attrs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 61f1bc6 commit ac9a7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def read(filename):
},
python_requires='>=3.8, <4',
install_requires=[
'attrs~=23.0',
'attrs>=23,<25',
'lark~=1.0',
'typeguard~=4.1',
],
Expand Down

0 comments on commit ac9a7a8

Please sign in to comment.