Skip to content

Commit

Permalink
📦 build: update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
adriamontoto committed Nov 6, 2024
1 parent 54073be commit cd43da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ dynamic = ['version']

[project.optional-dependencies]
tests = [
'Faker>=28.0.0,<29.0.0',
'Faker>=28.0.0,<31.0.0',
'pytest>=8.0.0,<9.0.0',
'pytest-asyncio>=0.0.0,<1.0.0',
'pytest-randomly>=3.0.0,<4.0.0',
'coverage[toml]>=7.0.0,<8.0.0',
'ruff>=0.0.0,<1.0.0',
'mypy[reports]>=1.0.0,<2.0.0',
'bandit>=1.0.0,<2.0.0',
'pre-commit>=3.0.0,<4.0.0',
'pre-commit>=3.0.0,<5.0.0',
]

[project.urls]
Expand Down

0 comments on commit cd43da5

Please sign in to comment.