Skip to content

Commit

Permalink
upgrade deps: fava 1.25.1 / beancount 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Aug 4, 2023
1 parent 68c5caa commit f02c1d3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 46 deletions.
2 changes: 1 addition & 1 deletion rebuild-deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!bash

# install latest fava from pip
# rebuild requirements.txt by installing leaf packages in a clean venv

set -ue

Expand Down
88 changes: 43 additions & 45 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,50 +1,48 @@
attrs==21.4.0
Babel==2.9.1
beancount==2.3.4
beautifulsoup4==4.10.0
bottle==0.12.19
cachetools==5.0.0
certifi==2021.10.8
chardet==4.0.0
charset-normalizer==2.0.12
cheroot==8.6.0
click==8.0.3
fava==1.21
Flask==2.0.3
Flask-Babel==2.0.0
google-api-core==2.5.0
google-api-python-client==2.37.0
google-auth==2.6.0
Babel==2.12.1
beancount==2.3.5
beautifulsoup4==4.12.2
blinker==1.6.2
bottle==0.12.25
cachetools==5.3.1
certifi==2023.7.22
chardet==5.2.0
charset-normalizer==3.2.0
cheroot==9.0.0
click==8.1.6
fava==1.25.1
Flask==2.3.2
flask-babel==3.1.0
google-api-core==2.11.1
google-api-python-client==2.95.0
google-auth==2.22.0
google-auth-httplib2==0.1.0
googleapis-common-protos==1.54.0
httplib2==0.20.4
idna==3.3
iniconfig==1.1.1
itsdangerous==2.0.1
jaraco.functools==3.5.0
Jinja2==3.0.3
lxml==4.7.1
markdown2==2.4.2
MarkupSafe==2.0.1
more-itertools==8.12.0
packaging==21.3
pluggy==1.0.0
googleapis-common-protos==1.60.0
httplib2==0.22.0
idna==3.4
iniconfig==2.0.0
itsdangerous==2.1.2
jaraco.functools==3.8.0
Jinja2==3.1.2
lxml==4.9.3
markdown2==2.4.10
MarkupSafe==2.1.3
more-itertools==10.1.0
packaging==23.1
pluggy==1.2.0
ply==3.11
protobuf==3.19.4
py==1.11.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyparsing==3.0.7
pytest==7.0.1
protobuf==4.23.4
pyasn1==0.5.0
pyasn1-modules==0.3.0
pyparsing==3.1.1
pytest==7.4.0
python-dateutil==2.8.2
python-magic==0.4.25
pytz==2021.3
requests==2.27.1
rsa==4.8
simplejson==3.17.6
python-magic==0.4.27
pytz==2023.3
requests==2.31.0
rsa==4.9
simplejson==3.19.1
six==1.16.0
soupsieve==2.3.1
tomli==2.0.1
soupsieve==2.4.1
uritemplate==4.1.1
urllib3==1.26.8
Werkzeug==2.0.3
urllib3==1.26.16
Werkzeug==2.3.6

0 comments on commit f02c1d3

Please sign in to comment.