Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Oct 25, 2023
1 parent 0073d8b commit 433b562
Show file tree
Hide file tree
Showing 4 changed files with 429 additions and 370 deletions.
8 changes: 4 additions & 4 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.9.1
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.2
hooks:
- id: ruff
- repo: local
Expand All @@ -19,15 +19,15 @@ repos:
additional_dependencies:
- "prettier@3.0.3"
- "prettier-plugin-svelte@3.0.3"
- "svelte@4.2.1"
- "svelte@4.2.2"
- id: stylelint
name: stylelint
language: node
entry: stylelint --fix
files: \.(css|svelte)$
require_serial: true
additional_dependencies:
- "stylelint@15.10.3"
- "stylelint@15.11.0"
- "stylelint-config-recess-order@4.3.0"
- "stylelint-config-standard@34.0.0"
- "postcss-html@1.5.0"
Expand Down
44 changes: 23 additions & 21 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.0
astroid==3.0.1
# via pylint
babel==2.13.0
babel==2.13.1
# via
# fava (pyproject.toml)
# flask-babel
Expand All @@ -19,13 +19,13 @@ beancount==2.3.6
# via fava (pyproject.toml)
beautifulsoup4==4.12.2
# via beancount
blinker==1.6.2
blinker==1.6.3
# via flask
bottle==0.12.25
# via beancount
build==1.0.3
# via fava (pyproject.toml)
cachetools==5.3.1
cachetools==5.3.2
# via
# google-auth
# tox
Expand All @@ -40,7 +40,7 @@ chardet==5.2.0
# beancount
# pyexcel
# tox
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
cheroot==10.0.0
# via fava (pyproject.toml)
Expand All @@ -51,8 +51,10 @@ click==8.1.7
colorama==0.4.6
# via tox
coverage==7.3.2
# via pytest-cov
cryptography==41.0.4
# via
# coverage
# pytest-cov
cryptography==41.0.5
# via secretstorage
dill==0.3.7
# via pylint
Expand All @@ -68,24 +70,24 @@ filelock==3.12.4
# via
# tox
# virtualenv
flask==2.3.3
flask==3.0.0
# via
# fava (pyproject.toml)
# flask-babel
flask-babel==3.1.0
flask-babel==4.0.0
# via fava (pyproject.toml)
google-api-core==2.12.0
# via google-api-python-client
google-api-python-client==2.102.0
google-api-python-client==2.105.0
# via beancount
google-auth==2.23.2
google-auth==2.23.3
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
google-auth-httplib2==0.1.1
# via google-api-python-client
googleapis-common-protos==1.60.0
googleapis-common-protos==1.61.0
# via google-api-core
httplib2==0.22.0
# via
Expand Down Expand Up @@ -149,7 +151,7 @@ more-itertools==10.1.0
# cheroot
# jaraco-classes
# jaraco-functools
mypy==1.5.1
mypy==1.6.1
# via fava (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -184,7 +186,7 @@ ply==3.11
# via
# beancount
# fava (pyproject.toml)
pre-commit==3.4.0
pre-commit==3.5.0
# via fava (pyproject.toml)
protobuf==4.24.4
# via
Expand Down Expand Up @@ -216,19 +218,19 @@ pygments==2.16.1
# readme-renderer
# rich
# sphinx
pyinstaller==6.0.0
pyinstaller==6.1.0
# via fava (pyproject.toml)
pyinstaller-hooks-contrib==2023.9
pyinstaller-hooks-contrib==2023.10
# via pyinstaller
pylint==3.0.1
pylint==3.0.2
# via fava (pyproject.toml)
pyparsing==3.1.1
# via httplib2
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.4.2
pytest==7.4.3
# via
# beancount
# fava (pyproject.toml)
Expand Down Expand Up @@ -308,15 +310,15 @@ typing-extensions==4.8.0
# via mypy
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.0.6
urllib3==2.0.7
# via
# requests
# twine
virtualenv==20.24.5
virtualenv==20.24.6
# via
# pre-commit
# tox
werkzeug==2.3.7
werkzeug==3.0.1
# via
# fava (pyproject.toml)
# flask
Expand Down
Loading

0 comments on commit 433b562

Please sign in to comment.