Skip to content

Commit

Permalink
Pin attrs to 22.2.0
Browse files Browse the repository at this point in the history
Older versions don't have the `alias` parameter in `attrs.field`, which
is used in the repository
  • Loading branch information
pvandyken committed Apr 17, 2024
1 parent 36c3ee6 commit f1e7093
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ snakemake = [
{ version = ">=7.18.2,<8", python = ">=3.11" },
]
typing-extensions = ">=3.10.0"
attrs = ">=21.2.0"
# minimum 22.2 to get "alias" parameter on attrs.field
attrs = ">=22.2.0"
boutiques = "^0.5.25"
more-itertools = ">=8"
# package developed in complete tandem with snakebids, so no need for a range
Expand Down

0 comments on commit f1e7093

Please sign in to comment.