Skip to content

Commit 2ca130b

Browse files
committed
update dependencies
1 parent f98dc8b commit 2ca130b

File tree

6 files changed

+54
-51
lines changed

6 files changed

+54
-51
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
concurrency: deploy
1010
steps:
11-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
11+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1212
- uses: superfly/flyctl-actions/setup-flyctl@fc53c09e1bc3be6f54706524e3b82c4f462f77be # 1.5
1313
- run: flyctl deploy --remote-only
1414
env:

.github/workflows/pre-commit.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
main:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
11-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
10+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
1212
with:
1313
python-version: 3.x
1414
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
15-
- uses: pre-commit-ci/lite-action@9d882e7a565f7008d4faf128f27d1cb6503d4ebf # v1.0.2
15+
- uses: pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43 # v1.1.0
1616
if: ${{ !cancelled() }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.6.2
3+
rev: v0.8.4
44
hooks:
55
- id: ruff
66
- id: ruff-format
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-merge-conflict
1111
- id: debug-statements

requirements/base.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ asgiref==3.8.1
88
# via flask
99
beautifulsoup4==4.12.3
1010
# via pallets-web (../pyproject.toml)
11-
blinker==1.8.2
11+
blinker==1.9.0
1212
# via flask
13-
click==8.1.7
13+
click==8.1.8
1414
# via flask
1515
feedgen==1.0.0
1616
# via pallets-web (../pyproject.toml)
17-
flask[async]==3.0.3
17+
flask[async]==3.1.0
1818
# via
1919
# flask-sqlalchemy-lite
2020
# pallets-web (../pyproject.toml)
2121
flask-sqlalchemy-lite==0.1.0
2222
# via pallets-web (../pyproject.toml)
23-
greenlet==3.0.3
23+
greenlet==3.1.1
2424
# via sqlalchemy
2525
gunicorn==23.0.0
2626
# via pallets-web (../pyproject.toml)
2727
itsdangerous==2.2.0
2828
# via flask
29-
jinja2==3.1.4
29+
jinja2==3.1.5
3030
# via flask
3131
lxml==5.3.0
3232
# via
@@ -36,27 +36,27 @@ markdown-it-py==3.0.0
3636
# via
3737
# mdit-py-plugins
3838
# pallets-web (../pyproject.toml)
39-
markupsafe==2.1.5
39+
markupsafe==3.0.2
4040
# via
4141
# jinja2
4242
# werkzeug
4343
mdit-py-plugins==0.4.2
4444
# via pallets-web (../pyproject.toml)
4545
mdurl==0.1.2
4646
# via markdown-it-py
47-
packaging==24.1
47+
packaging==24.2
4848
# via gunicorn
4949
pygments==2.18.0
5050
# via pallets-web (../pyproject.toml)
5151
python-dateutil==2.9.0.post0
5252
# via feedgen
53-
six==1.16.0
53+
six==1.17.0
5454
# via python-dateutil
5555
soupsieve==2.6
5656
# via beautifulsoup4
57-
sqlalchemy[asyncio]==2.0.32
57+
sqlalchemy[asyncio]==2.0.36
5858
# via flask-sqlalchemy-lite
5959
typing-extensions==4.12.2
6060
# via sqlalchemy
61-
werkzeug==3.0.4
61+
werkzeug==3.1.3
6262
# via flask

requirements/dev.txt

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,52 +10,52 @@ asgiref==3.8.1
1010
# flask
1111
beautifulsoup4==4.12.3
1212
# via -r base.txt
13-
blinker==1.8.2
13+
blinker==1.9.0
1414
# via
1515
# -r base.txt
1616
# flask
17-
build==1.2.1
17+
build==1.2.2.post1
1818
# via pip-tools
1919
cachetools==5.5.0
2020
# via tox
2121
cfgv==3.4.0
2222
# via pre-commit
2323
chardet==5.2.0
2424
# via tox
25-
click==8.1.7
25+
click==8.1.8
2626
# via
2727
# -r base.txt
2828
# flask
2929
# pip-tools
3030
colorama==0.4.6
3131
# via tox
32-
distlib==0.3.8
32+
distlib==0.3.9
3333
# via virtualenv
3434
feedgen==1.0.0
3535
# via -r base.txt
36-
filelock==3.15.4
36+
filelock==3.16.1
3737
# via
3838
# tox
3939
# virtualenv
40-
flask[async]==3.0.3
40+
flask[async]==3.1.0
4141
# via
4242
# -r base.txt
4343
# flask-sqlalchemy-lite
4444
flask-sqlalchemy-lite==0.1.0
4545
# via -r base.txt
46-
greenlet==3.0.3
46+
greenlet==3.1.1
4747
# via
4848
# -r base.txt
4949
# sqlalchemy
5050
gunicorn==23.0.0
5151
# via -r base.txt
52-
identify==2.6.0
52+
identify==2.6.3
5353
# via pre-commit
5454
itsdangerous==2.2.0
5555
# via
5656
# -r base.txt
5757
# flask
58-
jinja2==3.1.4
58+
jinja2==3.1.5
5959
# via
6060
# -r base.txt
6161
# flask
@@ -67,7 +67,7 @@ markdown-it-py==3.0.0
6767
# via
6868
# -r base.txt
6969
# mdit-py-plugins
70-
markupsafe==2.1.5
70+
markupsafe==3.0.2
7171
# via
7272
# -r base.txt
7373
# jinja2
@@ -78,7 +78,7 @@ mdurl==0.1.2
7878
# via
7979
# -r base.txt
8080
# markdown-it-py
81-
mypy==1.11.1
81+
mypy==1.14.0
8282
# via -r typing.txt
8383
mypy-extensions==1.0.0
8484
# via
@@ -89,7 +89,7 @@ nodeenv==1.9.1
8989
# -r typing.txt
9090
# pre-commit
9191
# pyright
92-
packaging==24.1
92+
packaging==24.2
9393
# via
9494
# -r base.txt
9595
# build
@@ -98,23 +98,23 @@ packaging==24.1
9898
# tox
9999
pip-tools==7.4.1
100100
# via -r dev.in
101-
platformdirs==4.2.2
101+
platformdirs==4.3.6
102102
# via
103103
# tox
104104
# virtualenv
105105
pluggy==1.5.0
106106
# via tox
107-
pre-commit==3.8.0
107+
pre-commit==4.0.1
108108
# via -r dev.in
109109
pygments==2.18.0
110110
# via -r base.txt
111-
pyproject-api==1.7.1
111+
pyproject-api==1.8.0
112112
# via tox
113-
pyproject-hooks==1.1.0
113+
pyproject-hooks==1.2.0
114114
# via
115115
# build
116116
# pip-tools
117-
pyright==1.1.377
117+
pyright==1.1.391
118118
# via -r typing.txt
119119
python-dateutil==2.9.0.post0
120120
# via
@@ -124,33 +124,33 @@ python-dotenv==1.0.1
124124
# via -r dev.in
125125
pyyaml==6.0.2
126126
# via pre-commit
127-
six==1.16.0
127+
six==1.17.0
128128
# via
129129
# -r base.txt
130130
# python-dateutil
131131
soupsieve==2.6
132132
# via
133133
# -r base.txt
134134
# beautifulsoup4
135-
sqlalchemy[asyncio]==2.0.32
135+
sqlalchemy[asyncio]==2.0.36
136136
# via
137137
# -r base.txt
138138
# flask-sqlalchemy-lite
139-
tox==4.18.0
139+
tox==4.23.2
140140
# via -r dev.in
141-
types-beautifulsoup4==4.12.0.20240511
141+
types-beautifulsoup4==4.12.0.20241020
142142
# via -r typing.txt
143-
types-docutils==0.21.0.20240724
143+
types-docutils==0.21.0.20241128
144144
# via
145145
# -r typing.txt
146146
# types-pygments
147-
types-html5lib==1.1.11.20240806
147+
types-html5lib==1.1.11.20241018
148148
# via
149149
# -r typing.txt
150150
# types-beautifulsoup4
151151
types-pygments==2.18.0.20240506
152152
# via -r typing.txt
153-
types-setuptools==73.0.0.20240822
153+
types-setuptools==75.6.0.20241223
154154
# via
155155
# -r typing.txt
156156
# types-pygments
@@ -159,18 +159,19 @@ typing-extensions==4.12.2
159159
# -r base.txt
160160
# -r typing.txt
161161
# mypy
162+
# pyright
162163
# sqlalchemy
163-
virtualenv==20.26.3
164+
virtualenv==20.28.0
164165
# via
165166
# pre-commit
166167
# tox
167-
watchdog==4.0.2
168+
watchdog==6.0.0
168169
# via -r dev.in
169-
werkzeug==3.0.4
170+
werkzeug==3.1.3
170171
# via
171172
# -r base.txt
172173
# flask
173-
wheel==0.44.0
174+
wheel==0.45.1
174175
# via pip-tools
175176

176177
# The following packages are considered to be unsafe in a requirements file:

requirements/typing.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,25 @@
44
#
55
# pip-compile typing.in
66
#
7-
mypy==1.11.1
7+
mypy==1.14.0
88
# via -r typing.in
99
mypy-extensions==1.0.0
1010
# via mypy
1111
nodeenv==1.9.1
1212
# via pyright
13-
pyright==1.1.377
13+
pyright==1.1.391
1414
# via -r typing.in
15-
types-beautifulsoup4==4.12.0.20240511
15+
types-beautifulsoup4==4.12.0.20241020
1616
# via -r typing.in
17-
types-docutils==0.21.0.20240724
17+
types-docutils==0.21.0.20241128
1818
# via types-pygments
19-
types-html5lib==1.1.11.20240806
19+
types-html5lib==1.1.11.20241018
2020
# via types-beautifulsoup4
2121
types-pygments==2.18.0.20240506
2222
# via -r typing.in
23-
types-setuptools==73.0.0.20240822
23+
types-setuptools==75.6.0.20241223
2424
# via types-pygments
2525
typing-extensions==4.12.2
26-
# via mypy
26+
# via
27+
# mypy
28+
# pyright

0 commit comments

Comments
 (0)