Skip to content

Commit 6b39ec9

Browse files
committed
Bumped python and nodejs package versions. Kept sass at 1.77.6 because of twbs/bootstrap#40849
1 parent 169db5f commit 6b39ec9

File tree

7 files changed

+271
-240
lines changed

7 files changed

+271
-240
lines changed

package-lock.json

Lines changed: 250 additions & 219 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"@parcel/transformer-sass": "^2.12.0",
66
"bootstrap": "^5.3.3",
77
"bootstrap-icons": "^1.11.3",
8-
"htmx.org": "^1.9.12",
8+
"htmx.org": "^2.0.3",
99
"parcel": "^2.12.0",
10-
"sass": "^1.77.2",
10+
"sass": "1.77.6",
1111
"sortablejs": "^1.15.2"
1212
},
1313
"config": {

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile requirements.in
@@ -10,31 +10,31 @@ click==8.1.7
1010
# via flask
1111
flask==3.0.3
1212
# via -r requirements.in
13-
gunicorn==22.0.0
13+
gunicorn==23.0.0
1414
# via -r requirements.in
1515
itsdangerous==2.2.0
1616
# via flask
1717
jinja2==3.1.4
1818
# via flask
19-
markupsafe==2.1.5
19+
markupsafe==3.0.1
2020
# via
2121
# jinja2
2222
# werkzeug
23-
numpy==1.26.4
23+
numpy==2.1.2
2424
# via
2525
# -r requirements.in
2626
# pandas
27-
packaging==24.0
27+
packaging==24.1
2828
# via gunicorn
29-
pandas==2.2.2
29+
pandas==2.2.3
3030
# via -r requirements.in
3131
python-dateutil==2.9.0.post0
3232
# via pandas
33-
pytz==2024.1
33+
pytz==2024.2
3434
# via pandas
3535
six==1.16.0
3636
# via python-dateutil
37-
tzdata==2024.1
37+
tzdata==2024.2
3838
# via pandas
39-
werkzeug==3.0.3
39+
werkzeug==3.0.4
4040
# via flask

static/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)