Skip to content

Commit

Permalink
Merge pull request #1020 from samschott/dependabot/pip/survey-gte-4.0…
Browse files Browse the repository at this point in the history
…-and-lt-6.0

Update survey requirement from <5.0,>=4.0 to >=4.0,<6.0
  • Loading branch information
samschott authored Feb 12, 2024
2 parents 3af6fb3 + 2c50d2d commit 1ae7455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"rich",
"rubicon-objc>=0.4.1;sys_platform=='darwin'",
"setuptools",
"survey>=4.0,<5.0",
"survey>=4.0,<6.0",
"typing_extensions",
"watchdog>=2.0.1",
]
Expand Down

0 comments on commit 1ae7455

Please sign in to comment.