From 7bca9c439ce86c35db05a11a89c03a9310e0430a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 17:10:53 -0400 Subject: [PATCH] Bump black from 23.11.0 to 24.3.0 in the pip group (#202) --- ...40045eae14_add_validation_expired_state.py | 1 + ...914bc_add_submission_time_to_submission.py | 1 + .../4ca961a003e1_create_filing_task_table.py | 1 + ...e26c1a22_create_filing_task_state_table.py | 1 + ...r_validation_json_to_validation_results.py | 1 + ...7d7036d_add_total_records_to_submission.py | 1 + .../versions/7a1b7eab0167_accept_updates.py | 1 + ...eb46bd_add_filename_to_submission_table.py | 1 + ...22f_240304_change_filing_task_state_to_.py | 1 + ...c89920be2e66_add_validation_error_state.py | 1 + .../fb46d55283d6_add_signature_table.py | 1 + poetry.lock | 55 +++++++++++-------- pyproject.toml | 2 +- 13 files changed, 44 insertions(+), 24 deletions(-) diff --git a/db_revisions/versions/0040045eae14_add_validation_expired_state.py b/db_revisions/versions/0040045eae14_add_validation_expired_state.py index a79c4d3d..85fb060c 100644 --- a/db_revisions/versions/0040045eae14_add_validation_expired_state.py +++ b/db_revisions/versions/0040045eae14_add_validation_expired_state.py @@ -5,6 +5,7 @@ Create Date: 2024-04-11 13:08:20.850470 """ + from typing import Sequence, Union from alembic import op, context diff --git a/db_revisions/versions/19fccbf914bc_add_submission_time_to_submission.py b/db_revisions/versions/19fccbf914bc_add_submission_time_to_submission.py index 945f1e5b..7e060198 100644 --- a/db_revisions/versions/19fccbf914bc_add_submission_time_to_submission.py +++ b/db_revisions/versions/19fccbf914bc_add_submission_time_to_submission.py @@ -5,6 +5,7 @@ Create Date: 2024-02-06 15:50:28.836237 """ + from typing import Sequence, Union from alembic import op diff --git a/db_revisions/versions/4ca961a003e1_create_filing_task_table.py b/db_revisions/versions/4ca961a003e1_create_filing_task_table.py index 7173902b..8fddee47 100644 --- a/db_revisions/versions/4ca961a003e1_create_filing_task_table.py +++ b/db_revisions/versions/4ca961a003e1_create_filing_task_table.py @@ -5,6 +5,7 @@ Create Date: 2024-01-30 12:59:15.720135 """ + from typing import Sequence, Union from alembic import op diff --git a/db_revisions/versions/4e8ae26c1a22_create_filing_task_state_table.py b/db_revisions/versions/4e8ae26c1a22_create_filing_task_state_table.py index 7fdddbc0..fa181abb 100644 --- a/db_revisions/versions/4e8ae26c1a22_create_filing_task_state_table.py +++ b/db_revisions/versions/4e8ae26c1a22_create_filing_task_state_table.py @@ -5,6 +5,7 @@ Create Date: 2024-01-30 13:02:52.041229 """ + from typing import Sequence, Union from alembic import op, context diff --git a/db_revisions/versions/5492f53d1fa5_alter_validation_json_to_validation_results.py b/db_revisions/versions/5492f53d1fa5_alter_validation_json_to_validation_results.py index e6422508..0e81488e 100644 --- a/db_revisions/versions/5492f53d1fa5_alter_validation_json_to_validation_results.py +++ b/db_revisions/versions/5492f53d1fa5_alter_validation_json_to_validation_results.py @@ -5,6 +5,7 @@ Create Date: 2024-05-01 13:40:54.288361 """ + from typing import Sequence, Union from alembic import op diff --git a/db_revisions/versions/7356a7d7036d_add_total_records_to_submission.py b/db_revisions/versions/7356a7d7036d_add_total_records_to_submission.py index 57a43ba0..9ebafe3b 100644 --- a/db_revisions/versions/7356a7d7036d_add_total_records_to_submission.py +++ b/db_revisions/versions/7356a7d7036d_add_total_records_to_submission.py @@ -5,6 +5,7 @@ Create Date: 2024-05-07 11:02:46.846411 """ + from typing import Sequence, Union from alembic import op diff --git a/db_revisions/versions/7a1b7eab0167_accept_updates.py b/db_revisions/versions/7a1b7eab0167_accept_updates.py index b190ef2b..6af7a843 100644 --- a/db_revisions/versions/7a1b7eab0167_accept_updates.py +++ b/db_revisions/versions/7a1b7eab0167_accept_updates.py @@ -5,6 +5,7 @@ Create Date: 2024-03-13 14:38:34.324557 """ + from typing import Sequence, Union from alembic import op, context diff --git a/db_revisions/versions/8e8faceb46bd_add_filename_to_submission_table.py b/db_revisions/versions/8e8faceb46bd_add_filename_to_submission_table.py index f58e451c..7ea5efc9 100644 --- a/db_revisions/versions/8e8faceb46bd_add_filename_to_submission_table.py +++ b/db_revisions/versions/8e8faceb46bd_add_filename_to_submission_table.py @@ -5,6 +5,7 @@ Create Date: 2024-03-06 10:43:59.261556 """ + from typing import Sequence, Union from alembic import op diff --git a/db_revisions/versions/bbc51b08d22f_240304_change_filing_task_state_to_.py b/db_revisions/versions/bbc51b08d22f_240304_change_filing_task_state_to_.py index 66b02184..12fbea41 100644 --- a/db_revisions/versions/bbc51b08d22f_240304_change_filing_task_state_to_.py +++ b/db_revisions/versions/bbc51b08d22f_240304_change_filing_task_state_to_.py @@ -5,6 +5,7 @@ Create Date: 2024-03-04 12:02:27.253888 """ + from typing import Sequence, Union from alembic import op diff --git a/db_revisions/versions/c89920be2e66_add_validation_error_state.py b/db_revisions/versions/c89920be2e66_add_validation_error_state.py index 1e409ddc..3e734abf 100644 --- a/db_revisions/versions/c89920be2e66_add_validation_error_state.py +++ b/db_revisions/versions/c89920be2e66_add_validation_error_state.py @@ -5,6 +5,7 @@ Create Date: 2024-04-18 13:06:48.162639 """ + from typing import Sequence, Union from alembic import op, context diff --git a/db_revisions/versions/fb46d55283d6_add_signature_table.py b/db_revisions/versions/fb46d55283d6_add_signature_table.py index 0b17fc31..95f2b767 100644 --- a/db_revisions/versions/fb46d55283d6_add_signature_table.py +++ b/db_revisions/versions/fb46d55283d6_add_signature_table.py @@ -5,6 +5,7 @@ Create Date: 2024-03-13 11:41:47.815220 """ + from typing import Sequence, Union from alembic import op diff --git a/poetry.lock b/poetry.lock index 72bf43ae..b823ca10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiosqlite" @@ -132,29 +132,33 @@ test = ["flake8 (>=6.1,<7.0)", "uvloop (>=0.15.3)"] [[package]] name = "black" -version = "23.11.0" +version = "24.4.2" description = "The uncompromising code formatter." optional = false python-versions = ">=3.8" files = [ - {file = "black-23.11.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:dbea0bb8575c6b6303cc65017b46351dc5953eea5c0a59d7b7e3a2d2f433a911"}, - {file = "black-23.11.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:412f56bab20ac85927f3a959230331de5614aecda1ede14b373083f62ec24e6f"}, - {file = "black-23.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d136ef5b418c81660ad847efe0e55c58c8208b77a57a28a503a5f345ccf01394"}, - {file = "black-23.11.0-cp310-cp310-win_amd64.whl", hash = "sha256:6c1cac07e64433f646a9a838cdc00c9768b3c362805afc3fce341af0e6a9ae9f"}, - {file = "black-23.11.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:cf57719e581cfd48c4efe28543fea3d139c6b6f1238b3f0102a9c73992cbb479"}, - {file = "black-23.11.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:698c1e0d5c43354ec5d6f4d914d0d553a9ada56c85415700b81dc90125aac244"}, - {file = "black-23.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:760415ccc20f9e8747084169110ef75d545f3b0932ee21368f63ac0fee86b221"}, - {file = "black-23.11.0-cp311-cp311-win_amd64.whl", hash = "sha256:58e5f4d08a205b11800332920e285bd25e1a75c54953e05502052738fe16b3b5"}, - {file = "black-23.11.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:45aa1d4675964946e53ab81aeec7a37613c1cb71647b5394779e6efb79d6d187"}, - {file = "black-23.11.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:4c44b7211a3a0570cc097e81135faa5f261264f4dfaa22bd5ee2875a4e773bd6"}, - {file = "black-23.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2a9acad1451632021ee0d146c8765782a0c3846e0e0ea46659d7c4f89d9b212b"}, - {file = "black-23.11.0-cp38-cp38-win_amd64.whl", hash = "sha256:fc7f6a44d52747e65a02558e1d807c82df1d66ffa80a601862040a43ec2e3142"}, - {file = "black-23.11.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:7f622b6822f02bfaf2a5cd31fdb7cd86fcf33dab6ced5185c35f5db98260b055"}, - {file = "black-23.11.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:250d7e60f323fcfc8ea6c800d5eba12f7967400eb6c2d21ae85ad31c204fb1f4"}, - {file = "black-23.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5133f5507007ba08d8b7b263c7aa0f931af5ba88a29beacc4b2dc23fcefe9c06"}, - {file = "black-23.11.0-cp39-cp39-win_amd64.whl", hash = "sha256:421f3e44aa67138ab1b9bfbc22ee3780b22fa5b291e4db8ab7eee95200726b07"}, - {file = "black-23.11.0-py3-none-any.whl", hash = "sha256:54caaa703227c6e0c87b76326d0862184729a69b73d3b7305b6288e1d830067e"}, - {file = "black-23.11.0.tar.gz", hash = "sha256:4c68855825ff432d197229846f971bc4d6666ce90492e5b02013bcaca4d9ab05"}, + {file = "black-24.4.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:dd1b5a14e417189db4c7b64a6540f31730713d173f0b63e55fabd52d61d8fdce"}, + {file = "black-24.4.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8e537d281831ad0e71007dcdcbe50a71470b978c453fa41ce77186bbe0ed6021"}, + {file = "black-24.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eaea3008c281f1038edb473c1aa8ed8143a5535ff18f978a318f10302b254063"}, + {file = "black-24.4.2-cp310-cp310-win_amd64.whl", hash = "sha256:7768a0dbf16a39aa5e9a3ded568bb545c8c2727396d063bbaf847df05b08cd96"}, + {file = "black-24.4.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:257d724c2c9b1660f353b36c802ccece186a30accc7742c176d29c146df6e474"}, + {file = "black-24.4.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:bdde6f877a18f24844e381d45e9947a49e97933573ac9d4345399be37621e26c"}, + {file = "black-24.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e151054aa00bad1f4e1f04919542885f89f5f7d086b8a59e5000e6c616896ffb"}, + {file = "black-24.4.2-cp311-cp311-win_amd64.whl", hash = "sha256:7e122b1c4fb252fd85df3ca93578732b4749d9be076593076ef4d07a0233c3e1"}, + {file = "black-24.4.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:accf49e151c8ed2c0cdc528691838afd217c50412534e876a19270fea1e28e2d"}, + {file = "black-24.4.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:88c57dc656038f1ab9f92b3eb5335ee9b021412feaa46330d5eba4e51fe49b04"}, + {file = "black-24.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:be8bef99eb46d5021bf053114442914baeb3649a89dc5f3a555c88737e5e98fc"}, + {file = "black-24.4.2-cp312-cp312-win_amd64.whl", hash = "sha256:415e686e87dbbe6f4cd5ef0fbf764af7b89f9057b97c908742b6008cc554b9c0"}, + {file = "black-24.4.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bf10f7310db693bb62692609b397e8d67257c55f949abde4c67f9cc574492cc7"}, + {file = "black-24.4.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:98e123f1d5cfd42f886624d84464f7756f60ff6eab89ae845210631714f6db94"}, + {file = "black-24.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:48a85f2cb5e6799a9ef05347b476cce6c182d6c71ee36925a6c194d074336ef8"}, + {file = "black-24.4.2-cp38-cp38-win_amd64.whl", hash = "sha256:b1530ae42e9d6d5b670a34db49a94115a64596bc77710b1d05e9801e62ca0a7c"}, + {file = "black-24.4.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:37aae07b029fa0174d39daf02748b379399b909652a806e5708199bd93899da1"}, + {file = "black-24.4.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:da33a1a5e49c4122ccdfd56cd021ff1ebc4a1ec4e2d01594fef9b6f267a9e741"}, + {file = "black-24.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ef703f83fc32e131e9bcc0a5094cfe85599e7109f896fe8bc96cc402f3eb4b6e"}, + {file = "black-24.4.2-cp39-cp39-win_amd64.whl", hash = "sha256:b9176b9832e84308818a99a561e90aa479e73c523b3f77afd07913380ae2eab7"}, + {file = "black-24.4.2-py3-none-any.whl", hash = "sha256:d36ed1124bb81b32f8614555b34cc4259c3fbc7eec17870e8ff8ded335b58d8c"}, + {file = "black-24.4.2.tar.gz", hash = "sha256:c872b53057f000085da66a19c55d68f6f8ddcac2642392ad3a355878406fbd4d"}, ] [package.dependencies] @@ -166,7 +170,7 @@ platformdirs = ">=2" [package.extras] colorama = ["colorama (>=0.4.3)"] -d = ["aiohttp (>=3.7.4)"] +d = ["aiohttp (>=3.7.4)", "aiohttp (>=3.7.4,!=3.9.0)"] jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"] uvloop = ["uvloop (>=0.15.2)"] @@ -938,6 +942,7 @@ files = [ {file = "pandas-2.2.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:0cace394b6ea70c01ca1595f839cf193df35d1575986e484ad35c4aeae7266c1"}, {file = "pandas-2.2.2-cp311-cp311-win_amd64.whl", hash = "sha256:873d13d177501a28b2756375d59816c365e42ed8417b41665f346289adc68d24"}, {file = "pandas-2.2.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:9dfde2a0ddef507a631dc9dc4af6a9489d5e2e740e226ad426a05cabfbd7c8ef"}, + {file = "pandas-2.2.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:e9b79011ff7a0f4b1d6da6a61aa1aa604fb312d6647de5bad20013682d1429ce"}, {file = "pandas-2.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1cb51fe389360f3b5a4d57dbd2848a5f033350336ca3b340d1c53a1fad33bcad"}, {file = "pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eee3a87076c0756de40b05c5e9a6069c035ba43e8dd71c379e68cab2c20f16ad"}, {file = "pandas-2.2.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:3e374f59e440d4ab45ca2fffde54b81ac3834cf5ae2cdfa69c90bc03bde04d76"}, @@ -1094,6 +1099,7 @@ files = [ {file = "psycopg2_binary-2.9.9-cp311-cp311-win32.whl", hash = "sha256:dc4926288b2a3e9fd7b50dc6a1909a13bbdadfc67d93f3374d984e56f885579d"}, {file = "psycopg2_binary-2.9.9-cp311-cp311-win_amd64.whl", hash = "sha256:b76bedd166805480ab069612119ea636f5ab8f8771e640ae103e05a4aae3e417"}, {file = "psycopg2_binary-2.9.9-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:8532fd6e6e2dc57bcb3bc90b079c60de896d2128c5d9d6f24a63875a95a088cf"}, + {file = "psycopg2_binary-2.9.9-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:b0605eaed3eb239e87df0d5e3c6489daae3f7388d455d0c0b4df899519c6a38d"}, {file = "psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8f8544b092a29a6ddd72f3556a9fcf249ec412e10ad28be6a0c0d948924f2212"}, {file = "psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2d423c8d8a3c82d08fe8af900ad5b613ce3632a1249fd6a223941d0735fce493"}, {file = "psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2e5afae772c00980525f6d6ecf7cbca55676296b580c0e6abb407f15f3706996"}, @@ -1102,6 +1108,8 @@ files = [ {file = "psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:cb16c65dcb648d0a43a2521f2f0a2300f40639f6f8c1ecbc662141e4e3e1ee07"}, {file = "psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:911dda9c487075abd54e644ccdf5e5c16773470a6a5d3826fda76699410066fb"}, {file = "psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:57fede879f08d23c85140a360c6a77709113efd1c993923c59fde17aa27599fe"}, + {file = "psycopg2_binary-2.9.9-cp312-cp312-win32.whl", hash = "sha256:64cf30263844fa208851ebb13b0732ce674d8ec6a0c86a4e160495d299ba3c93"}, + {file = "psycopg2_binary-2.9.9-cp312-cp312-win_amd64.whl", hash = "sha256:81ff62668af011f9a48787564ab7eded4e9fb17a4a6a74af5ffa6a457400d2ab"}, {file = "psycopg2_binary-2.9.9-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:2293b001e319ab0d869d660a704942c9e2cce19745262a8aba2115ef41a0a42a"}, {file = "psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:03ef7df18daf2c4c07e2695e8cfd5ee7f748a1d54d802330985a78d2a5a6dca9"}, {file = "psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0a602ea5aff39bb9fac6308e9c9d82b9a35c2bf288e184a816002c9fae930b77"}, @@ -1515,6 +1523,7 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, @@ -1569,7 +1578,7 @@ requests = "^2.31.0" type = "git" url = "https://github.com/cfpb/regtech-api-commons.git" reference = "HEAD" -resolved_reference = "835fcfec1ff822c80b851f620481883e6270ffaa" +resolved_reference = "63d9fa5e3e23a31e08fd95759818f5a286b64fb9" [[package]] name = "regtech-data-validator" @@ -2014,4 +2023,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "10453d0a74048ba7a46b4c1abd0b05c512d19944ad002e91db687a83d263f948" +content-hash = "e4abf3f26fecb3dcf22912c197a1156a91551111035d7006f28768cd3d579f29" diff --git a/pyproject.toml b/pyproject.toml index bc1491a8..2f68b0dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ aiosqlite = "^0.19.0" [tool.poetry.group.linters.dependencies] ruff = "0.1.6" -black = "23.11.0" +black = "24.4.2" [build-system] requires = ["poetry-core"]