Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pre-commit from 3.5.0 to 3.6.2 #170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@
#
certifi==2023.7.22
# via requests
cffi==1.16.0
# via cryptography
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.1
# via requests
cryptography==42.0.3
# via secretstorage
distlib==0.3.7
# via virtualenv
docutils==0.20.1
Expand All @@ -30,6 +34,10 @@ invoke==2.2.0
# via -r requirements-dev.in
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==24.2.0
# via twine
markdown-it-py==3.0.0
Expand All @@ -56,10 +64,12 @@ pkginfo==1.9.6
# via twine
platformdirs==3.11.0
# via virtualenv
pre-commit==3.5.0
pre-commit==3.6.2
# via -r requirements-dev.in
pycodestyle==2.11.1
# via flake8
pycparser==2.21
# via cffi
pyflakes==3.1.0
# via flake8
pygments==2.16.1
Expand All @@ -82,6 +92,8 @@ rfc3986==2.0.0
# via twine
rich==13.6.0
# via twine
secretstorage==3.3.3
# via keyring
sqlalchemy==1.3.24
# via
# -r requirements-dev.in
Expand Down
Loading