Skip to content

Commit

Permalink
📦 build: upgrade package development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adriamontoto committed Nov 5, 2024
1 parent 823318c commit 0cd6a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# Install packages from requirements.txt
-r requirements.txt

Faker>=29.0.0,<30.0.0 # https://faker.readthedocs.io/en/master/
Faker>=28.0.0,<31.0.0 # https://faker.readthedocs.io/en/master/
pytest>=8.0.0,<9.0.0 # https://docs.pytest.org
pytest-asyncio>=0.0.0,<1.0.0 # https://pytest-asyncio.readthedocs.io
pytest-randomly>=3.0.0,<4.0.0 # https://github.com/pytest-dev/pytest-randomly
coverage[toml]>=7.0.0,<8.0.0 # https://coverage.readthedocs.io
ruff>=0.0.0,<1.0.0 # https://docs.astral.sh/ruff
mypy[reports]>=1.0.0,<2.0.0 # https://mypy.readthedocs.io
bandit>=1.0.0,<2.0.0 # https://bandit.readthedocs.io
pre-commit>=3.0.0,<4.0.0 # https://pre-commit.com
pre-commit>=3.0.0,<5.0.0 # https://pre-commit.com

0 comments on commit 0cd6a3c

Please sign in to comment.