1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-07-27 02:52:27 -04:00

Bump jinja2 from 3.1.2 to 3.1.3

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-11 20:16:50 +00:00 committed by GitHub
parent 12a3113192
commit 0161da17f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 407 additions and 152 deletions

View File

@ -4,84 +4,225 @@
# #
# pip-compile --annotation-style=line dev-requirements.in # pip-compile --annotation-style=line dev-requirements.in
# #
add-trailing-comma==3.1.0 # via gray add-trailing-comma==3.1.0
alabaster==0.7.13 # via sphinx # via gray
attrs==23.1.0 # via jsonschema, referencing alabaster==0.7.13
autoflake==1.5.3 # via gray # via sphinx
babel==2.13.1 # via sphinx attrs==23.1.0
black==23.11.0 # via gray # via
build==1.0.3 # via pip-tools # jsonschema
cachetools==5.3.2 # via tox # referencing
certifi==2023.7.22 # via requests autoflake==1.5.3
cfgv==3.4.0 # via pre-commit # via gray
chardet==5.2.0 # via tox babel==2.13.1
charset-normalizer==3.3.2 # via requests # via sphinx
click==8.1.7 # via black, pip-tools black==23.11.0
colorama==0.4.6 # via tox # via gray
commonmark==0.9.1 # via rich build==1.0.3
configargparse==1.7 # via gray # via pip-tools
coverage[toml]==7.3.2 # via coverage, pytest-cov cachetools==5.3.2
distlib==0.3.7 # via virtualenv # via tox
docutils==0.20.1 # via sphinx certifi==2023.7.22
exceptiongroup==1.1.3 # via pytest # via requests
filelock==3.13.1 # via tox, virtualenv cfgv==3.4.0
fixit==0.1.4 # via gray # via pre-commit
flake8==6.1.0 # via -r dev-requirements.in, fixit, pep8-naming chardet==5.2.0
gray==0.13.0 # via -r dev-requirements.in # via tox
identify==2.5.31 # via pre-commit charset-normalizer==3.3.2
idna==3.4 # via requests # via requests
imagesize==1.4.1 # via sphinx click==8.1.7
importlib-resources==6.1.1 # via fixit # via
iniconfig==2.0.0 # via pytest # black
isort==5.12.0 # via -r dev-requirements.in, gray # pip-tools
jinja2==3.1.2 # via sphinx colorama==0.4.6
jsonschema==4.20.0 # via fixit # via tox
jsonschema-specifications==2023.11.1 # via jsonschema commonmark==0.9.1
libcst==1.1.0 # via fixit # via rich
markupsafe==2.1.3 # via jinja2 configargparse==1.7
mccabe==0.7.0 # via flake8 # via gray
mypy==1.7.0 # via -r dev-requirements.in coverage[toml]==7.3.2
mypy-extensions==1.0.0 # via black, mypy, typing-inspect # via
nodeenv==1.8.0 # via pre-commit # coverage
packaging==23.2 # via black, build, pyproject-api, pytest, sphinx, tox # pytest-cov
pathspec==0.11.2 # via black distlib==0.3.7
pep8-naming==0.13.3 # via -r dev-requirements.in # via virtualenv
pip-tools==7.3.0 # via -r dev-requirements.in docutils==0.20.1
platformdirs==3.11.0 # via black, tox, virtualenv # via sphinx
pluggy==1.3.0 # via pytest, tox exceptiongroup==1.1.3
pre-commit==3.5.0 # via -r dev-requirements.in # via pytest
pycodestyle==2.11.1 # via flake8 filelock==3.13.1
pyflakes==3.1.0 # via autoflake, flake8 # via
pygments==2.16.1 # via rich, sphinx # tox
pyproject-api==1.6.1 # via tox # virtualenv
pyproject-hooks==1.0.0 # via build fixit==0.1.4
pytest==7.4.3 # via -r dev-requirements.in, pytest-cov # via gray
pytest-cov==4.1.0 # via -r dev-requirements.in flake8==6.1.0
pyupgrade==3.15.0 # via gray # via
pyyaml==6.0.1 # via fixit, libcst, pre-commit # -r dev-requirements.in
referencing==0.31.0 # via jsonschema, jsonschema-specifications # fixit
requests==2.31.0 # via sphinx # pep8-naming
rich==12.6.0 # via gray gray==0.13.0
rpds-py==0.13.0 # via jsonschema, referencing # via -r dev-requirements.in
snowballstemmer==2.2.0 # via sphinx identify==2.5.31
sphinx==7.2.6 # via -r dev-requirements.in, sphinxcontrib-applehelp, sphinxcontrib-devhelp, sphinxcontrib-htmlhelp, sphinxcontrib-qthelp, sphinxcontrib-serializinghtml # via pre-commit
sphinxcontrib-applehelp==1.0.7 # via sphinx idna==3.4
sphinxcontrib-devhelp==1.0.5 # via sphinx # via requests
sphinxcontrib-htmlhelp==2.0.4 # via sphinx imagesize==1.4.1
sphinxcontrib-jsmath==1.0.1 # via sphinx # via sphinx
sphinxcontrib-qthelp==1.0.6 # via sphinx importlib-resources==6.1.1
sphinxcontrib-serializinghtml==1.1.9 # via sphinx # via fixit
tokenize-rt==5.2.0 # via add-trailing-comma, pyupgrade iniconfig==2.0.0
toml==0.10.2 # via autoflake # via pytest
tomli==2.0.1 # via black, build, coverage, mypy, pip-tools, pyproject-api, pyproject-hooks, pytest, tox isort==5.12.0
tox==4.11.3 # via -r dev-requirements.in # via
typing-extensions==4.8.0 # via black, libcst, mypy, typing-inspect # -r dev-requirements.in
typing-inspect==0.9.0 # via libcst # gray
unify==0.5 # via gray jinja2==3.1.3
untokenize==0.1.1 # via unify # via sphinx
urllib3==2.1.0 # via requests jsonschema==4.20.0
virtualenv==20.24.6 # via pre-commit, tox # via fixit
wheel==0.41.3 # via pip-tools jsonschema-specifications==2023.11.1
# via jsonschema
libcst==1.1.0
# via fixit
markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via flake8
mypy==1.7.0
# via -r dev-requirements.in
mypy-extensions==1.0.0
# via
# black
# mypy
# typing-inspect
nodeenv==1.8.0
# via pre-commit
packaging==23.2
# via
# black
# build
# pyproject-api
# pytest
# sphinx
# tox
pathspec==0.11.2
# via black
pep8-naming==0.13.3
# via -r dev-requirements.in
pip-tools==7.3.0
# via -r dev-requirements.in
platformdirs==3.11.0
# via
# black
# tox
# virtualenv
pluggy==1.3.0
# via
# pytest
# tox
pre-commit==3.5.0
# via -r dev-requirements.in
pycodestyle==2.11.1
# via flake8
pyflakes==3.1.0
# via
# autoflake
# flake8
pygments==2.16.1
# via
# rich
# sphinx
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.4.3
# via
# -r dev-requirements.in
# pytest-cov
pytest-cov==4.1.0
# via -r dev-requirements.in
pyupgrade==3.15.0
# via gray
pyyaml==6.0.1
# via
# fixit
# libcst
# pre-commit
referencing==0.31.0
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via sphinx
rich==12.6.0
# via gray
rpds-py==0.13.0
# via
# jsonschema
# referencing
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
# via
# -r dev-requirements.in
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
tokenize-rt==5.2.0
# via
# add-trailing-comma
# pyupgrade
toml==0.10.2
# via autoflake
tomli==2.0.1
# via
# black
# build
# coverage
# mypy
# pip-tools
# pyproject-api
# pyproject-hooks
# pytest
# tox
tox==4.11.3
# via -r dev-requirements.in
typing-extensions==4.8.0
# via
# black
# libcst
# mypy
# typing-inspect
typing-inspect==0.9.0
# via libcst
unify==0.5
# via gray
untokenize==0.1.1
# via unify
urllib3==2.1.0
# via requests
virtualenv==20.24.6
# via
# pre-commit
# tox
wheel==0.41.3
# via pip-tools
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
# pip # pip

View File

@ -4,80 +4,194 @@
# #
# pip-compile --annotation-style=line requirements.in # pip-compile --annotation-style=line requirements.in
# #
aprslib==0.7.2 # via -r requirements.in aprslib==0.7.2
attrs==23.1.0 # via -r requirements.in, ax253, kiss3, rush # via -r requirements.in
ax253==0.1.5.post1 # via kiss3 attrs==23.1.0
beautifulsoup4==4.12.2 # via -r requirements.in # via
bidict==0.22.1 # via python-socketio # -r requirements.in
bitarray==2.8.3 # via ax253, kiss3 # ax253
blinker==1.7.0 # via flask # kiss3
certifi==2023.7.22 # via requests # rush
charset-normalizer==3.3.2 # via requests ax253==0.1.5.post1
click==8.1.7 # via -r requirements.in, click-completion, click-params, flask # via kiss3
click-completion==0.5.2 # via -r requirements.in beautifulsoup4==4.12.2
click-params==0.4.1 # via -r requirements.in # via -r requirements.in
commonmark==0.9.1 # via rich bidict==0.22.1
dacite2==2.0.0 # via -r requirements.in # via python-socketio
dataclasses==0.6 # via -r requirements.in bitarray==2.8.3
dataclasses-json==0.6.2 # via -r requirements.in # via
debtcollector==2.5.0 # via oslo-config # ax253
decorator==5.1.1 # via validators # kiss3
dnspython==2.4.2 # via eventlet blinker==1.7.0
eventlet==0.33.3 # via -r requirements.in # via flask
flask==3.0.0 # via -r requirements.in, flask-httpauth, flask-socketio certifi==2023.7.22
flask-httpauth==4.8.0 # via -r requirements.in # via requests
flask-socketio==5.3.6 # via -r requirements.in charset-normalizer==3.3.2
geographiclib==2.0 # via geopy # via requests
geopy==2.4.0 # via -r requirements.in click==8.1.7
gevent==23.9.1 # via -r requirements.in # via
greenlet==3.0.1 # via eventlet, gevent # -r requirements.in
h11==0.14.0 # via wsproto # click-completion
idna==3.4 # via requests # click-params
imapclient==3.0.0 # via -r requirements.in # flask
importlib-metadata==6.8.0 # via ax253, kiss3 click-completion==0.5.2
itsdangerous==2.1.2 # via flask # via -r requirements.in
jinja2==3.1.2 # via click-completion, flask click-params==0.4.1
kiss3==8.0.0 # via -r requirements.in # via -r requirements.in
markupsafe==2.1.3 # via jinja2, werkzeug commonmark==0.9.1
marshmallow==3.20.1 # via dataclasses-json # via rich
mypy-extensions==1.0.0 # via typing-inspect dacite2==2.0.0
netaddr==0.9.0 # via oslo-config # via -r requirements.in
oslo-config==9.2.0 # via -r requirements.in dataclasses==0.6
oslo-i18n==6.2.0 # via oslo-config # via -r requirements.in
packaging==23.2 # via marshmallow dataclasses-json==0.6.2
pbr==6.0.0 # via -r requirements.in, oslo-i18n, stevedore # via -r requirements.in
pluggy==1.3.0 # via -r requirements.in debtcollector==2.5.0
plumbum==1.8.2 # via rpyc # via oslo-config
pygments==2.16.1 # via rich decorator==5.1.1
pyserial==3.5 # via pyserial-asyncio # via validators
pyserial-asyncio==0.6 # via kiss3 dnspython==2.4.2
python-engineio==4.8.0 # via python-socketio # via eventlet
python-socketio==5.10.0 # via -r requirements.in, flask-socketio eventlet==0.33.3
pytz==2023.3.post1 # via -r requirements.in # via -r requirements.in
pyyaml==6.0.1 # via -r requirements.in, oslo-config flask==3.0.0
requests==2.31.0 # via -r requirements.in, oslo-config, update-checker # via
rfc3986==2.0.0 # via oslo-config # -r requirements.in
rich==12.6.0 # via -r requirements.in # flask-httpauth
rpyc==5.3.1 # via -r requirements.in # flask-socketio
rush==2021.4.0 # via -r requirements.in flask-httpauth==4.8.0
shellingham==1.5.4 # via -r requirements.in, click-completion # via -r requirements.in
simple-websocket==1.0.0 # via python-engineio flask-socketio==5.3.6
six==1.16.0 # via -r requirements.in, click-completion, eventlet # via -r requirements.in
soupsieve==2.5 # via beautifulsoup4 geographiclib==2.0
stevedore==5.1.0 # via oslo-config # via geopy
tabulate==0.9.0 # via -r requirements.in geopy==2.4.0
thesmuggler==1.0.1 # via -r requirements.in # via -r requirements.in
typing-extensions==4.8.0 # via typing-inspect gevent==23.9.1
typing-inspect==0.9.0 # via dataclasses-json # via -r requirements.in
update-checker==0.18.0 # via -r requirements.in greenlet==3.0.1
urllib3==2.1.0 # via requests # via
validators==0.20.0 # via click-params # eventlet
werkzeug==3.0.1 # via -r requirements.in, flask # gevent
wrapt==1.16.0 # via -r requirements.in, debtcollector h11==0.14.0
wsproto==1.2.0 # via simple-websocket # via wsproto
zipp==3.17.0 # via importlib-metadata idna==3.4
zope-event==5.0 # via gevent # via requests
zope-interface==6.1 # via gevent imapclient==3.0.0
# via -r requirements.in
importlib-metadata==6.8.0
# via
# ax253
# kiss3
itsdangerous==2.1.2
# via flask
jinja2==3.1.3
# via
# click-completion
# flask
kiss3==8.0.0
# via -r requirements.in
markupsafe==2.1.3
# via
# jinja2
# werkzeug
marshmallow==3.20.1
# via dataclasses-json
mypy-extensions==1.0.0
# via typing-inspect
netaddr==0.9.0
# via oslo-config
oslo-config==9.2.0
# via -r requirements.in
oslo-i18n==6.2.0
# via oslo-config
packaging==23.2
# via marshmallow
pbr==6.0.0
# via
# -r requirements.in
# oslo-i18n
# stevedore
pluggy==1.3.0
# via -r requirements.in
plumbum==1.8.2
# via rpyc
pygments==2.16.1
# via rich
pyserial==3.5
# via pyserial-asyncio
pyserial-asyncio==0.6
# via kiss3
python-engineio==4.8.0
# via python-socketio
python-socketio==5.10.0
# via
# -r requirements.in
# flask-socketio
pytz==2023.3.post1
# via -r requirements.in
pyyaml==6.0.1
# via
# -r requirements.in
# oslo-config
requests==2.31.0
# via
# -r requirements.in
# oslo-config
# update-checker
rfc3986==2.0.0
# via oslo-config
rich==12.6.0
# via -r requirements.in
rpyc==5.3.1
# via -r requirements.in
rush==2021.4.0
# via -r requirements.in
shellingham==1.5.4
# via
# -r requirements.in
# click-completion
simple-websocket==1.0.0
# via python-engineio
six==1.16.0
# via
# -r requirements.in
# click-completion
# eventlet
soupsieve==2.5
# via beautifulsoup4
stevedore==5.1.0
# via oslo-config
tabulate==0.9.0
# via -r requirements.in
thesmuggler==1.0.1
# via -r requirements.in
typing-extensions==4.8.0
# via typing-inspect
typing-inspect==0.9.0
# via dataclasses-json
update-checker==0.18.0
# via -r requirements.in
urllib3==2.1.0
# via requests
validators==0.20.0
# via click-params
werkzeug==3.0.1
# via
# -r requirements.in
# flask
wrapt==1.16.0
# via
# -r requirements.in
# debtcollector
wsproto==1.2.0
# via simple-websocket
zipp==3.17.0
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==6.1
# via gevent
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
# setuptools # setuptools