From 1faad583d249f2fee134fadfe07ae38251910e88 Mon Sep 17 00:00:00 2001 From: Telmo Guerra Date: Thu, 10 Nov 2022 12:48:20 +0000 Subject: [PATCH 1/3] add col-12 --- pycon_portugal_2022/templates/pages/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pycon_portugal_2022/templates/pages/home.html b/pycon_portugal_2022/templates/pages/home.html index 8584012..044d3b7 100644 --- a/pycon_portugal_2022/templates/pages/home.html +++ b/pycon_portugal_2022/templates/pages/home.html @@ -23,12 +23,12 @@
- - From 8a954d1e566598bdaf2e0dd5bc8e1819287b40f7 Mon Sep 17 00:00:00 2001 From: Telmo Guerra Date: Thu, 10 Nov 2022 12:49:38 +0000 Subject: [PATCH 2/3] close tickets --- pycon_portugal_2022/content/tickets/tickets.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pycon_portugal_2022/content/tickets/tickets.md b/pycon_portugal_2022/content/tickets/tickets.md index bd98096..1d7ee78 100644 --- a/pycon_portugal_2022/content/tickets/tickets.md +++ b/pycon_portugal_2022/content/tickets/tickets.md @@ -2,7 +2,8 @@ title: Tickets layout: simple **All tickets include access to the full day of the conference (September 24th)**. Don't forget to follow us on Twitter [@PyConPT](https://twitter.com/PyConPT){:target="_blank"} for the latest up to date information! -[
](https://pretix.evolutio.pt/evolutio/pyconpt2022/){:target="_blank"} + +
If you are from a marginalised or under-represented group, and you are not able to afford a ticket, you should apply for a [grant](/information/grants/). **Please consider making an extra donation** to help us offer grants to people from marginalised or under-represented groups. @@ -14,7 +15,7 @@ The following **ticket types** are available: - **Individual Ticket (€55)** - If you are paying your ticket from your personal money and are not being reimbursed by your employer. - **Business Ticket (€65)** - If your employer is paying for the ticket or reimbursing you for your conference expenses. -[
](https://pretix.evolutio.pt/evolutio/pyconpt2022/){:target="_blank"} +
** Be sure to grab your ticket ASAP! ** The tickets include the following food: morning snack, lunch, and afternoon snack. Please don't forget to ** add your dietary restrictions when purchasing your ticket! ** From 9c6acfb901b4a11eea2e63ddd3c77b2916a22791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 09:06:04 +0000 Subject: [PATCH 3/3] Bump mypy from 0.931 to 1.1.1 Bumps [mypy](https://github.com/python/mypy) from 0.931 to 1.1.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.931...v1.1.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 13728d3..03628da 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -6,7 +6,7 @@ psycopg2==2.9.3 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ -mypy==0.931 # https://github.com/python/mypy +mypy==1.1.1 # https://github.com/python/mypy django-stubs==1.9.0 # https://github.com/typeddjango/django-stubs pytest==7.0.1 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar