Skip to content

Commit

Permalink
build: Upgrade flatterer (faster xlsx writer)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 22, 2024
1 parent 64fcd45 commit 6bdc5fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ django-markdownx==4.0.7
# via -r requirements.in
django-modeltranslation==0.18.10
# via -r requirements.in
flatterer==0.19.16
flatterer==0.20.1
# via -r requirements.in
gunicorn[setproctitle]==22.0.0
gunicorn==22.0.0
# via -r requirements.in
idna==3.7
# via requests
Expand Down Expand Up @@ -76,5 +76,5 @@ urllib3==2.2.2
# via
# requests
# sentry-sdk
yapw[perf]==0.1.4
yapw==0.1.4
# via -r requirements.in
11 changes: 4 additions & 7 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ django-markdownx==4.0.7
# via -r requirements.txt
django-modeltranslation==0.18.10
# via -r requirements.txt
flatterer==0.19.16
flatterer==0.20.1
# via -r requirements.txt
gunicorn[setproctitle]==22.0.0
gunicorn==22.0.0
# via -r requirements.txt
idna==3.7
# via
Expand Down Expand Up @@ -61,7 +61,6 @@ orjson==3.9.15
# via
# -r requirements.txt
# flatterer
# yapw
packaging==24.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -95,9 +94,7 @@ requests==2.32.3
sentry-sdk==2.8.0
# via -r requirements.txt
setproctitle==1.2.2
# via
# -r requirements.txt
# gunicorn
# via -r requirements.txt
six==1.16.0
# via
# -r requirements.txt
Expand All @@ -116,5 +113,5 @@ urllib3==2.2.2
# -r requirements.txt
# requests
# sentry-sdk
yapw[perf]==0.1.4
yapw==0.1.4
# via -r requirements.txt

0 comments on commit 6bdc5fb

Please sign in to comment.