Skip to content

Commit

Permalink
Merge pull request #806 from dimagi/sk/upgrade-dev-requirements
Browse files Browse the repository at this point in the history
upgrade dev requirements
  • Loading branch information
snopoke authored Oct 30, 2024
2 parents eba0f49 + 9517d55 commit f9b1234
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ anyio==4.4.0
# -c requirements.txt
# httpcore
# watchfiles
build==1.2.1
build==1.2.2.post1
# via pip-tools
certifi==2024.7.4
# via
Expand All @@ -18,13 +18,13 @@ click==8.1.7
# via
# -c requirements.txt
# pip-tools
coverage[toml]==7.6.1
coverage[toml]==7.6.4
# via pytest-cov
distlib==0.3.8
distlib==0.3.9
# via virtualenv
factory-boy==3.3.0
factory-boy==3.3.1
# via -r dev-requirements.in
faker==26.0.0
faker==30.8.1
# via factory-boy
filelock==3.13.1
# via
Expand All @@ -44,7 +44,7 @@ httpx==0.24.1
# via
# -c requirements.txt
# pytest-httpx
identify==2.6.0
identify==2.6.1
# via pre-commit
idna==3.7
# via
Expand All @@ -64,17 +64,17 @@ packaging==23.2
# -c requirements.txt
# build
# pytest
pip==24.2
pip==24.3.1
# via pip-tools
pip-tools==7.4.1
# via -r dev-requirements.in
platformdirs==4.2.2
platformdirs==4.3.6
# via virtualenv
pluggy==1.5.0
# via pytest
pre-commit==3.7.1
pre-commit==4.0.1
# via -r dev-requirements.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand All @@ -84,9 +84,9 @@ pytest==7.4.4
# pytest-cov
# pytest-django
# pytest-httpx
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r dev-requirements.in
pytest-django==4.8.0
pytest-django==4.9.0
# via -r dev-requirements.in
pytest-httpx==0.24.0
# via -r dev-requirements.in
Expand All @@ -99,9 +99,9 @@ pyyaml==6.0.1
# via
# -c requirements.txt
# pre-commit
ruff==0.7.0
ruff==0.7.1
# via -r dev-requirements.in
setuptools==75.2.0
setuptools==75.3.0
# via pip-tools
six==1.16.0
# via
Expand All @@ -113,11 +113,15 @@ sniffio==1.3.0
# anyio
# httpcore
# httpx
termcolor==2.4.0
termcolor==2.5.0
# via -r dev-requirements.in
virtualenv==20.26.3
typing-extensions==4.12.2
# via
# -c requirements.txt
# faker
virtualenv==20.27.1
# via pre-commit
watchfiles==0.22.0
watchfiles==0.24.0
# via -r dev-requirements.in
wheel==0.43.0
wheel==0.44.0
# via pip-tools

0 comments on commit f9b1234

Please sign in to comment.