Skip to content

Commit

Permalink
build: Upgrade pip-tools and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 29, 2024
1 parent b7325c9 commit 6af9ae4
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile requirements_dev.in
#
appdirs==1.4.4
# via virtualenv
attrs==21.2.0
# via
# jsonschema
Expand Down Expand Up @@ -38,11 +36,11 @@ coverage[toml]==6.5.0
# pytest-cov
coveralls==3.3.1
# via -r requirements_dev.in
distlib==0.3.1
distlib==0.3.8
# via virtualenv
docopt==0.6.2
# via coveralls
filelock==3.0.12
filelock==3.13.1
# via virtualenv
flake8==3.9.1
# via -r requirements_dev.in
Expand Down Expand Up @@ -85,13 +83,15 @@ pika==1.3.2
# via
# -r requirements.txt
# yapw
pip-tools==6.14.0
pip-tools==7.3.0
# via -r requirements_dev.in
platformdirs==2.4.0
# via black
platformdirs==4.1.0
# via
# black
# virtualenv
pluggy==0.12.0
# via pytest
pre-commit==2.12.1
pre-commit==3.6.0
# via -r requirements_dev.in
psycopg2==2.9.6
# via -r requirements.txt
Expand Down Expand Up @@ -133,17 +133,14 @@ six==1.16.0
# -r requirements.txt
# python-dateutil
# rfc3339-validator
# virtualenv
toml==0.10.2
# via pre-commit
urllib3==2.0.7
# via
# -r requirements.txt
# requests
# sentry-sdk
validate-email==1.3
# via -r requirements.txt
virtualenv==20.4.6
virtualenv==20.25.0
# via pre-commit
wheel==0.38.4
# via pip-tools
Expand Down

0 comments on commit 6af9ae4

Please sign in to comment.