Skip to content

Commit

Permalink
Merge pull request #19 from git-afsantos/dependabot/pip/attrs-gte-23-…
Browse files Browse the repository at this point in the history
…and-lt-25

⬆️ Update attrs requirement from ~=23.0 to >=23,<25
  • Loading branch information
git-afsantos authored Sep 4, 2024
2 parents 61f1bc6 + ac9a7a8 commit e34ae9c
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 e34ae9c

Please sign in to comment.