Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Oct 11, 2024
1 parent 07269ec commit a2953c7
Show file tree
Hide file tree
Showing 8 changed files with 186 additions and 182 deletions.
2 changes: 1 addition & 1 deletion app/static/vendor/htmx.org/dist/htmx.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/static/vendor/xlwings/xlwingsjs/dist/xlwings.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

312 changes: 158 additions & 154 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"bootstrap-xlwings": "github:xlwings/bootstrap-xlwings#5.3.3-1",
"htmx-ext-head-support": "2.0.2",
"htmx-ext-loading-states": "2.0.0",
"htmx.org": "2.0.2",
"htmx.org": "2.0.3",
"socket.io": "4.8.0",
"xlwings": "github:xlwings/xlwings#0.33.1"
"xlwings": "github:xlwings/xlwings#0.33.2"
},
"devDependencies": {
"@types/alpinejs": "3.13.10",
"@types/office-js": "1.0.432",
"@types/office-js": "1.0.434",
"office-addin-lint": "2.3.5",
"prettier": "3.3.3",
"prettier-plugin-jinja-template": "2.0.0"
Expand Down
12 changes: 6 additions & 6 deletions requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ h11==0.14.0
# wsproto
hiredis==3.0.0
# via -r requirements-core.in
httpcore==1.0.5
httpcore==1.0.6
# via httpx
httptools==0.6.1
# via -r requirements-core.in
Expand All @@ -55,7 +55,7 @@ joserfc==1.0.0
# via -r requirements-core.in
lxml==5.3.0 ; platform_system == 'Darwin'
# via appscript
markupsafe==2.1.5
markupsafe==3.0.1
# via jinja2
packaging==24.1 ; sys_platform != 'win32'
# via gunicorn
Expand All @@ -81,9 +81,9 @@ python-socketio==5.11.4
# via -r requirements-core.in
pytz==2024.2
# via croniter
redis==5.1.0
redis==5.1.1
# via -r requirements-core.in
simple-websocket==1.0.0
simple-websocket==1.1.0
# via python-engineio
six==1.16.0
# via python-dateutil
Expand All @@ -98,13 +98,13 @@ typing-extensions==4.12.2
# fastapi-slim
# pydantic
# pydantic-core
uvicorn==0.31.0
uvicorn==0.31.1
# via -r requirements-core.in
uvloop==0.20.0 ; sys_platform != 'win32'
# via -r requirements-core.in
wsproto==1.2.0
# via simple-websocket
xlwings==0.33.1
xlwings==0.33.2
# via -r requirements-core.in

# The following packages were excluded from the output:
Expand Down
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyio==4.6.0
# httpx
# starlette
# watchfiles
azure-functions==1.21.1 ; sys_platform != 'win32'
azure-functions==1.21.3 ; sys_platform != 'win32'
# via -r requirements.txt
beautifulsoup4==4.12.3
# via -r requirements-dev.in
Expand Down Expand Up @@ -46,7 +46,7 @@ cryptography==43.0.1
# via
# -r requirements.txt
# joserfc
distlib==0.3.8
distlib==0.3.9
# via virtualenv
fastapi-slim==0.115.0
# via -r requirements.txt
Expand All @@ -62,7 +62,7 @@ h11==0.14.0
# wsproto
hiredis==3.0.0
# via -r requirements.txt
httpcore==1.0.5
httpcore==1.0.6
# via
# -r requirements.txt
# httpx
Expand Down Expand Up @@ -91,7 +91,7 @@ lxml==5.3.0 ; platform_system == 'Darwin'
# via
# -r requirements.txt
# appscript
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements.txt
# jinja2
Expand All @@ -112,7 +112,7 @@ platformdirs==4.3.6
# via virtualenv
pluggy==1.5.0
# via pytest
pre-commit==3.8.0
pre-commit==4.0.1
# via -r requirements-dev.in
pycparser==2.22 ; platform_python_implementation != 'PyPy'
# via
Expand Down Expand Up @@ -159,9 +159,9 @@ pytz==2024.2
# pandas
pyyaml==6.0.2
# via pre-commit
redis==5.1.0
redis==5.1.1
# via -r requirements.txt
simple-websocket==1.0.0
simple-websocket==1.1.0
# via
# -r requirements.txt
# python-engineio
Expand Down Expand Up @@ -190,7 +190,7 @@ tzdata==2024.2
# via
# -r requirements.txt
# pandas
uvicorn==0.31.0
uvicorn==0.31.1
# via -r requirements.txt
uvloop==0.20.0 ; sys_platform != 'win32'
# via -r requirements.txt
Expand All @@ -202,7 +202,7 @@ wsproto==1.2.0
# via
# -r requirements.txt
# simple-websocket
xlwings==0.33.1
xlwings==0.33.2
# via -r requirements.txt

# The following packages were excluded from the output:
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyio==4.6.0
# -r requirements-core.txt
# httpx
# starlette
azure-functions==1.21.1 ; sys_platform != 'win32'
azure-functions==1.21.3 ; sys_platform != 'win32'
# via -r requirements.in
bidict==0.23.1
# via
Expand Down Expand Up @@ -52,7 +52,7 @@ h11==0.14.0
# wsproto
hiredis==3.0.0
# via -r requirements-core.txt
httpcore==1.0.5
httpcore==1.0.6
# via
# -r requirements-core.txt
# httpx
Expand All @@ -77,7 +77,7 @@ lxml==5.3.0 ; platform_system == 'Darwin'
# via
# -r requirements-core.txt
# appscript
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements-core.txt
# jinja2
Expand Down Expand Up @@ -128,9 +128,9 @@ pytz==2024.2
# -r requirements-core.txt
# croniter
# pandas
redis==5.1.0
redis==5.1.1
# via -r requirements-core.txt
simple-websocket==1.0.0
simple-websocket==1.1.0
# via
# -r requirements-core.txt
# python-engineio
Expand All @@ -155,15 +155,15 @@ typing-extensions==4.12.2
# pydantic-core
tzdata==2024.2
# via pandas
uvicorn==0.31.0
uvicorn==0.31.1
# via -r requirements-core.txt
uvloop==0.20.0 ; sys_platform != 'win32'
# via -r requirements-core.txt
wsproto==1.2.0
# via
# -r requirements-core.txt
# simple-websocket
xlwings==0.33.1
xlwings==0.33.2
# via -r requirements-core.txt

# The following packages were excluded from the output:
Expand Down

0 comments on commit a2953c7

Please sign in to comment.