Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flofriday committed Nov 19, 2023
1 parent ecf0c52 commit 781b0bf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
__pycache__/
node_modules/
app/static/style.css
bettercal.db*
bettercal.db*
.DS_Store
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blinker==1.6.3
certifi==2023.7.22
charset-normalizer==3.3.0
blinker==1.7.0
certifi==2023.11.17
charset-normalizer==3.3.2
click==8.1.7
flake8==6.1.0
Flask==3.0.0
gunicorn==21.2.0
icalendar==5.0.10
icalendar==5.0.11
idna==3.4
iniconfig==2.0.0
itsdangerous==2.1.2
Expand All @@ -16,11 +16,11 @@ packaging==23.2
pluggy==1.3.0
pycodestyle==2.11.1
pyflakes==3.1.0
pytest==7.4.2
pytest-mock==3.11.1
pytest==7.4.3
pytest-mock==3.12.0
python-dateutil==2.8.2
pytz==2023.3.post1
requests==2.31.0
six==1.16.0
urllib3==2.0.7
Werkzeug==3.0.0
urllib3==2.1.0
Werkzeug==3.0.1

0 comments on commit 781b0bf

Please sign in to comment.