requirements bumps, though they don't solve a jinja warning

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-06-01 23:30:57 -05:00
parent 4a8babf39e
commit f22ca875e3
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
2 changed files with 17 additions and 17 deletions

View File

@ -4,7 +4,7 @@
#
# pip-compile --extra=dev --output-file=requirements/requirements-dev.txt
#
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
asgiref==3.8.1
# via django
@ -12,7 +12,7 @@ authlib==1.3.0
# via safety
autocommand==2.2.2
# via jaraco-text
backports-tarfile==1.1.1
backports-tarfile==1.2.0
# via jaraco-context
bandit==1.7.8
# via dr.botzo-idlerpg (pyproject.toml)
@ -26,7 +26,7 @@ build==1.2.1
# via pip-tools
cachetools==5.3.3
# via tox
certifi==2024.2.2
certifi==2024.6.2
# via requests
cffi==1.16.0
# via cryptography
@ -44,13 +44,13 @@ click==8.1.7
# typer
colorama==0.4.6
# via tox
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via pytest-cov
cryptography==42.0.7
# via authlib
distlib==0.3.8
# via virtualenv
django==5.0.5
django==5.0.6
# via dr.botzo-idlerpg (pyproject.toml)
dlint==0.14.1
# via dr.botzo-idlerpg (pyproject.toml)
@ -153,7 +153,7 @@ pbr==6.0.0
# via stevedore
pip-tools==7.4.1
# via dr.botzo-idlerpg (pyproject.toml)
platformdirs==4.2.1
platformdirs==4.2.2
# via
# tox
# virtualenv
@ -165,11 +165,11 @@ pycodestyle==2.11.1
# via flake8
pycparser==2.22
# via cffi
pydantic==2.7.1
pydantic==2.7.2
# via
# safety
# safety-schemas
pydantic-core==2.18.2
pydantic-core==2.18.3
# via pydantic
pydocstyle==6.3.0
# via flake8-docstrings
@ -183,7 +183,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.2.0
pytest==8.2.1
# via
# dr.botzo-idlerpg (pyproject.toml)
# pytest-cov
@ -200,7 +200,7 @@ pytz==2024.1
# tempora
pyyaml==6.0.1
# via bandit
requests==2.31.0
requests==2.32.3
# via safety
reuse==3.0.2
# via dr.botzo-idlerpg (pyproject.toml)
@ -233,11 +233,11 @@ tempora==5.5.1
# jaraco-logging
tox==4.15.0
# via dr.botzo-idlerpg (pyproject.toml)
typeguard==4.2.1
typeguard==4.3.0
# via inflect
typer==0.12.3
# via safety
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# inflect
# pydantic
@ -250,7 +250,7 @@ urllib3==2.2.1
# via
# requests
# safety
virtualenv==20.26.1
virtualenv==20.26.2
# via tox
wheel==0.43.0
# via pip-tools

View File

@ -8,9 +8,9 @@ asgiref==3.8.1
# via django
autocommand==2.2.2
# via jaraco-text
backports-tarfile==1.1.1
backports-tarfile==1.2.0
# via jaraco-context
django==5.0.5
django==5.0.6
# via dr.botzo-idlerpg (pyproject.toml)
inflect==7.2.1
# via jaraco-text
@ -49,9 +49,9 @@ tempora==5.5.1
# via
# irc
# jaraco-logging
typeguard==4.2.1
typeguard==4.3.0
# via inflect
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# inflect
# typeguard