Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Aug 14, 2024
1 parent a5069a5 commit ba5034a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
rev: v0.5.7
hooks:
- id: ruff
- id: ruff-format
Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ flask-sqlalchemy-lite==0.1.0
# via pallets-web (../pyproject.toml)
greenlet==3.0.3
# via sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via pallets-web (../pyproject.toml)
itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
lxml==5.2.2
lxml==5.3.0
# via
# feedgen
# pallets-web (../pyproject.toml)
Expand All @@ -48,9 +48,9 @@ python-dateutil==2.9.0.post0
# via feedgen
six==1.16.0
# via python-dateutil
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sqlalchemy[asyncio]==2.0.31
sqlalchemy[asyncio]==2.0.32
# via flask-sqlalchemy-lite
typing-extensions==4.12.2
# via sqlalchemy
Expand Down
32 changes: 16 additions & 16 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ blinker==1.8.2
# flask
build==1.2.1
# via pip-tools
cachetools==5.3.3
cachetools==5.4.0
# via tox
cfgv==3.4.0
# via pre-commit
Expand All @@ -33,7 +33,7 @@ distlib==0.3.8
# via virtualenv
feedgen==1.0.0
# via -r base.txt
filelock==3.15.3
filelock==3.15.4
# via
# tox
# virtualenv
Expand All @@ -47,9 +47,9 @@ greenlet==3.0.3
# via
# -r base.txt
# sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via -r base.txt
identify==2.5.36
identify==2.6.0
# via pre-commit
itsdangerous==2.2.0
# via
Expand All @@ -59,7 +59,7 @@ jinja2==3.1.4
# via
# -r base.txt
# flask
lxml==5.2.2
lxml==5.3.0
# via
# -r base.txt
# feedgen
Expand All @@ -74,7 +74,7 @@ mdurl==0.1.2
# via
# -r base.txt
# markdown-it-py
mypy==1.10.0
mypy==1.11.1
# via -r typing.txt
mypy-extensions==1.0.0
# via
Expand All @@ -100,57 +100,57 @@ platformdirs==4.2.2
# virtualenv
pluggy==1.5.0
# via tox
pre-commit==3.7.1
pre-commit==3.8.0
# via -r dev.in
pygments==2.18.0
# via -r base.txt
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pyright==1.1.368
pyright==1.1.376
# via -r typing.txt
python-dateutil==2.9.0.post0
# via
# -r base.txt
# feedgen
python-dotenv==1.0.1
# via -r dev.in
pyyaml==6.0.1
pyyaml==6.0.2
# via pre-commit
six==1.16.0
# via
# -r base.txt
# python-dateutil
soupsieve==2.5
soupsieve==2.6
# via
# -r base.txt
# beautifulsoup4
sqlalchemy[asyncio]==2.0.31
sqlalchemy[asyncio]==2.0.32
# via
# -r base.txt
# flask-sqlalchemy-lite
tox==4.15.1
tox==4.18.0
# via -r dev.in
typing-extensions==4.12.2
# via
# -r base.txt
# -r typing.txt
# mypy
# sqlalchemy
virtualenv==20.26.2
virtualenv==20.26.3
# via
# pre-commit
# tox
watchdog==4.0.1
watchdog==4.0.2
# via -r dev.in
werkzeug==3.0.3
# via
# -r base.txt
# flask
wheel==0.43.0
wheel==0.44.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile typing.in
#
mypy==1.10.0
mypy==1.11.1
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
nodeenv==1.9.1
# via pyright
pyright==1.1.368
pyright==1.1.376
# via -r typing.in
typing-extensions==4.12.2
# via mypy

0 comments on commit ba5034a

Please sign in to comment.