Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jinja2 from 3.1.2 to 3.1.3 #493

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ cachetools==5.3.1
celery[gevent,redis]==4.4.7
# via
# -c requirements.txt
# celery
# celery-statsd
# django-celery-beat
# flower
Expand All @@ -87,6 +88,7 @@ celery-statsd==1.0.0
# websecmap
certifi==2023.7.22
# via
# -c requirements.txt
# -c security-constraints.in
# requests
# sentry-sdk
Expand Down Expand Up @@ -123,6 +125,7 @@ coverage[toml]==7.2.7
# pytest-cov
cryptography==41.0.5
# via
# -c requirements.txt
# -c security-constraints.in
# pyopenssl
# types-pyopenssl
Expand Down Expand Up @@ -152,6 +155,7 @@ dill==0.3.6
# via pylint
django==4.2.7
# via
# -c requirements.txt
# -c security-constraints.in
# django-celery-beat
# django-colorful
Expand Down Expand Up @@ -182,6 +186,7 @@ django-colorful==1.3
django-constance[database]==2.9.1
# via
# -c requirements.txt
# django-constance
# websecmap
django-cors-headers==4.1.0
# via
Expand Down Expand Up @@ -348,7 +353,7 @@ isort==5.12.0
# via
# -r requirements-dev.in
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# rst2pdf
# sphinx
Expand All @@ -373,6 +378,7 @@ lml==0.1.0
# websecmap
lxml==4.9.2
# via
# -c requirements.txt
# -c security-constraints.in
# dnsrecon
# websecmap
Expand Down Expand Up @@ -468,6 +474,7 @@ phonenumberslite==8.13.15
# via -r requirements-dev.in
pillow==9.5.0
# via
# -c requirements.txt
# -c security-constraints.in
# python-resize-image
# reportlab
Expand Down Expand Up @@ -693,6 +700,7 @@ six==1.16.0
# via
# -c requirements.txt
# celery-statsd
# django-jet-reboot
# livereload
# python-dateutil
# python-monkey-business
Expand Down Expand Up @@ -735,6 +743,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.4
# via
# -c requirements.txt
# -c security-constraints.in
# django
# django-debug-toolbar
Expand All @@ -755,6 +764,7 @@ tablib[html,ods,xls,xlsx,yaml]==3.5.0
# via
# -c requirements.txt
# django-import-export
# tablib
# websecmap
tabulate==0.9.0
# via
Expand Down Expand Up @@ -852,7 +862,9 @@ vine==1.3.0
vulture==2.7
# via -r requirements-dev.in
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@d60d90d787d94de122dfe139df4790b82eee7554
# via -r requirements-dev.in
# via
# -c requirements.txt
# -r requirements-dev.in
wikidata==0.7.0
# via
# -c requirements.txt
Expand Down
Loading