From c00746a4692476cddfb12331ea4becde3e42f279 Mon Sep 17 00:00:00 2001 From: thegm445 Date: Mon, 16 Oct 2023 19:41:21 -0300 Subject: [PATCH 1/2] docs(ata-03): add minutes for the third meeting --- docs/source/reunioes/atas/reuniao-03.rst | 11 +++++++++++ docs/source/reunioes/intro.rst | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/source/reunioes/atas/reuniao-03.rst diff --git a/docs/source/reunioes/atas/reuniao-03.rst b/docs/source/reunioes/atas/reuniao-03.rst new file mode 100644 index 0000000..70301d2 --- /dev/null +++ b/docs/source/reunioes/atas/reuniao-03.rst @@ -0,0 +1,11 @@ +Reunião 03 +========== + +:bdg-info:`09/10/2023` :bdg-warning:`Sprint 1` + +Resumo +------ + +Esta reunião teve como objetivos verficar o progresso nas tasks passadas no +início da sprint e solucionar problemas encontrados com a compatibilidade dos +ambientes. Reunião rápida, condizente com a metodologia usada. diff --git a/docs/source/reunioes/intro.rst b/docs/source/reunioes/intro.rst index fd2708f..9dbd348 100644 --- a/docs/source/reunioes/intro.rst +++ b/docs/source/reunioes/intro.rst @@ -23,3 +23,4 @@ Atas atas/reuniao-01 atas/reuniao-02 + atas/reuniao-03 From e24201bd87e8860231fad025909a89ca28ded628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:08:23 +0000 Subject: [PATCH 2/2] build(deps-dev): bump urllib3 from 2.0.6 to 2.0.7 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.6...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index d51465a..dc03d9c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1202,13 +1202,13 @@ files = [ [[package]] name = "urllib3" -version = "2.0.6" +version = "2.0.7" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.7" files = [ - {file = "urllib3-2.0.6-py3-none-any.whl", hash = "sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2"}, - {file = "urllib3-2.0.6.tar.gz", hash = "sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564"}, + {file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"}, + {file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"}, ] [package.extras]