Skip to content

Commit

Permalink
Pin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vrslev committed Oct 27, 2024
1 parent fa4af37 commit 6cecc9f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ repository = "https://github.com/vrslev/stompman"

[dependency-groups]
dev = [
"anyio>=4.6.2.post1",
"faker>=30.8.1",
"hypothesis>=6.115.5",
"mypy>=1.13.0",
"polyfactory>=2.17.0",
"pytest-cov>=5.0.0",
"ruff>=0.7.1",
"uvloop>=0.21.0",
"anyio==4.6.2.post1",
"faker==30.8.1",
"hypothesis==6.115.5",
"mypy==1.13.0",
"polyfactory==2.17.0",
"pytest-cov==5.0.0",
"ruff==0.7.1",
"uvloop==0.21.0",
]

[build-system]
Expand Down

0 comments on commit 6cecc9f

Please sign in to comment.