Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Aug 24, 2024
1 parent 8d4c29a commit 59f90d6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest
concurrency: deploy
steps:
- uses: actions/[email protected]
- uses: superfly/flyctl-actions/[email protected]
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: superfly/flyctl-actions/setup-flyctl@fc53c09e1bc3be6f54706524e3b82c4f462f77be # 1.5
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.2
hooks:
- id: ruff
- id: ruff-format
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ sqlalchemy[asyncio]==2.0.32
# via flask-sqlalchemy-lite
typing-extensions==4.12.2
# via sqlalchemy
werkzeug==3.0.3
werkzeug==3.0.4
# via flask
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ blinker==1.8.2
# flask
build==1.2.1
# via pip-tools
cachetools==5.4.0
cachetools==5.5.0
# via tox
cfgv==3.4.0
# via pre-commit
Expand Down Expand Up @@ -110,7 +110,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
pyright==1.1.376
pyright==1.1.377
# via -r typing.txt
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -146,7 +146,7 @@ types-html5lib==1.1.11.20240806
# types-beautifulsoup4
types-pygments==2.18.0.20240506
# via -r typing.txt
types-setuptools==71.1.0.20240813
types-setuptools==73.0.0.20240822
# via
# -r typing.txt
# types-pygments
Expand All @@ -162,7 +162,7 @@ virtualenv==20.26.3
# tox
watchdog==4.0.2
# via -r dev.in
werkzeug==3.0.3
werkzeug==3.0.4
# via
# -r base.txt
# flask
Expand Down
4 changes: 2 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mypy-extensions==1.0.0
# via mypy
nodeenv==1.9.1
# via pyright
pyright==1.1.376
pyright==1.1.377
# via -r typing.in
types-beautifulsoup4==4.12.0.20240511
# via -r typing.in
Expand All @@ -20,7 +20,7 @@ types-html5lib==1.1.11.20240806
# via types-beautifulsoup4
types-pygments==2.18.0.20240506
# via -r typing.in
types-setuptools==71.1.0.20240813
types-setuptools==73.0.0.20240822
# via types-pygments
typing-extensions==4.12.2
# via mypy
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ commands =
mypy
pyright

[testenv:update-actions]
labels = update
deps = gha-update
commands = gha-update

[testenv:update-pre_commit]
labels = update
deps = pre-commit
Expand Down

0 comments on commit 59f90d6

Please sign in to comment.