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

deps #1723

Merged
merged 1 commit into from
Dec 24, 2023
Merged

deps #1723

Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ ci:
skip: ["eslint"]
repos:
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.1.9
hooks:
- id: ruff
- repo: local
Expand All @@ -17,7 +17,7 @@ repos:
entry: prettier --write --list-different --ignore-unknown
require_serial: true
additional_dependencies:
- "[email protected].0"
- "[email protected].1"
- "[email protected]"
- "[email protected]"
- id: stylelint
Expand All @@ -27,9 +27,9 @@ repos:
files: \.(css|svelte)$
require_serial: true
additional_dependencies:
- "stylelint@15.11.0"
- "stylelint@16.0.2"
- "[email protected]"
- "stylelint-config-standard@34.0.0"
- "stylelint-config-standard@35.0.0"
- "[email protected]"
- id: eslint
name: eslint
Expand Down
44 changes: 22 additions & 22 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ alabaster==0.7.13
# via sphinx
altgraph==0.17.4
# via pyinstaller
astroid==3.0.1
astroid==3.0.2
# via pylint
babel==2.13.1
babel==2.14.0
# via
# fava (pyproject.toml)
# flask-babel
Expand Down Expand Up @@ -50,15 +50,15 @@ click==8.1.7
# flask
colorama==0.4.6
# via tox
coverage==7.3.2
coverage==7.3.4
# via
# coverage
# pytest-cov
cryptography==41.0.7
# via secretstorage
dill==0.3.7
# via pylint
distlib==0.3.7
distlib==0.3.8
# via virtualenv
docutils==0.20.1
# via
Expand All @@ -76,36 +76,36 @@ flask==3.0.0
# flask-babel
flask-babel==4.0.0
# via fava (pyproject.toml)
google-api-core==2.14.0
google-api-core==2.15.0
# via google-api-python-client
google-api-python-client==2.109.0
google-api-python-client==2.111.0
# via beancount
google-auth==2.24.0
google-auth==2.25.2
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
google-auth-httplib2==0.1.1
google-auth-httplib2==0.2.0
# via google-api-python-client
googleapis-common-protos==1.61.0
googleapis-common-protos==1.62.0
# via google-api-core
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
identify==2.5.32
identify==2.5.33
# via pre-commit
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.9.0
importlib-metadata==7.0.1
# via
# keyring
# twine
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.13.2
# via pylint
itsdangerous==2.1.2
# via flask
Expand All @@ -129,14 +129,14 @@ lml==0.1.0
# via
# pyexcel
# pyexcel-io
lxml==4.9.3
lxml==4.9.4
# via
# beancount
# pyexcel-ezodf
# pyexcel-ods3
markdown-it-py==3.0.0
# via rich
markdown2==2.4.10
markdown2==2.4.12
# via fava (pyproject.toml)
markupsafe==2.1.3
# via
Expand All @@ -151,11 +151,11 @@ more-itertools==10.1.0
# cheroot
# jaraco-classes
# jaraco-functools
mypy==1.7.1
mypy==1.8.0
# via fava (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
nh3==0.2.14
nh3==0.2.15
# via readme-renderer
nodeenv==1.8.0
# via pre-commit
Expand All @@ -173,7 +173,7 @@ pdfminer2==20151206
# via beancount
pkginfo==1.9.6
# via twine
platformdirs==4.0.0
platformdirs==4.1.0
# via
# pylint
# tox
Expand All @@ -186,7 +186,7 @@ ply==3.11
# via
# beancount
# fava (pyproject.toml)
pre-commit==3.5.0
pre-commit==3.6.0
# via fava (pyproject.toml)
protobuf==4.25.1
# via
Expand Down Expand Up @@ -218,11 +218,11 @@ pygments==2.17.2
# readme-renderer
# rich
# sphinx
pyinstaller==6.2.0
pyinstaller==6.3.0
# via fava (pyproject.toml)
pyinstaller-hooks-contrib==2023.10
pyinstaller-hooks-contrib==2023.11
# via pyinstaller
pylint==3.0.2
pylint==3.0.3
# via fava (pyproject.toml)
pyparsing==3.1.1
# via httplib2
Expand Down Expand Up @@ -306,7 +306,7 @@ types-setuptools==69.0.0.0
# via fava (pyproject.toml)
types-simplejson==3.19.0.2
# via fava (pyproject.toml)
typing-extensions==4.8.0
typing-extensions==4.9.0
# via mypy
uritemplate==4.1.1
# via google-api-python-client
Expand Down
Loading