Skip to content
Snippets Groups Projects
Commit bb37011b authored by Alexa Valentová's avatar Alexa Valentová
Browse files

update requirements, donation page contact data

parent 2cb962ae
No related branches found
No related tags found
2 merge requests!994Release,!990Fix JS file, update donations page
Pipeline #18562 passed
......@@ -148,11 +148,10 @@
<div class="col-12 col-md-6 col-lg-3 order-3 order-lg-2">
<h4 class="lead mb-3">Kontakt</h4>
<p class="mb-3"><a href="/nas-tym/">Náš tým</a></p>
<h6 class="mb-0">Občané</h6>
<p class="mb-3"><a href="mailto:info@pirati.cz">info@pirati.cz</a></p>
<h6 class="mb-0">Média</h6>
<p class="mb-0"><a href="mailto:veronika.smidova@pirati.cz">veronika.smidova@pirati.cz</a></p>
<h6 class="mb-0">Napiš nám</h6>
<p class="mb-3"><a href="mailto:fundraising@pirati.cz">fundraising@pirati.cz</a></p>
<h6 class="mb-0">Zavolej nám</h6>
<p class="mb-0"><a href="tel: +420770189488">+420 770 189 488</a></p>
</div><!-- /column -->
<div class="col-12 col-md-6 col-lg-3 mb-4 mb-md-5 mb-lg-4 order-1 order-lg-3">
......
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile base.in
......@@ -16,8 +16,6 @@ asgiref==3.8.1
# via django
asttokens==2.4.1
# via stack-data
async-timeout==4.0.3
# via redis
attrs==23.2.0
# via
# cattrs
......@@ -37,7 +35,7 @@ cattrs==23.2.3
# via requests-cache
celery==5.4.0
# via -r base.in
certifi==2024.2.2
certifi==2024.6.2
# via
# requests
# sentry-sdk
......@@ -59,7 +57,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==42.0.5
cryptography==42.0.8
# via
# josepy
# mozilla-django-oidc
......@@ -70,7 +68,7 @@ decorator==5.1.1
# via ipython
defusedxml==0.7.1
# via willow
django==5.0.4
django==5.0.6
# via
# -r base.in
# django-extensions
......@@ -117,17 +115,13 @@ draftjs-exporter==5.0.0
# via wagtail
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.1
# via
# cattrs
# ipython
executing==2.0.1
# via stack-data
fastjsonschema==2.19.1
# via -r base.in
filetype==1.2.0
# via willow
fonttools[woff]==4.51.0
fonttools[woff]==4.53.0
# via weasyprint
html5lib==1.1
# via weasyprint
......@@ -139,7 +133,7 @@ ics==0.7.2
# via -r base.in
idna==3.7
# via requests
ipython==8.24.0
ipython==8.25.0
# via -r base.in
jedi==0.19.1
# via ipython
......@@ -165,9 +159,9 @@ oauthlib==3.2.2
# via
# requests-oauthlib
# tweepy
opencv-python==4.9.0.80
opencv-python==4.10.0.82
# via -r base.in
openpyxl==3.1.2
openpyxl==3.1.3
# via wagtail
parso==0.8.4
# via jedi
......@@ -183,9 +177,9 @@ pillow-heif==0.16.0
# via willow
pirates==0.7.0
# via -r base.in
platformdirs==4.2.1
platformdirs==4.2.2
# via requests-cache
prompt-toolkit==3.0.43
prompt-toolkit==3.0.46
# via
# click-repl
# ipython
......@@ -199,7 +193,7 @@ pycparser==2.22
# via cffi
pydyf==0.10.0
# via weasyprint
pygments==2.17.2
pygments==2.18.0
# via ipython
pyopenssl==24.1.0
# via josepy
......@@ -223,9 +217,9 @@ pytz==2024.1
# l18n
pyyaml==6.0.1
# via -r base.in
redis==5.0.4
redis==5.0.5
# via django-redis
requests==2.31.0
requests==2.32.3
# via
# -r base.in
# mozilla-django-oidc
......@@ -237,7 +231,7 @@ requests-cache==1.2.0
# via -r base.in
requests-oauthlib==1.3.1
# via tweepy
sentry-sdk==2.0.1
sentry-sdk==2.5.0
# via -r base.in
six==1.16.0
# via
......@@ -254,7 +248,7 @@ sqlparse==0.5.0
# via django
stack-data==0.6.3
# via ipython
tatsu==5.8.3
tatsu==5.12.1
# via ics
telepath==0.3.1
# via wagtail
......@@ -270,11 +264,8 @@ tweepy==4.14.0
# via -r base.in
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
# via
# asgiref
# cattrs
# ipython
typing-extensions==4.12.1
# via ipython
tzdata==2024.1
# via celery
url-normalize==1.4.3
......@@ -289,7 +280,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wagtail==6.1
wagtail==6.1.2
# via
# -r base.in
# wagtail-metadata
......@@ -305,7 +296,7 @@ wand==0.6.13
# via -r base.in
wcwidth==0.2.13
# via prompt-toolkit
weasyprint==62.0
weasyprint==62.2
# via -r base.in
webencodings==0.5.1
# via
......
......@@ -6,21 +6,21 @@
#
asgiref==3.8.1
# via django
coverage[toml]==7.5.0
coverage[toml]==7.5.3
# via pytest-cov
django==5.0.4
django==5.0.6
# via
# -r dev.in
# django-debug-toolbar
django-debug-toolbar==4.3.0
django-debug-toolbar==4.4.2
# via -r dev.in
factory-boy==3.3.0
# via pytest-factoryboy
faker==25.0.0
faker==25.6.0
# via factory-boy
fastdiff==0.3.0
# via snapshottest
freezegun==1.5.0
freezegun==1.5.1
# via pytest-freezegun
inflection==0.5.1
# via pytest-factoryboy
......@@ -33,7 +33,7 @@ packaging==24.0
# pytest-sugar
pluggy==1.5.0
# via pytest
pytest==8.2.0
pytest==8.2.2
# via
# -r dev.in
# pytest-cov
......@@ -72,7 +72,7 @@ termcolor==2.4.0
# via
# pytest-sugar
# snapshottest
typing-extensions==4.11.0
typing-extensions==4.12.1
# via pytest-factoryboy
wasmer==1.1.0
# via fastdiff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment