dependabot[bot] | 69224bc | 2024-02-07 15:30:28 -0500 | [diff] [blame] | 1 | # This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 2 | |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 3 | [[package]] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 4 | name = "ansible-compat" |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 5 | version = "4.1.11" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 6 | description = "Ansible compatibility goodies" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 7 | optional = false |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 8 | python-versions = ">=3.9" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 9 | files = [ |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 10 | {file = "ansible-compat-4.1.11.tar.gz", hash = "sha256:b3e9f9d7c3a1ce6222de444e9dc6fece7eba70ac64f2a0befdc4e2d542018b4a"}, |
| 11 | {file = "ansible_compat-4.1.11-py3-none-any.whl", hash = "sha256:74a91807808a39af48ab6595811b9340d1458db26b138362f48bf39292190705"}, |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 12 | ] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 13 | |
| 14 | [package.dependencies] |
Oleksandr Kozachenko | 3997803 | 2023-02-07 04:03:07 +0100 | [diff] [blame] | 15 | ansible-core = ">=2.12" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 16 | jsonschema = ">=4.6.0" |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 17 | packaging = "*" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 18 | PyYAML = "*" |
Oleksandr Kozachenko | 3997803 | 2023-02-07 04:03:07 +0100 | [diff] [blame] | 19 | subprocess-tee = ">=0.4.1" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 20 | |
| 21 | [package.extras] |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 22 | docs = ["argparse-manpage", "black", "mkdocs-ansible[lock] (>=0.1.2)"] |
| 23 | test = ["coverage", "pip-tools", "pytest (>=7.2.0)", "pytest-mock", "pytest-plus (>=0.6.1)"] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 24 | |
| 25 | [[package]] |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 26 | name = "ansible-core" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 27 | version = "2.16.6" |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 28 | description = "Radically simple IT automation" |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 29 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 30 | python-versions = ">=3.10" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 31 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 32 | {file = "ansible_core-2.16.6-py3-none-any.whl", hash = "sha256:f9dea5044a86fd95cc27099f4f5c3ae9beb23acf7c3b6331455726c47825922b"}, |
| 33 | {file = "ansible_core-2.16.6.tar.gz", hash = "sha256:111e55d358c2297ec0ce03ba98e6c5ce95947fdf50d878215eb8c183d0c275e4"}, |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 34 | ] |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 35 | |
| 36 | [package.dependencies] |
| 37 | cryptography = "*" |
| 38 | jinja2 = ">=3.0.0" |
| 39 | packaging = "*" |
| 40 | PyYAML = ">=5.1" |
dependabot[bot] | 69224bc | 2024-02-07 15:30:28 -0500 | [diff] [blame] | 41 | resolvelib = ">=0.5.3,<1.1.0" |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 42 | |
| 43 | [[package]] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 44 | name = "appdirs" |
| 45 | version = "1.4.4" |
| 46 | description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 47 | optional = false |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 48 | python-versions = "*" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 49 | files = [ |
| 50 | {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"}, |
| 51 | {file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"}, |
| 52 | ] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 53 | |
| 54 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 55 | name = "attrs" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 56 | version = "23.2.0" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 57 | description = "Classes Without Boilerplate" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 58 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 59 | python-versions = ">=3.7" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 60 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 61 | {file = "attrs-23.2.0-py3-none-any.whl", hash = "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"}, |
| 62 | {file = "attrs-23.2.0.tar.gz", hash = "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30"}, |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 63 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 64 | |
| 65 | [package.extras] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 66 | cov = ["attrs[tests]", "coverage[toml] (>=5.3)"] |
| 67 | dev = ["attrs[tests]", "pre-commit"] |
| 68 | docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope-interface"] |
| 69 | tests = ["attrs[tests-no-zope]", "zope-interface"] |
| 70 | tests-mypy = ["mypy (>=1.6)", "pytest-mypy-plugins"] |
| 71 | tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist[psutil]"] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 72 | |
| 73 | [[package]] |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 74 | name = "bracex" |
| 75 | version = "2.4" |
| 76 | description = "Bash style brace expander." |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 77 | optional = false |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 78 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 79 | files = [ |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 80 | {file = "bracex-2.4-py3-none-any.whl", hash = "sha256:efdc71eff95eaff5e0f8cfebe7d01adf2c8637c8c92edaf63ef348c241a82418"}, |
| 81 | {file = "bracex-2.4.tar.gz", hash = "sha256:a27eaf1df42cf561fed58b7a8f3fdf129d1ea16a81e1fadd1d17989bc6384beb"}, |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 82 | ] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 83 | |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 84 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 85 | name = "certifi" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 86 | version = "2024.2.2" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 87 | description = "Python package for providing Mozilla's CA Bundle." |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 88 | optional = false |
| 89 | python-versions = ">=3.6" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 90 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 91 | {file = "certifi-2024.2.2-py3-none-any.whl", hash = "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"}, |
| 92 | {file = "certifi-2024.2.2.tar.gz", hash = "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f"}, |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 93 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 94 | |
| 95 | [[package]] |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 96 | name = "cffi" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 97 | version = "1.16.0" |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 98 | description = "Foreign Function Interface for Python calling C code." |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 99 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 100 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 101 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 102 | {file = "cffi-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:6b3d6606d369fc1da4fd8c357d026317fbb9c9b75d36dc16e90e84c26854b088"}, |
| 103 | {file = "cffi-1.16.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ac0f5edd2360eea2f1daa9e26a41db02dd4b0451b48f7c318e217ee092a213e9"}, |
| 104 | {file = "cffi-1.16.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7e61e3e4fa664a8588aa25c883eab612a188c725755afff6289454d6362b9673"}, |
| 105 | {file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a72e8961a86d19bdb45851d8f1f08b041ea37d2bd8d4fd19903bc3083d80c896"}, |
| 106 | {file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5b50bf3f55561dac5438f8e70bfcdfd74543fd60df5fa5f62d94e5867deca684"}, |
| 107 | {file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7651c50c8c5ef7bdb41108b7b8c5a83013bfaa8a935590c5d74627c047a583c7"}, |
| 108 | {file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e4108df7fe9b707191e55f33efbcb2d81928e10cea45527879a4749cbe472614"}, |
| 109 | {file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:32c68ef735dbe5857c810328cb2481e24722a59a2003018885514d4c09af9743"}, |
| 110 | {file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:673739cb539f8cdaa07d92d02efa93c9ccf87e345b9a0b556e3ecc666718468d"}, |
| 111 | {file = "cffi-1.16.0-cp310-cp310-win32.whl", hash = "sha256:9f90389693731ff1f659e55c7d1640e2ec43ff725cc61b04b2f9c6d8d017df6a"}, |
| 112 | {file = "cffi-1.16.0-cp310-cp310-win_amd64.whl", hash = "sha256:e6024675e67af929088fda399b2094574609396b1decb609c55fa58b028a32a1"}, |
| 113 | {file = "cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404"}, |
| 114 | {file = "cffi-1.16.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417"}, |
| 115 | {file = "cffi-1.16.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ee07e47c12890ef248766a6e55bd38ebfb2bb8edd4142d56db91b21ea68b7627"}, |
| 116 | {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936"}, |
| 117 | {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e70f54f1796669ef691ca07d046cd81a29cb4deb1e5f942003f401c0c4a2695d"}, |
| 118 | {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5bf44d66cdf9e893637896c7faa22298baebcd18d1ddb6d2626a6e39793a1d56"}, |
| 119 | {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e"}, |
| 120 | {file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:c6a164aa47843fb1b01e941d385aab7215563bb8816d80ff3a363a9f8448a8dc"}, |
| 121 | {file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e09f3ff613345df5e8c3667da1d918f9149bd623cd9070c983c013792a9a62eb"}, |
| 122 | {file = "cffi-1.16.0-cp311-cp311-win32.whl", hash = "sha256:2c56b361916f390cd758a57f2e16233eb4f64bcbeee88a4881ea90fca14dc6ab"}, |
| 123 | {file = "cffi-1.16.0-cp311-cp311-win_amd64.whl", hash = "sha256:db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba"}, |
| 124 | {file = "cffi-1.16.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956"}, |
| 125 | {file = "cffi-1.16.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:68e7c44931cc171c54ccb702482e9fc723192e88d25a0e133edd7aff8fcd1f6e"}, |
| 126 | {file = "cffi-1.16.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:abd808f9c129ba2beda4cfc53bde801e5bcf9d6e0f22f095e45327c038bfe68e"}, |
| 127 | {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:88e2b3c14bdb32e440be531ade29d3c50a1a59cd4e51b1dd8b0865c54ea5d2e2"}, |
| 128 | {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357"}, |
| 129 | {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b7be2d771cdba2942e13215c4e340bfd76398e9227ad10402a8767ab1865d2e6"}, |
| 130 | {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e715596e683d2ce000574bae5d07bd522c781a822866c20495e52520564f0969"}, |
| 131 | {file = "cffi-1.16.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:2d92b25dbf6cae33f65005baf472d2c245c050b1ce709cc4588cdcdd5495b520"}, |
| 132 | {file = "cffi-1.16.0-cp312-cp312-win32.whl", hash = "sha256:b2ca4e77f9f47c55c194982e10f058db063937845bb2b7a86c84a6cfe0aefa8b"}, |
| 133 | {file = "cffi-1.16.0-cp312-cp312-win_amd64.whl", hash = "sha256:68678abf380b42ce21a5f2abde8efee05c114c2fdb2e9eef2efdb0257fba1235"}, |
| 134 | {file = "cffi-1.16.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc"}, |
| 135 | {file = "cffi-1.16.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a09582f178759ee8128d9270cd1344154fd473bb77d94ce0aeb2a93ebf0feaf0"}, |
| 136 | {file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e760191dd42581e023a68b758769e2da259b5d52e3103c6060ddc02c9edb8d7b"}, |
| 137 | {file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:80876338e19c951fdfed6198e70bc88f1c9758b94578d5a7c4c91a87af3cf31c"}, |
| 138 | {file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a6a14b17d7e17fa0d207ac08642c8820f84f25ce17a442fd15e27ea18d67c59b"}, |
| 139 | {file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6602bc8dc6f3a9e02b6c22c4fc1e47aa50f8f8e6d3f78a5e16ac33ef5fefa324"}, |
| 140 | {file = "cffi-1.16.0-cp38-cp38-win32.whl", hash = "sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a"}, |
| 141 | {file = "cffi-1.16.0-cp38-cp38-win_amd64.whl", hash = "sha256:31d13b0f99e0836b7ff893d37af07366ebc90b678b6664c955b54561fc36ef36"}, |
| 142 | {file = "cffi-1.16.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:582215a0e9adbe0e379761260553ba11c58943e4bbe9c36430c4ca6ac74b15ed"}, |
| 143 | {file = "cffi-1.16.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:b29ebffcf550f9da55bec9e02ad430c992a87e5f512cd63388abb76f1036d8d2"}, |
| 144 | {file = "cffi-1.16.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:dc9b18bf40cc75f66f40a7379f6a9513244fe33c0e8aa72e2d56b0196a7ef872"}, |
| 145 | {file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9cb4a35b3642fc5c005a6755a5d17c6c8b6bcb6981baf81cea8bfbc8903e8ba8"}, |
| 146 | {file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b86851a328eedc692acf81fb05444bdf1891747c25af7529e39ddafaf68a4f3f"}, |
| 147 | {file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c0f31130ebc2d37cdd8e44605fb5fa7ad59049298b3f745c74fa74c62fbfcfc4"}, |
| 148 | {file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8f8e709127c6c77446a8c0a8c8bf3c8ee706a06cd44b1e827c3e6a2ee6b8c098"}, |
| 149 | {file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:748dcd1e3d3d7cd5443ef03ce8685043294ad6bd7c02a38d1bd367cfd968e000"}, |
| 150 | {file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8895613bcc094d4a1b2dbe179d88d7fb4a15cee43c052e8885783fac397d91fe"}, |
| 151 | {file = "cffi-1.16.0-cp39-cp39-win32.whl", hash = "sha256:ed86a35631f7bfbb28e108dd96773b9d5a6ce4811cf6ea468bb6a359b256b1e4"}, |
| 152 | {file = "cffi-1.16.0-cp39-cp39-win_amd64.whl", hash = "sha256:3686dffb02459559c74dd3d81748269ffb0eb027c39a6fc99502de37d501faa8"}, |
| 153 | {file = "cffi-1.16.0.tar.gz", hash = "sha256:bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0"}, |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 154 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 155 | |
| 156 | [package.dependencies] |
| 157 | pycparser = "*" |
| 158 | |
| 159 | [[package]] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 160 | name = "charset-normalizer" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 161 | version = "3.3.2" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 162 | description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 163 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 164 | python-versions = ">=3.7.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 165 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 166 | {file = "charset-normalizer-3.3.2.tar.gz", hash = "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5"}, |
| 167 | {file = "charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3"}, |
| 168 | {file = "charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027"}, |
| 169 | {file = "charset_normalizer-3.3.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03"}, |
| 170 | {file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d"}, |
| 171 | {file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e"}, |
| 172 | {file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6"}, |
| 173 | {file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5"}, |
| 174 | {file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537"}, |
| 175 | {file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c"}, |
| 176 | {file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12"}, |
| 177 | {file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f"}, |
| 178 | {file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269"}, |
| 179 | {file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519"}, |
| 180 | {file = "charset_normalizer-3.3.2-cp310-cp310-win32.whl", hash = "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73"}, |
| 181 | {file = "charset_normalizer-3.3.2-cp310-cp310-win_amd64.whl", hash = "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09"}, |
| 182 | {file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db"}, |
| 183 | {file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96"}, |
| 184 | {file = "charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e"}, |
| 185 | {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f"}, |
| 186 | {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574"}, |
| 187 | {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4"}, |
| 188 | {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8"}, |
| 189 | {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc"}, |
| 190 | {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae"}, |
| 191 | {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887"}, |
| 192 | {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae"}, |
| 193 | {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce"}, |
| 194 | {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f"}, |
| 195 | {file = "charset_normalizer-3.3.2-cp311-cp311-win32.whl", hash = "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab"}, |
| 196 | {file = "charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl", hash = "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77"}, |
| 197 | {file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8"}, |
| 198 | {file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b"}, |
| 199 | {file = "charset_normalizer-3.3.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6"}, |
| 200 | {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a"}, |
| 201 | {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389"}, |
| 202 | {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa"}, |
| 203 | {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b"}, |
| 204 | {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed"}, |
| 205 | {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26"}, |
| 206 | {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d"}, |
| 207 | {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068"}, |
| 208 | {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143"}, |
| 209 | {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4"}, |
| 210 | {file = "charset_normalizer-3.3.2-cp312-cp312-win32.whl", hash = "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7"}, |
| 211 | {file = "charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl", hash = "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001"}, |
| 212 | {file = "charset_normalizer-3.3.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c"}, |
| 213 | {file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5"}, |
| 214 | {file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985"}, |
| 215 | {file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6"}, |
| 216 | {file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714"}, |
| 217 | {file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786"}, |
| 218 | {file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5"}, |
| 219 | {file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c"}, |
| 220 | {file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8"}, |
| 221 | {file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711"}, |
| 222 | {file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811"}, |
| 223 | {file = "charset_normalizer-3.3.2-cp37-cp37m-win32.whl", hash = "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4"}, |
| 224 | {file = "charset_normalizer-3.3.2-cp37-cp37m-win_amd64.whl", hash = "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99"}, |
| 225 | {file = "charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a"}, |
| 226 | {file = "charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac"}, |
| 227 | {file = "charset_normalizer-3.3.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a"}, |
| 228 | {file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33"}, |
| 229 | {file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238"}, |
| 230 | {file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a"}, |
| 231 | {file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2"}, |
| 232 | {file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8"}, |
| 233 | {file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898"}, |
| 234 | {file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99"}, |
| 235 | {file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d"}, |
| 236 | {file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04"}, |
| 237 | {file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087"}, |
| 238 | {file = "charset_normalizer-3.3.2-cp38-cp38-win32.whl", hash = "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25"}, |
| 239 | {file = "charset_normalizer-3.3.2-cp38-cp38-win_amd64.whl", hash = "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b"}, |
| 240 | {file = "charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4"}, |
| 241 | {file = "charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d"}, |
| 242 | {file = "charset_normalizer-3.3.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0"}, |
| 243 | {file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269"}, |
| 244 | {file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c"}, |
| 245 | {file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519"}, |
| 246 | {file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796"}, |
| 247 | {file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185"}, |
| 248 | {file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c"}, |
| 249 | {file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458"}, |
| 250 | {file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2"}, |
| 251 | {file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8"}, |
| 252 | {file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561"}, |
| 253 | {file = "charset_normalizer-3.3.2-cp39-cp39-win32.whl", hash = "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f"}, |
| 254 | {file = "charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl", hash = "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d"}, |
| 255 | {file = "charset_normalizer-3.3.2-py3-none-any.whl", hash = "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 256 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 257 | |
| 258 | [[package]] |
| 259 | name = "click" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 260 | version = "8.1.7" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 261 | description = "Composable command line interface toolkit" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 262 | optional = false |
| 263 | python-versions = ">=3.7" |
| 264 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 265 | {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"}, |
| 266 | {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"}, |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 267 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 268 | |
| 269 | [package.dependencies] |
| 270 | colorama = {version = "*", markers = "platform_system == \"Windows\""} |
| 271 | |
| 272 | [[package]] |
| 273 | name = "click-help-colors" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 274 | version = "0.9.4" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 275 | description = "Colorization of help messages in Click" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 276 | optional = false |
| 277 | python-versions = "*" |
| 278 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 279 | {file = "click-help-colors-0.9.4.tar.gz", hash = "sha256:f4cabe52cf550299b8888f4f2ee4c5f359ac27e33bcfe4d61db47785a5cc936c"}, |
| 280 | {file = "click_help_colors-0.9.4-py3-none-any.whl", hash = "sha256:b33c5803eeaeb084393b1ab5899dc5476c7196b87a18713045afe76f840b42db"}, |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 281 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 282 | |
| 283 | [package.dependencies] |
| 284 | click = ">=7.0,<9" |
| 285 | |
| 286 | [package.extras] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 287 | dev = ["mypy", "pytest"] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 288 | |
| 289 | [[package]] |
| 290 | name = "colorama" |
| 291 | version = "0.4.6" |
| 292 | description = "Cross-platform colored terminal text." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 293 | optional = false |
| 294 | python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" |
| 295 | files = [ |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 296 | {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, |
| 297 | {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 298 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 299 | |
| 300 | [[package]] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 301 | name = "coverage" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 302 | version = "7.5.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 303 | description = "Code coverage measurement for Python" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 304 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 305 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 306 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 307 | {file = "coverage-7.5.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:432949a32c3e3f820af808db1833d6d1631664d53dd3ce487aa25d574e18ad1c"}, |
| 308 | {file = "coverage-7.5.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:2bd7065249703cbeb6d4ce679c734bef0ee69baa7bff9724361ada04a15b7e3b"}, |
| 309 | {file = "coverage-7.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bbfe6389c5522b99768a93d89aca52ef92310a96b99782973b9d11e80511f932"}, |
| 310 | {file = "coverage-7.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:39793731182c4be939b4be0cdecde074b833f6171313cf53481f869937129ed3"}, |
| 311 | {file = "coverage-7.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:85a5dbe1ba1bf38d6c63b6d2c42132d45cbee6d9f0c51b52c59aa4afba057517"}, |
| 312 | {file = "coverage-7.5.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:357754dcdfd811462a725e7501a9b4556388e8ecf66e79df6f4b988fa3d0b39a"}, |
| 313 | {file = "coverage-7.5.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:a81eb64feded34f40c8986869a2f764f0fe2db58c0530d3a4afbcde50f314880"}, |
| 314 | {file = "coverage-7.5.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:51431d0abbed3a868e967f8257c5faf283d41ec882f58413cf295a389bb22e58"}, |
| 315 | {file = "coverage-7.5.0-cp310-cp310-win32.whl", hash = "sha256:f609ebcb0242d84b7adeee2b06c11a2ddaec5464d21888b2c8255f5fd6a98ae4"}, |
| 316 | {file = "coverage-7.5.0-cp310-cp310-win_amd64.whl", hash = "sha256:6782cd6216fab5a83216cc39f13ebe30adfac2fa72688c5a4d8d180cd52e8f6a"}, |
| 317 | {file = "coverage-7.5.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:e768d870801f68c74c2b669fc909839660180c366501d4cc4b87efd6b0eee375"}, |
| 318 | {file = "coverage-7.5.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:84921b10aeb2dd453247fd10de22907984eaf80901b578a5cf0bb1e279a587cb"}, |
| 319 | {file = "coverage-7.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:710c62b6e35a9a766b99b15cdc56d5aeda0914edae8bb467e9c355f75d14ee95"}, |
| 320 | {file = "coverage-7.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c379cdd3efc0658e652a14112d51a7668f6bfca7445c5a10dee7eabecabba19d"}, |
| 321 | {file = "coverage-7.5.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fea9d3ca80bcf17edb2c08a4704259dadac196fe5e9274067e7a20511fad1743"}, |
| 322 | {file = "coverage-7.5.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:41327143c5b1d715f5f98a397608f90ab9ebba606ae4e6f3389c2145410c52b1"}, |
| 323 | {file = "coverage-7.5.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:565b2e82d0968c977e0b0f7cbf25fd06d78d4856289abc79694c8edcce6eb2de"}, |
| 324 | {file = "coverage-7.5.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:cf3539007202ebfe03923128fedfdd245db5860a36810136ad95a564a2fdffff"}, |
| 325 | {file = "coverage-7.5.0-cp311-cp311-win32.whl", hash = "sha256:bf0b4b8d9caa8d64df838e0f8dcf68fb570c5733b726d1494b87f3da85db3a2d"}, |
| 326 | {file = "coverage-7.5.0-cp311-cp311-win_amd64.whl", hash = "sha256:9c6384cc90e37cfb60435bbbe0488444e54b98700f727f16f64d8bfda0b84656"}, |
| 327 | {file = "coverage-7.5.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:fed7a72d54bd52f4aeb6c6e951f363903bd7d70bc1cad64dd1f087980d309ab9"}, |
| 328 | {file = "coverage-7.5.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:cbe6581fcff7c8e262eb574244f81f5faaea539e712a058e6707a9d272fe5b64"}, |
| 329 | {file = "coverage-7.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ad97ec0da94b378e593ef532b980c15e377df9b9608c7c6da3506953182398af"}, |
| 330 | {file = "coverage-7.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bd4bacd62aa2f1a1627352fe68885d6ee694bdaebb16038b6e680f2924a9b2cc"}, |
| 331 | {file = "coverage-7.5.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:adf032b6c105881f9d77fa17d9eebe0ad1f9bfb2ad25777811f97c5362aa07f2"}, |
| 332 | {file = "coverage-7.5.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:4ba01d9ba112b55bfa4b24808ec431197bb34f09f66f7cb4fd0258ff9d3711b1"}, |
| 333 | {file = "coverage-7.5.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:f0bfe42523893c188e9616d853c47685e1c575fe25f737adf473d0405dcfa7eb"}, |
| 334 | {file = "coverage-7.5.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:a9a7ef30a1b02547c1b23fa9a5564f03c9982fc71eb2ecb7f98c96d7a0db5cf2"}, |
| 335 | {file = "coverage-7.5.0-cp312-cp312-win32.whl", hash = "sha256:3c2b77f295edb9fcdb6a250f83e6481c679335ca7e6e4a955e4290350f2d22a4"}, |
| 336 | {file = "coverage-7.5.0-cp312-cp312-win_amd64.whl", hash = "sha256:427e1e627b0963ac02d7c8730ca6d935df10280d230508c0ba059505e9233475"}, |
| 337 | {file = "coverage-7.5.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:9dd88fce54abbdbf4c42fb1fea0e498973d07816f24c0e27a1ecaf91883ce69e"}, |
| 338 | {file = "coverage-7.5.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:a898c11dca8f8c97b467138004a30133974aacd572818c383596f8d5b2eb04a9"}, |
| 339 | {file = "coverage-7.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:07dfdd492d645eea1bd70fb1d6febdcf47db178b0d99161d8e4eed18e7f62fe7"}, |
| 340 | {file = "coverage-7.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d3d117890b6eee85887b1eed41eefe2e598ad6e40523d9f94c4c4b213258e4a4"}, |
| 341 | {file = "coverage-7.5.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6afd2e84e7da40fe23ca588379f815fb6dbbb1b757c883935ed11647205111cb"}, |
| 342 | {file = "coverage-7.5.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:a9960dd1891b2ddf13a7fe45339cd59ecee3abb6b8326d8b932d0c5da208104f"}, |
| 343 | {file = "coverage-7.5.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:ced268e82af993d7801a9db2dbc1d2322e786c5dc76295d8e89473d46c6b84d4"}, |
| 344 | {file = "coverage-7.5.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:e7c211f25777746d468d76f11719e64acb40eed410d81c26cefac641975beb88"}, |
| 345 | {file = "coverage-7.5.0-cp38-cp38-win32.whl", hash = "sha256:262fffc1f6c1a26125d5d573e1ec379285a3723363f3bd9c83923c9593a2ac25"}, |
| 346 | {file = "coverage-7.5.0-cp38-cp38-win_amd64.whl", hash = "sha256:eed462b4541c540d63ab57b3fc69e7d8c84d5957668854ee4e408b50e92ce26a"}, |
| 347 | {file = "coverage-7.5.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d0194d654e360b3e6cc9b774e83235bae6b9b2cac3be09040880bb0e8a88f4a1"}, |
| 348 | {file = "coverage-7.5.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:33c020d3322662e74bc507fb11488773a96894aa82a622c35a5a28673c0c26f5"}, |
| 349 | {file = "coverage-7.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0cbdf2cae14a06827bec50bd58e49249452d211d9caddd8bd80e35b53cb04631"}, |
| 350 | {file = "coverage-7.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3235d7c781232e525b0761730e052388a01548bd7f67d0067a253887c6e8df46"}, |
| 351 | {file = "coverage-7.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:db2de4e546f0ec4b2787d625e0b16b78e99c3e21bc1722b4977c0dddf11ca84e"}, |
| 352 | {file = "coverage-7.5.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:4d0e206259b73af35c4ec1319fd04003776e11e859936658cb6ceffdeba0f5be"}, |
| 353 | {file = "coverage-7.5.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:2055c4fb9a6ff624253d432aa471a37202cd8f458c033d6d989be4499aed037b"}, |
| 354 | {file = "coverage-7.5.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:075299460948cd12722a970c7eae43d25d37989da682997687b34ae6b87c0ef0"}, |
| 355 | {file = "coverage-7.5.0-cp39-cp39-win32.whl", hash = "sha256:280132aada3bc2f0fac939a5771db4fbb84f245cb35b94fae4994d4c1f80dae7"}, |
| 356 | {file = "coverage-7.5.0-cp39-cp39-win_amd64.whl", hash = "sha256:c58536f6892559e030e6924896a44098bc1290663ea12532c78cef71d0df8493"}, |
| 357 | {file = "coverage-7.5.0-pp38.pp39.pp310-none-any.whl", hash = "sha256:2b57780b51084d5223eee7b59f0d4911c31c16ee5aa12737c7a02455829ff067"}, |
| 358 | {file = "coverage-7.5.0.tar.gz", hash = "sha256:cf62d17310f34084c59c01e027259076479128d11e4661bb6c9acb38c5e19bb8"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 359 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 360 | |
| 361 | [package.dependencies] |
| 362 | tomli = {version = "*", optional = true, markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\""} |
| 363 | |
| 364 | [package.extras] |
| 365 | toml = ["tomli"] |
| 366 | |
| 367 | [[package]] |
| 368 | name = "cryptography" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 369 | version = "42.0.5" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 370 | description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 371 | optional = false |
dependabot[bot] | f9763e1 | 2023-06-02 20:20:00 +0000 | [diff] [blame] | 372 | python-versions = ">=3.7" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 373 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 374 | {file = "cryptography-42.0.5-cp37-abi3-macosx_10_12_universal2.whl", hash = "sha256:a30596bae9403a342c978fb47d9b0ee277699fa53bbafad14706af51fe543d16"}, |
| 375 | {file = "cryptography-42.0.5-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:b7ffe927ee6531c78f81aa17e684e2ff617daeba7f189f911065b2ea2d526dec"}, |
| 376 | {file = "cryptography-42.0.5-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2424ff4c4ac7f6b8177b53c17ed5d8fa74ae5955656867f5a8affaca36a27abb"}, |
| 377 | {file = "cryptography-42.0.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:329906dcc7b20ff3cad13c069a78124ed8247adcac44b10bea1130e36caae0b4"}, |
| 378 | {file = "cryptography-42.0.5-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:b03c2ae5d2f0fc05f9a2c0c997e1bc18c8229f392234e8a0194f202169ccd278"}, |
| 379 | {file = "cryptography-42.0.5-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:f8837fe1d6ac4a8052a9a8ddab256bc006242696f03368a4009be7ee3075cdb7"}, |
| 380 | {file = "cryptography-42.0.5-cp37-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:0270572b8bd2c833c3981724b8ee9747b3ec96f699a9665470018594301439ee"}, |
| 381 | {file = "cryptography-42.0.5-cp37-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:b8cac287fafc4ad485b8a9b67d0ee80c66bf3574f655d3b97ef2e1082360faf1"}, |
| 382 | {file = "cryptography-42.0.5-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:16a48c23a62a2f4a285699dba2e4ff2d1cff3115b9df052cdd976a18856d8e3d"}, |
| 383 | {file = "cryptography-42.0.5-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:2bce03af1ce5a5567ab89bd90d11e7bbdff56b8af3acbbec1faded8f44cb06da"}, |
| 384 | {file = "cryptography-42.0.5-cp37-abi3-win32.whl", hash = "sha256:b6cd2203306b63e41acdf39aa93b86fb566049aeb6dc489b70e34bcd07adca74"}, |
| 385 | {file = "cryptography-42.0.5-cp37-abi3-win_amd64.whl", hash = "sha256:98d8dc6d012b82287f2c3d26ce1d2dd130ec200c8679b6213b3c73c08b2b7940"}, |
| 386 | {file = "cryptography-42.0.5-cp39-abi3-macosx_10_12_universal2.whl", hash = "sha256:5e6275c09d2badf57aea3afa80d975444f4be8d3bc58f7f80d2a484c6f9485c8"}, |
| 387 | {file = "cryptography-42.0.5-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e4985a790f921508f36f81831817cbc03b102d643b5fcb81cd33df3fa291a1a1"}, |
| 388 | {file = "cryptography-42.0.5-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7cde5f38e614f55e28d831754e8a3bacf9ace5d1566235e39d91b35502d6936e"}, |
| 389 | {file = "cryptography-42.0.5-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:7367d7b2eca6513681127ebad53b2582911d1736dc2ffc19f2c3ae49997496bc"}, |
| 390 | {file = "cryptography-42.0.5-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:cd2030f6650c089aeb304cf093f3244d34745ce0cfcc39f20c6fbfe030102e2a"}, |
| 391 | {file = "cryptography-42.0.5-cp39-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:a2913c5375154b6ef2e91c10b5720ea6e21007412f6437504ffea2109b5a33d7"}, |
| 392 | {file = "cryptography-42.0.5-cp39-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:c41fb5e6a5fe9ebcd58ca3abfeb51dffb5d83d6775405305bfa8715b76521922"}, |
| 393 | {file = "cryptography-42.0.5-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:3eaafe47ec0d0ffcc9349e1708be2aaea4c6dd4978d76bf6eb0cb2c13636c6fc"}, |
| 394 | {file = "cryptography-42.0.5-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:1b95b98b0d2af784078fa69f637135e3c317091b615cd0905f8b8a087e86fa30"}, |
| 395 | {file = "cryptography-42.0.5-cp39-abi3-win32.whl", hash = "sha256:1f71c10d1e88467126f0efd484bd44bca5e14c664ec2ede64c32f20875c0d413"}, |
| 396 | {file = "cryptography-42.0.5-cp39-abi3-win_amd64.whl", hash = "sha256:a011a644f6d7d03736214d38832e030d8268bcff4a41f728e6030325fea3e400"}, |
| 397 | {file = "cryptography-42.0.5-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:9481ffe3cf013b71b2428b905c4f7a9a4f76ec03065b05ff499bb5682a8d9ad8"}, |
| 398 | {file = "cryptography-42.0.5-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:ba334e6e4b1d92442b75ddacc615c5476d4ad55cc29b15d590cc6b86efa487e2"}, |
| 399 | {file = "cryptography-42.0.5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:ba3e4a42397c25b7ff88cdec6e2a16c2be18720f317506ee25210f6d31925f9c"}, |
| 400 | {file = "cryptography-42.0.5-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:111a0d8553afcf8eb02a4fea6ca4f59d48ddb34497aa8706a6cf536f1a5ec576"}, |
| 401 | {file = "cryptography-42.0.5-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:cd65d75953847815962c84a4654a84850b2bb4aed3f26fadcc1c13892e1e29f6"}, |
| 402 | {file = "cryptography-42.0.5-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:e807b3188f9eb0eaa7bbb579b462c5ace579f1cedb28107ce8b48a9f7ad3679e"}, |
| 403 | {file = "cryptography-42.0.5-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:f12764b8fffc7a123f641d7d049d382b73f96a34117e0b637b80643169cec8ac"}, |
| 404 | {file = "cryptography-42.0.5-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:37dd623507659e08be98eec89323469e8c7b4c1407c85112634ae3dbdb926fdd"}, |
| 405 | {file = "cryptography-42.0.5.tar.gz", hash = "sha256:6fe07eec95dfd477eb9530aef5bead34fec819b3aaf6c5bd6d20565da607bfe1"}, |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 406 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 407 | |
| 408 | [package.dependencies] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 409 | cffi = {version = ">=1.12", markers = "platform_python_implementation != \"PyPy\""} |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 410 | |
| 411 | [package.extras] |
dependabot[bot] | a012217 | 2023-03-22 00:07:21 +0000 | [diff] [blame] | 412 | docs = ["sphinx (>=5.3.0)", "sphinx-rtd-theme (>=1.1.1)"] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 413 | docstest = ["pyenchant (>=1.6.11)", "readme-renderer", "sphinxcontrib-spelling (>=4.0.1)"] |
dependabot[bot] | f9763e1 | 2023-06-02 20:20:00 +0000 | [diff] [blame] | 414 | nox = ["nox"] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 415 | pep8test = ["check-sdist", "click", "mypy", "ruff"] |
dependabot[bot] | f9763e1 | 2023-06-02 20:20:00 +0000 | [diff] [blame] | 416 | sdist = ["build"] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 417 | ssh = ["bcrypt (>=3.1.5)"] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 418 | test = ["certifi", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-xdist"] |
dependabot[bot] | a012217 | 2023-03-22 00:07:21 +0000 | [diff] [blame] | 419 | test-randomorder = ["pytest-randomly"] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 420 | |
| 421 | [[package]] |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 422 | name = "debtcollector" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 423 | version = "3.0.0" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 424 | description = "A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner." |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 425 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 426 | python-versions = ">=3.8" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 427 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 428 | {file = "debtcollector-3.0.0-py3-none-any.whl", hash = "sha256:46f9dacbe8ce49c47ebf2bf2ec878d50c9443dfae97cc7b8054be684e54c3e91"}, |
| 429 | {file = "debtcollector-3.0.0.tar.gz", hash = "sha256:2a8917d25b0e1f1d0d365d3c1c6ecfc7a522b1e9716e8a1a4a915126f7ccea6f"}, |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 430 | ] |
| 431 | |
| 432 | [package.dependencies] |
| 433 | wrapt = ">=1.7.0" |
| 434 | |
| 435 | [[package]] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 436 | name = "decorator" |
| 437 | version = "5.1.1" |
| 438 | description = "Decorators for Humans" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 439 | optional = false |
| 440 | python-versions = ">=3.5" |
| 441 | files = [ |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 442 | {file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"}, |
| 443 | {file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"}, |
| 444 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 445 | |
| 446 | [[package]] |
| 447 | name = "distro" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 448 | version = "1.9.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 449 | description = "Distro - an OS platform information API" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 450 | optional = false |
| 451 | python-versions = ">=3.6" |
| 452 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 453 | {file = "distro-1.9.0-py3-none-any.whl", hash = "sha256:7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2"}, |
| 454 | {file = "distro-1.9.0.tar.gz", hash = "sha256:2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed"}, |
Oleksandr Kozachenko | 3997803 | 2023-02-07 04:03:07 +0100 | [diff] [blame] | 455 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 456 | |
| 457 | [[package]] |
| 458 | name = "docker" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 459 | version = "7.0.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 460 | description = "A Python library for the Docker Engine API." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 461 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 462 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 463 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 464 | {file = "docker-7.0.0-py3-none-any.whl", hash = "sha256:12ba681f2777a0ad28ffbcc846a69c31b4dfd9752b47eb425a274ee269c5e14b"}, |
| 465 | {file = "docker-7.0.0.tar.gz", hash = "sha256:323736fb92cd9418fc5e7133bc953e11a9da04f4483f828b527db553f1e7e5a3"}, |
Oleksandr Kozachenko | 3997803 | 2023-02-07 04:03:07 +0100 | [diff] [blame] | 466 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 467 | |
| 468 | [package.dependencies] |
| 469 | packaging = ">=14.0" |
| 470 | pywin32 = {version = ">=304", markers = "sys_platform == \"win32\""} |
| 471 | requests = ">=2.26.0" |
| 472 | urllib3 = ">=1.26.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 473 | |
| 474 | [package.extras] |
| 475 | ssh = ["paramiko (>=2.4.3)"] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 476 | websockets = ["websocket-client (>=1.3.0)"] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 477 | |
| 478 | [[package]] |
| 479 | name = "docker-image-py" |
| 480 | version = "0.1.12" |
| 481 | description = "Parse docker image as distribution does." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 482 | optional = false |
| 483 | python-versions = "*" |
| 484 | files = [ |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 485 | {file = "docker-image-py-0.1.12.tar.gz", hash = "sha256:c0eebb6c25714b2a4f91a1462183e70252fa34fb189496d3c54711a64f12f96e"}, |
| 486 | {file = "docker_image_py-0.1.12-py2-none-any.whl", hash = "sha256:44e18e8000aaaddbd2e02d40050dca850acd071c4780cbe2b3366cb5dc1a6d62"}, |
| 487 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 488 | |
| 489 | [package.dependencies] |
| 490 | regex = ">=2019.4.14" |
| 491 | |
| 492 | [[package]] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 493 | name = "dogpile-cache" |
| 494 | version = "1.3.2" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 495 | description = "A caching front-end based on the Dogpile lock." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 496 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 497 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 498 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 499 | {file = "dogpile.cache-1.3.2-py3-none-any.whl", hash = "sha256:c59250e23ddb4c03259c315c3b03d18b0658ec4f30ee665b39b91faf6401ef41"}, |
| 500 | {file = "dogpile.cache-1.3.2.tar.gz", hash = "sha256:4f71dc0333ad351c9c6f704f5ba2a37bf51c6eed0437d1adf56e075959afe63b"}, |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 501 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 502 | |
| 503 | [package.dependencies] |
| 504 | decorator = ">=4.0.0" |
| 505 | stevedore = ">=3.0.0" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 506 | typing_extensions = {version = ">=4.0.1", markers = "python_version < \"3.11\""} |
| 507 | |
| 508 | [package.extras] |
| 509 | pifpaf = ["pifpaf (>=2.5.0)", "setuptools"] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 510 | |
| 511 | [[package]] |
| 512 | name = "enrich" |
| 513 | version = "1.2.7" |
| 514 | description = "enrich" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 515 | optional = false |
| 516 | python-versions = ">=3.6" |
| 517 | files = [ |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 518 | {file = "enrich-1.2.7-py3-none-any.whl", hash = "sha256:f29b2c8c124b4dbd7c975ab5c3568f6c7a47938ea3b7d2106c8a3bd346545e4f"}, |
| 519 | {file = "enrich-1.2.7.tar.gz", hash = "sha256:0a2ab0d2931dff8947012602d1234d2a3ee002d9a355b5d70be6bf5466008893"}, |
| 520 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 521 | |
| 522 | [package.dependencies] |
| 523 | rich = ">=9.5.1" |
| 524 | |
| 525 | [package.extras] |
| 526 | test = ["mock (>=3.0.5)", "pytest (>=5.4.0)", "pytest-cov (>=2.7.1)", "pytest-mock (>=3.3.1)", "pytest-plus", "pytest-xdist (>=1.29.0)"] |
| 527 | |
| 528 | [[package]] |
| 529 | name = "exceptiongroup" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 530 | version = "1.2.1" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 531 | description = "Backport of PEP 654 (exception groups)" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 532 | optional = false |
| 533 | python-versions = ">=3.7" |
| 534 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 535 | {file = "exceptiongroup-1.2.1-py3-none-any.whl", hash = "sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad"}, |
| 536 | {file = "exceptiongroup-1.2.1.tar.gz", hash = "sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16"}, |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 537 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 538 | |
| 539 | [package.extras] |
| 540 | test = ["pytest (>=6)"] |
| 541 | |
| 542 | [[package]] |
| 543 | name = "execnet" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 544 | version = "2.1.1" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 545 | description = "execnet: rapid multi-Python deployment" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 546 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 547 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 548 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 549 | {file = "execnet-2.1.1-py3-none-any.whl", hash = "sha256:26dee51f1b80cebd6d0ca8e74dd8745419761d3bef34163928cbebbdc4749fdc"}, |
| 550 | {file = "execnet-2.1.1.tar.gz", hash = "sha256:5189b52c6121c24feae288166ab41b32549c7e2348652736540b9e6e7d4e72e3"}, |
Mohammed Naser | 21d5581 | 2023-01-13 21:28:47 +0000 | [diff] [blame] | 551 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 552 | |
| 553 | [package.extras] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 554 | testing = ["hatch", "pre-commit", "pytest", "tox"] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 555 | |
| 556 | [[package]] |
| 557 | name = "flake8" |
| 558 | version = "5.0.4" |
| 559 | description = "the modular source code checker: pep8 pyflakes and co" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 560 | optional = false |
| 561 | python-versions = ">=3.6.1" |
| 562 | files = [ |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 563 | {file = "flake8-5.0.4-py2.py3-none-any.whl", hash = "sha256:7a1cf6b73744f5806ab95e526f6f0d8c01c66d7bbe349562d22dfca20610b248"}, |
| 564 | {file = "flake8-5.0.4.tar.gz", hash = "sha256:6fbe320aad8d6b95cec8b8e47bc933004678dc63095be98528b7bdd2a9f510db"}, |
| 565 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 566 | |
| 567 | [package.dependencies] |
| 568 | mccabe = ">=0.7.0,<0.8.0" |
| 569 | pycodestyle = ">=2.9.0,<2.10.0" |
| 570 | pyflakes = ">=2.5.0,<2.6.0" |
| 571 | |
| 572 | [[package]] |
| 573 | name = "flake8-isort" |
| 574 | version = "4.2.0" |
| 575 | description = "flake8 plugin that integrates isort ." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 576 | optional = false |
| 577 | python-versions = "*" |
| 578 | files = [ |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 579 | {file = "flake8-isort-4.2.0.tar.gz", hash = "sha256:26571500cd54976bbc0cf1006ffbcd1a68dd102f816b7a1051b219616ba9fee0"}, |
| 580 | {file = "flake8_isort-4.2.0-py3-none-any.whl", hash = "sha256:5b87630fb3719bf4c1833fd11e0d9534f43efdeba524863e15d8f14a7ef6adbf"}, |
| 581 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 582 | |
| 583 | [package.dependencies] |
| 584 | flake8 = ">=3.2.1,<6" |
| 585 | isort = ">=4.3.5,<6" |
| 586 | |
| 587 | [package.extras] |
| 588 | test = ["pytest-cov"] |
| 589 | |
| 590 | [[package]] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 591 | name = "idna" |
| 592 | version = "3.4" |
| 593 | description = "Internationalized Domain Names in Applications (IDNA)" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 594 | optional = false |
| 595 | python-versions = ">=3.5" |
| 596 | files = [ |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 597 | {file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"}, |
| 598 | {file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"}, |
| 599 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 600 | |
| 601 | [[package]] |
| 602 | name = "iniconfig" |
| 603 | version = "2.0.0" |
| 604 | description = "brain-dead simple config-ini parsing" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 605 | optional = false |
| 606 | python-versions = ">=3.7" |
| 607 | files = [ |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 608 | {file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"}, |
| 609 | {file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 610 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 611 | |
| 612 | [[package]] |
| 613 | name = "iso8601" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 614 | version = "2.1.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 615 | description = "Simple module to parse ISO 8601 dates" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 616 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 617 | python-versions = ">=3.7,<4.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 618 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 619 | {file = "iso8601-2.1.0-py3-none-any.whl", hash = "sha256:aac4145c4dcb66ad8b648a02830f5e2ff6c24af20f4f482689be402db2429242"}, |
| 620 | {file = "iso8601-2.1.0.tar.gz", hash = "sha256:6b1d3829ee8921c4301998c909f7829fa9ed3cbdac0d3b16af2d743aed1ba8df"}, |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 621 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 622 | |
| 623 | [[package]] |
| 624 | name = "isort" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 625 | version = "5.13.2" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 626 | description = "A Python utility / library to sort Python imports." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 627 | optional = false |
| 628 | python-versions = ">=3.8.0" |
| 629 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 630 | {file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"}, |
| 631 | {file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"}, |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 632 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 633 | |
| 634 | [package.extras] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 635 | colors = ["colorama (>=0.4.6)"] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 636 | |
| 637 | [[package]] |
dependabot[bot] | 47b4d59 | 2024-02-09 15:07:18 -0500 | [diff] [blame] | 638 | name = "jinja2" |
| 639 | version = "3.1.3" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 640 | description = "A very fast and expressive template engine." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 641 | optional = false |
| 642 | python-versions = ">=3.7" |
| 643 | files = [ |
dependabot[bot] | 47b4d59 | 2024-02-09 15:07:18 -0500 | [diff] [blame] | 644 | {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, |
| 645 | {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 646 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 647 | |
| 648 | [package.dependencies] |
| 649 | MarkupSafe = ">=2.0" |
| 650 | |
| 651 | [package.extras] |
| 652 | i18n = ["Babel (>=2.7)"] |
| 653 | |
| 654 | [[package]] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 655 | name = "jmespath" |
| 656 | version = "1.0.1" |
| 657 | description = "JSON Matching Expressions" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 658 | optional = false |
| 659 | python-versions = ">=3.7" |
| 660 | files = [ |
okozachenko1203 | fc13f38 | 2022-10-26 00:34:55 +1100 | [diff] [blame] | 661 | {file = "jmespath-1.0.1-py3-none-any.whl", hash = "sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980"}, |
| 662 | {file = "jmespath-1.0.1.tar.gz", hash = "sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe"}, |
| 663 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 664 | |
| 665 | [[package]] |
| 666 | name = "jsonpatch" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 667 | version = "1.33" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 668 | description = "Apply JSON-Patches (RFC 6902)" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 669 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 670 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 671 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 672 | {file = "jsonpatch-1.33-py2.py3-none-any.whl", hash = "sha256:0ae28c0cd062bbd8b8ecc26d7d164fbbea9652a1a3693f3b956c1eae5145dade"}, |
| 673 | {file = "jsonpatch-1.33.tar.gz", hash = "sha256:9fcd4009c41e6d12348b4a0ff2563ba56a2923a7dfee731d004e212e1ee5030c"}, |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 674 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 675 | |
| 676 | [package.dependencies] |
| 677 | jsonpointer = ">=1.9" |
| 678 | |
| 679 | [[package]] |
| 680 | name = "jsonpointer" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 681 | version = "2.4" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 682 | description = "Identify specific nodes in a JSON document (RFC 6901)" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 683 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 684 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 685 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 686 | {file = "jsonpointer-2.4-py2.py3-none-any.whl", hash = "sha256:15d51bba20eea3165644553647711d150376234112651b4f1811022aecad7d7a"}, |
| 687 | {file = "jsonpointer-2.4.tar.gz", hash = "sha256:585cee82b70211fa9e6043b7bb89db6e1aa49524340dde8ad6b63206ea689d88"}, |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 688 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 689 | |
| 690 | [[package]] |
| 691 | name = "jsonschema" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 692 | version = "4.21.1" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 693 | description = "An implementation of JSON Schema validation for Python" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 694 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 695 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 696 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 697 | {file = "jsonschema-4.21.1-py3-none-any.whl", hash = "sha256:7996507afae316306f9e2290407761157c6f78002dcf7419acb99822143d1c6f"}, |
| 698 | {file = "jsonschema-4.21.1.tar.gz", hash = "sha256:85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5"}, |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 699 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 700 | |
| 701 | [package.dependencies] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 702 | attrs = ">=22.2.0" |
| 703 | jsonschema-specifications = ">=2023.03.6" |
| 704 | referencing = ">=0.28.4" |
| 705 | rpds-py = ">=0.7.1" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 706 | |
| 707 | [package.extras] |
| 708 | format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"] |
| 709 | format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"] |
| 710 | |
| 711 | [[package]] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 712 | name = "jsonschema-specifications" |
| 713 | version = "2023.12.1" |
| 714 | description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" |
| 715 | optional = false |
| 716 | python-versions = ">=3.8" |
| 717 | files = [ |
| 718 | {file = "jsonschema_specifications-2023.12.1-py3-none-any.whl", hash = "sha256:87e4fdf3a94858b8a2ba2778d9ba57d8a9cafca7c7489c46ba0d30a8bc6a9c3c"}, |
| 719 | {file = "jsonschema_specifications-2023.12.1.tar.gz", hash = "sha256:48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc"}, |
| 720 | ] |
| 721 | |
| 722 | [package.dependencies] |
| 723 | referencing = ">=0.31.0" |
| 724 | |
| 725 | [[package]] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 726 | name = "keystoneauth1" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 727 | version = "5.6.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 728 | description = "Authentication Library for OpenStack Identity" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 729 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 730 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 731 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 732 | {file = "keystoneauth1-5.6.0-py3-none-any.whl", hash = "sha256:d740843afcf9c159fb929004eee1eecf46573236901e9d8ca2dca5694733a379"}, |
| 733 | {file = "keystoneauth1-5.6.0.tar.gz", hash = "sha256:ecb7f34759ebe103db372ab0953c0b821929ddd497f332aa6b3ef6caacffed88"}, |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 734 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 735 | |
| 736 | [package.dependencies] |
| 737 | iso8601 = ">=0.1.11" |
| 738 | os-service-types = ">=1.2.0" |
| 739 | pbr = ">=2.0.0,<2.1.0 || >2.1.0" |
| 740 | requests = ">=2.14.2" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 741 | stevedore = ">=1.20.0" |
| 742 | |
| 743 | [package.extras] |
| 744 | betamax = ["betamax (>=0.7.0)", "fixtures (>=3.0.0)", "mock (>=2.0.0)"] |
| 745 | kerberos = ["requests-kerberos (>=0.8.0)"] |
| 746 | oauth1 = ["oauthlib (>=0.6.2)"] |
| 747 | saml2 = ["lxml (>=4.2.0)"] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 748 | test = ["PyYAML (>=3.12)", "bandit (>=1.7.6,<1.8.0)", "betamax (>=0.7.0)", "coverage (>=4.0,!=4.4)", "fixtures (>=3.0.0)", "flake8-docstrings (>=1.7.0,<1.8.0)", "flake8-import-order (>=0.18.2,<0.19.0)", "hacking (>=6.1.0,<6.2.0)", "lxml (>=4.2.0)", "oauthlib (>=0.6.2)", "oslo.config (>=5.2.0)", "oslo.utils (>=3.33.0)", "oslotest (>=3.2.0)", "reno (>=3.1.0)", "requests-kerberos (>=0.8.0)", "requests-mock (>=1.2.0)", "stestr (>=1.0.0)", "testresources (>=2.0.0)", "testtools (>=2.2.0)"] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 749 | |
| 750 | [[package]] |
| 751 | name = "markdown-it-py" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 752 | version = "3.0.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 753 | description = "Python port of markdown-it. Markdown parsing, done right!" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 754 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 755 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 756 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 757 | {file = "markdown-it-py-3.0.0.tar.gz", hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"}, |
| 758 | {file = "markdown_it_py-3.0.0-py3-none-any.whl", hash = "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1"}, |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 759 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 760 | |
| 761 | [package.dependencies] |
| 762 | mdurl = ">=0.1,<1.0" |
| 763 | |
| 764 | [package.extras] |
| 765 | benchmarking = ["psutil", "pytest", "pytest-benchmark"] |
| 766 | code-style = ["pre-commit (>=3.0,<4.0)"] |
| 767 | compare = ["commonmark (>=0.9,<1.0)", "markdown (>=3.4,<4.0)", "mistletoe (>=1.0,<2.0)", "mistune (>=2.0,<3.0)", "panflute (>=2.3,<3.0)"] |
| 768 | linkify = ["linkify-it-py (>=1,<3)"] |
| 769 | plugins = ["mdit-py-plugins"] |
| 770 | profiling = ["gprof2dot"] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 771 | rtd = ["jupyter_sphinx", "mdit-py-plugins", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx_book_theme"] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 772 | testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] |
| 773 | |
| 774 | [[package]] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 775 | name = "markupsafe" |
| 776 | version = "2.1.5" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 777 | description = "Safely add untrusted strings to HTML/XML markup." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 778 | optional = false |
| 779 | python-versions = ">=3.7" |
| 780 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 781 | {file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc"}, |
| 782 | {file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5"}, |
| 783 | {file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46"}, |
| 784 | {file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f"}, |
| 785 | {file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900"}, |
| 786 | {file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff"}, |
| 787 | {file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad"}, |
| 788 | {file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd"}, |
| 789 | {file = "MarkupSafe-2.1.5-cp310-cp310-win32.whl", hash = "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4"}, |
| 790 | {file = "MarkupSafe-2.1.5-cp310-cp310-win_amd64.whl", hash = "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5"}, |
| 791 | {file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f"}, |
| 792 | {file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2"}, |
| 793 | {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced"}, |
| 794 | {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5"}, |
| 795 | {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c"}, |
| 796 | {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f"}, |
| 797 | {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a"}, |
| 798 | {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f"}, |
| 799 | {file = "MarkupSafe-2.1.5-cp311-cp311-win32.whl", hash = "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906"}, |
| 800 | {file = "MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl", hash = "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617"}, |
| 801 | {file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1"}, |
| 802 | {file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4"}, |
| 803 | {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee"}, |
| 804 | {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5"}, |
| 805 | {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b"}, |
| 806 | {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a"}, |
| 807 | {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f"}, |
| 808 | {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169"}, |
| 809 | {file = "MarkupSafe-2.1.5-cp312-cp312-win32.whl", hash = "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad"}, |
| 810 | {file = "MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl", hash = "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb"}, |
| 811 | {file = "MarkupSafe-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f"}, |
| 812 | {file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf"}, |
| 813 | {file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a"}, |
| 814 | {file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52"}, |
| 815 | {file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9"}, |
| 816 | {file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df"}, |
| 817 | {file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50"}, |
| 818 | {file = "MarkupSafe-2.1.5-cp37-cp37m-win32.whl", hash = "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371"}, |
| 819 | {file = "MarkupSafe-2.1.5-cp37-cp37m-win_amd64.whl", hash = "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2"}, |
| 820 | {file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a"}, |
| 821 | {file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46"}, |
| 822 | {file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532"}, |
| 823 | {file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab"}, |
| 824 | {file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68"}, |
| 825 | {file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0"}, |
| 826 | {file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4"}, |
| 827 | {file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3"}, |
| 828 | {file = "MarkupSafe-2.1.5-cp38-cp38-win32.whl", hash = "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff"}, |
| 829 | {file = "MarkupSafe-2.1.5-cp38-cp38-win_amd64.whl", hash = "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029"}, |
| 830 | {file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf"}, |
| 831 | {file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2"}, |
| 832 | {file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8"}, |
| 833 | {file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3"}, |
| 834 | {file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465"}, |
| 835 | {file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e"}, |
| 836 | {file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea"}, |
| 837 | {file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6"}, |
| 838 | {file = "MarkupSafe-2.1.5-cp39-cp39-win32.whl", hash = "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf"}, |
| 839 | {file = "MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl", hash = "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5"}, |
| 840 | {file = "MarkupSafe-2.1.5.tar.gz", hash = "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b"}, |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 841 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 842 | |
| 843 | [[package]] |
| 844 | name = "mccabe" |
| 845 | version = "0.7.0" |
| 846 | description = "McCabe checker, plugin for flake8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 847 | optional = false |
| 848 | python-versions = ">=3.6" |
| 849 | files = [ |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 850 | {file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"}, |
| 851 | {file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"}, |
| 852 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 853 | |
| 854 | [[package]] |
| 855 | name = "mdurl" |
| 856 | version = "0.1.2" |
| 857 | description = "Markdown URL utilities" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 858 | optional = false |
| 859 | python-versions = ">=3.7" |
| 860 | files = [ |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 861 | {file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"}, |
| 862 | {file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"}, |
| 863 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 864 | |
| 865 | [[package]] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 866 | name = "molecule" |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 867 | version = "6.0.3" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 868 | description = "Molecule aids in the development and testing of Ansible roles" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 869 | optional = false |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 870 | python-versions = ">=3.9" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 871 | files = [ |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 872 | {file = "molecule-6.0.3-py3-none-any.whl", hash = "sha256:8e5d7a7841f9ed5dd26878d24951ec030b86f780aca17ffc509db8076f42de3d"}, |
| 873 | {file = "molecule-6.0.3.tar.gz", hash = "sha256:d2a881062fcc5ef1e08c1e5127c04354d2c95171955e270bd82b3fbfef72d3b0"}, |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 874 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 875 | |
| 876 | [package.dependencies] |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 877 | ansible-compat = ">=4.1.8" |
| 878 | ansible-core = ">=2.12.10" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 879 | click = ">=8.0,<9" |
| 880 | click-help-colors = ">=0.9" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 881 | enrich = ">=1.2.7" |
| 882 | Jinja2 = ">=2.11.3" |
| 883 | jsonschema = ">=4.9.1" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 884 | packaging = "*" |
| 885 | pluggy = ">=0.7.1,<2.0" |
| 886 | PyYAML = ">=5.1" |
| 887 | rich = ">=9.5.1" |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 888 | wcmatch = ">=8.1.2" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 889 | |
| 890 | [package.extras] |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 891 | docs = ["linkchecker (==10.2.1)", "mkdocs-ansible[lock] (>=0.2.0)", "pipdeptree (>=2.4.0)"] |
| 892 | test = ["ansi2html (>=1.8.0)", "ansible-lint (>=6.12.1)", "check-jsonschema", "coverage (>=7.0.3)", "filelock (>=3.9.0)", "pexpect (>=4.8.0,<5)", "pytest (>=7.2.0)", "pytest-mock (>=3.10.0)", "pytest-plus (>=0.4.0)", "pytest-xdist (>=3.1.0)"] |
| 893 | testinfra = ["pytest-testinfra (>=8.1.0)"] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 894 | |
| 895 | [[package]] |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 896 | name = "molecule-plugins" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 897 | version = "23.5.3" |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 898 | description = "Molecule Plugins" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 899 | optional = false |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 900 | python-versions = ">=3.9" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 901 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 902 | {file = "molecule-plugins-23.5.3.tar.gz", hash = "sha256:a2b1437d532d736e3fbc6db7a69ec533e2334b2115ff9245a0b2772ed9738d23"}, |
| 903 | {file = "molecule_plugins-23.5.3-py3-none-any.whl", hash = "sha256:87f8ac8d5e9fe1cbdfb784d92b1fd08e7cb11bf02a9391bb34dcb93fadf7a3fc"}, |
Oleksandr Kozachenko | 3997803 | 2023-02-07 04:03:07 +0100 | [diff] [blame] | 904 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 905 | |
| 906 | [package.dependencies] |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 907 | docker = {version = ">=4.3.1", optional = true, markers = "extra == \"docker\""} |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 908 | molecule = ">=6.0.0a1" |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 909 | requests = {version = "*", optional = true, markers = "extra == \"docker\""} |
| 910 | selinux = {version = "*", optional = true, markers = "(sys_platform == \"linux\" or sys_platform == \"linux2\") and extra == \"docker\""} |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 911 | |
| 912 | [package.extras] |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 913 | docker = ["docker (>=4.3.1)", "requests", "selinux", "selinux"] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 914 | openstack = ["openstacksdk (>=1.1.0)"] |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 915 | selinux = ["selinux", "selinux"] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 916 | test = ["molecule[test] (>=6.0.0a1)", "pytest-helpers-namespace (>=2019.1.8)"] |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 917 | vagrant = ["python-vagrant"] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 918 | |
| 919 | [[package]] |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 920 | name = "msgpack" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 921 | version = "1.0.8" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 922 | description = "MessagePack serializer" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 923 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 924 | python-versions = ">=3.8" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 925 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 926 | {file = "msgpack-1.0.8-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:505fe3d03856ac7d215dbe005414bc28505d26f0c128906037e66d98c4e95868"}, |
| 927 | {file = "msgpack-1.0.8-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e6b7842518a63a9f17107eb176320960ec095a8ee3b4420b5f688e24bf50c53c"}, |
| 928 | {file = "msgpack-1.0.8-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:376081f471a2ef24828b83a641a02c575d6103a3ad7fd7dade5486cad10ea659"}, |
| 929 | {file = "msgpack-1.0.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5e390971d082dba073c05dbd56322427d3280b7cc8b53484c9377adfbae67dc2"}, |
| 930 | {file = "msgpack-1.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:00e073efcba9ea99db5acef3959efa45b52bc67b61b00823d2a1a6944bf45982"}, |
| 931 | {file = "msgpack-1.0.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:82d92c773fbc6942a7a8b520d22c11cfc8fd83bba86116bfcf962c2f5c2ecdaa"}, |
| 932 | {file = "msgpack-1.0.8-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:9ee32dcb8e531adae1f1ca568822e9b3a738369b3b686d1477cbc643c4a9c128"}, |
| 933 | {file = "msgpack-1.0.8-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:e3aa7e51d738e0ec0afbed661261513b38b3014754c9459508399baf14ae0c9d"}, |
| 934 | {file = "msgpack-1.0.8-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:69284049d07fce531c17404fcba2bb1df472bc2dcdac642ae71a2d079d950653"}, |
| 935 | {file = "msgpack-1.0.8-cp310-cp310-win32.whl", hash = "sha256:13577ec9e247f8741c84d06b9ece5f654920d8365a4b636ce0e44f15e07ec693"}, |
| 936 | {file = "msgpack-1.0.8-cp310-cp310-win_amd64.whl", hash = "sha256:e532dbd6ddfe13946de050d7474e3f5fb6ec774fbb1a188aaf469b08cf04189a"}, |
| 937 | {file = "msgpack-1.0.8-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:9517004e21664f2b5a5fd6333b0731b9cf0817403a941b393d89a2f1dc2bd836"}, |
| 938 | {file = "msgpack-1.0.8-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d16a786905034e7e34098634b184a7d81f91d4c3d246edc6bd7aefb2fd8ea6ad"}, |
| 939 | {file = "msgpack-1.0.8-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e2872993e209f7ed04d963e4b4fbae72d034844ec66bc4ca403329db2074377b"}, |
| 940 | {file = "msgpack-1.0.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5c330eace3dd100bdb54b5653b966de7f51c26ec4a7d4e87132d9b4f738220ba"}, |
| 941 | {file = "msgpack-1.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:83b5c044f3eff2a6534768ccfd50425939e7a8b5cf9a7261c385de1e20dcfc85"}, |
| 942 | {file = "msgpack-1.0.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1876b0b653a808fcd50123b953af170c535027bf1d053b59790eebb0aeb38950"}, |
| 943 | {file = "msgpack-1.0.8-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:dfe1f0f0ed5785c187144c46a292b8c34c1295c01da12e10ccddfc16def4448a"}, |
| 944 | {file = "msgpack-1.0.8-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:3528807cbbb7f315bb81959d5961855e7ba52aa60a3097151cb21956fbc7502b"}, |
| 945 | {file = "msgpack-1.0.8-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e2f879ab92ce502a1e65fce390eab619774dda6a6ff719718069ac94084098ce"}, |
| 946 | {file = "msgpack-1.0.8-cp311-cp311-win32.whl", hash = "sha256:26ee97a8261e6e35885c2ecd2fd4a6d38252246f94a2aec23665a4e66d066305"}, |
| 947 | {file = "msgpack-1.0.8-cp311-cp311-win_amd64.whl", hash = "sha256:eadb9f826c138e6cf3c49d6f8de88225a3c0ab181a9b4ba792e006e5292d150e"}, |
| 948 | {file = "msgpack-1.0.8-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:114be227f5213ef8b215c22dde19532f5da9652e56e8ce969bf0a26d7c419fee"}, |
| 949 | {file = "msgpack-1.0.8-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:d661dc4785affa9d0edfdd1e59ec056a58b3dbb9f196fa43587f3ddac654ac7b"}, |
| 950 | {file = "msgpack-1.0.8-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:d56fd9f1f1cdc8227d7b7918f55091349741904d9520c65f0139a9755952c9e8"}, |
| 951 | {file = "msgpack-1.0.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0726c282d188e204281ebd8de31724b7d749adebc086873a59efb8cf7ae27df3"}, |
| 952 | {file = "msgpack-1.0.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8db8e423192303ed77cff4dce3a4b88dbfaf43979d280181558af5e2c3c71afc"}, |
| 953 | {file = "msgpack-1.0.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:99881222f4a8c2f641f25703963a5cefb076adffd959e0558dc9f803a52d6a58"}, |
| 954 | {file = "msgpack-1.0.8-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:b5505774ea2a73a86ea176e8a9a4a7c8bf5d521050f0f6f8426afe798689243f"}, |
| 955 | {file = "msgpack-1.0.8-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:ef254a06bcea461e65ff0373d8a0dd1ed3aa004af48839f002a0c994a6f72d04"}, |
| 956 | {file = "msgpack-1.0.8-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:e1dd7839443592d00e96db831eddb4111a2a81a46b028f0facd60a09ebbdd543"}, |
| 957 | {file = "msgpack-1.0.8-cp312-cp312-win32.whl", hash = "sha256:64d0fcd436c5683fdd7c907eeae5e2cbb5eb872fafbc03a43609d7941840995c"}, |
| 958 | {file = "msgpack-1.0.8-cp312-cp312-win_amd64.whl", hash = "sha256:74398a4cf19de42e1498368c36eed45d9528f5fd0155241e82c4082b7e16cffd"}, |
| 959 | {file = "msgpack-1.0.8-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:0ceea77719d45c839fd73abcb190b8390412a890df2f83fb8cf49b2a4b5c2f40"}, |
| 960 | {file = "msgpack-1.0.8-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1ab0bbcd4d1f7b6991ee7c753655b481c50084294218de69365f8f1970d4c151"}, |
| 961 | {file = "msgpack-1.0.8-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:1cce488457370ffd1f953846f82323cb6b2ad2190987cd4d70b2713e17268d24"}, |
| 962 | {file = "msgpack-1.0.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3923a1778f7e5ef31865893fdca12a8d7dc03a44b33e2a5f3295416314c09f5d"}, |
| 963 | {file = "msgpack-1.0.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a22e47578b30a3e199ab067a4d43d790249b3c0587d9a771921f86250c8435db"}, |
| 964 | {file = "msgpack-1.0.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bd739c9251d01e0279ce729e37b39d49a08c0420d3fee7f2a4968c0576678f77"}, |
| 965 | {file = "msgpack-1.0.8-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:d3420522057ebab1728b21ad473aa950026d07cb09da41103f8e597dfbfaeb13"}, |
| 966 | {file = "msgpack-1.0.8-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:5845fdf5e5d5b78a49b826fcdc0eb2e2aa7191980e3d2cfd2a30303a74f212e2"}, |
| 967 | {file = "msgpack-1.0.8-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6a0e76621f6e1f908ae52860bdcb58e1ca85231a9b0545e64509c931dd34275a"}, |
| 968 | {file = "msgpack-1.0.8-cp38-cp38-win32.whl", hash = "sha256:374a8e88ddab84b9ada695d255679fb99c53513c0a51778796fcf0944d6c789c"}, |
| 969 | {file = "msgpack-1.0.8-cp38-cp38-win_amd64.whl", hash = "sha256:f3709997b228685fe53e8c433e2df9f0cdb5f4542bd5114ed17ac3c0129b0480"}, |
| 970 | {file = "msgpack-1.0.8-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:f51bab98d52739c50c56658cc303f190785f9a2cd97b823357e7aeae54c8f68a"}, |
| 971 | {file = "msgpack-1.0.8-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:73ee792784d48aa338bba28063e19a27e8d989344f34aad14ea6e1b9bd83f596"}, |
| 972 | {file = "msgpack-1.0.8-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f9904e24646570539a8950400602d66d2b2c492b9010ea7e965025cb71d0c86d"}, |
| 973 | {file = "msgpack-1.0.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e75753aeda0ddc4c28dce4c32ba2f6ec30b1b02f6c0b14e547841ba5b24f753f"}, |
| 974 | {file = "msgpack-1.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5dbf059fb4b7c240c873c1245ee112505be27497e90f7c6591261c7d3c3a8228"}, |
| 975 | {file = "msgpack-1.0.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4916727e31c28be8beaf11cf117d6f6f188dcc36daae4e851fee88646f5b6b18"}, |
| 976 | {file = "msgpack-1.0.8-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:7938111ed1358f536daf311be244f34df7bf3cdedb3ed883787aca97778b28d8"}, |
| 977 | {file = "msgpack-1.0.8-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:493c5c5e44b06d6c9268ce21b302c9ca055c1fd3484c25ba41d34476c76ee746"}, |
| 978 | {file = "msgpack-1.0.8-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5fbb160554e319f7b22ecf530a80a3ff496d38e8e07ae763b9e82fadfe96f273"}, |
| 979 | {file = "msgpack-1.0.8-cp39-cp39-win32.whl", hash = "sha256:f9af38a89b6a5c04b7d18c492c8ccf2aee7048aff1ce8437c4683bb5a1df893d"}, |
| 980 | {file = "msgpack-1.0.8-cp39-cp39-win_amd64.whl", hash = "sha256:ed59dd52075f8fc91da6053b12e8c89e37aa043f8986efd89e61fae69dc1b011"}, |
| 981 | {file = "msgpack-1.0.8.tar.gz", hash = "sha256:95c02b0e27e706e48d0e5426d1710ca78e0f0628d6e89d5b5a5b91a5f12274f3"}, |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 982 | ] |
| 983 | |
| 984 | [[package]] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 985 | name = "munch" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 986 | version = "4.0.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 987 | description = "A dot-accessible dictionary (a la JavaScript objects)" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 988 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 989 | python-versions = ">=3.6" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 990 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 991 | {file = "munch-4.0.0-py2.py3-none-any.whl", hash = "sha256:71033c45db9fb677a0b7eb517a4ce70ae09258490e419b0e7f00d1e386ecb1b4"}, |
| 992 | {file = "munch-4.0.0.tar.gz", hash = "sha256:542cb151461263216a4e37c3fd9afc425feeaf38aaa3025cd2a981fadb422235"}, |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 993 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 994 | |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 995 | [package.extras] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 996 | testing = ["astroid (>=2.0)", "coverage", "pylint (>=2.3.1,<2.4.0)", "pytest"] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 997 | yaml = ["PyYAML (>=5.1.0)"] |
| 998 | |
| 999 | [[package]] |
| 1000 | name = "netaddr" |
| 1001 | version = "0.8.0" |
| 1002 | description = "A network address manipulation library for Python" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1003 | optional = false |
| 1004 | python-versions = "*" |
| 1005 | files = [ |
Mohammed Naser | bd34e82 | 2023-01-29 23:45:51 +0000 | [diff] [blame] | 1006 | {file = "netaddr-0.8.0-py2.py3-none-any.whl", hash = "sha256:9666d0232c32d2656e5e5f8d735f58fd6c7457ce52fc21c98d45f2af78f990ac"}, |
| 1007 | {file = "netaddr-0.8.0.tar.gz", hash = "sha256:d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2b5a243"}, |
| 1008 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1009 | |
| 1010 | [[package]] |
| 1011 | name = "netifaces" |
| 1012 | version = "0.11.0" |
| 1013 | description = "Portable network interface information." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1014 | optional = false |
| 1015 | python-versions = "*" |
| 1016 | files = [ |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 1017 | {file = "netifaces-0.11.0-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:eb4813b77d5df99903af4757ce980a98c4d702bbcb81f32a0b305a1537bdf0b1"}, |
| 1018 | {file = "netifaces-0.11.0-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:5f9ca13babe4d845e400921973f6165a4c2f9f3379c7abfc7478160e25d196a4"}, |
| 1019 | {file = "netifaces-0.11.0-cp27-cp27m-win32.whl", hash = "sha256:7dbb71ea26d304e78ccccf6faccef71bb27ea35e259fb883cfd7fd7b4f17ecb1"}, |
| 1020 | {file = "netifaces-0.11.0-cp27-cp27m-win_amd64.whl", hash = "sha256:0f6133ac02521270d9f7c490f0c8c60638ff4aec8338efeff10a1b51506abe85"}, |
| 1021 | {file = "netifaces-0.11.0-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:08e3f102a59f9eaef70948340aeb6c89bd09734e0dca0f3b82720305729f63ea"}, |
| 1022 | {file = "netifaces-0.11.0-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:c03fb2d4ef4e393f2e6ffc6376410a22a3544f164b336b3a355226653e5efd89"}, |
| 1023 | {file = "netifaces-0.11.0-cp34-cp34m-win32.whl", hash = "sha256:73ff21559675150d31deea8f1f8d7e9a9a7e4688732a94d71327082f517fc6b4"}, |
| 1024 | {file = "netifaces-0.11.0-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:815eafdf8b8f2e61370afc6add6194bd5a7252ae44c667e96c4c1ecf418811e4"}, |
| 1025 | {file = "netifaces-0.11.0-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:50721858c935a76b83dd0dd1ab472cad0a3ef540a1408057624604002fcfb45b"}, |
| 1026 | {file = "netifaces-0.11.0-cp35-cp35m-win32.whl", hash = "sha256:c9a3a47cd3aaeb71e93e681d9816c56406ed755b9442e981b07e3618fb71d2ac"}, |
| 1027 | {file = "netifaces-0.11.0-cp36-cp36m-macosx_10_15_x86_64.whl", hash = "sha256:aab1dbfdc55086c789f0eb37affccf47b895b98d490738b81f3b2360100426be"}, |
| 1028 | {file = "netifaces-0.11.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c37a1ca83825bc6f54dddf5277e9c65dec2f1b4d0ba44b8fd42bc30c91aa6ea1"}, |
| 1029 | {file = "netifaces-0.11.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:28f4bf3a1361ab3ed93c5ef360c8b7d4a4ae060176a3529e72e5e4ffc4afd8b0"}, |
| 1030 | {file = "netifaces-0.11.0-cp36-cp36m-win32.whl", hash = "sha256:2650beee182fed66617e18474b943e72e52f10a24dc8cac1db36c41ee9c041b7"}, |
| 1031 | {file = "netifaces-0.11.0-cp36-cp36m-win_amd64.whl", hash = "sha256:cb925e1ca024d6f9b4f9b01d83215fd00fe69d095d0255ff3f64bffda74025c8"}, |
| 1032 | {file = "netifaces-0.11.0-cp37-cp37m-macosx_10_15_x86_64.whl", hash = "sha256:84e4d2e6973eccc52778735befc01638498781ce0e39aa2044ccfd2385c03246"}, |
| 1033 | {file = "netifaces-0.11.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:18917fbbdcb2d4f897153c5ddbb56b31fa6dd7c3fa9608b7e3c3a663df8206b5"}, |
| 1034 | {file = "netifaces-0.11.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:48324183af7f1bc44f5f197f3dad54a809ad1ef0c78baee2c88f16a5de02c4c9"}, |
| 1035 | {file = "netifaces-0.11.0-cp37-cp37m-win32.whl", hash = "sha256:8f7da24eab0d4184715d96208b38d373fd15c37b0dafb74756c638bd619ba150"}, |
| 1036 | {file = "netifaces-0.11.0-cp37-cp37m-win_amd64.whl", hash = "sha256:2479bb4bb50968089a7c045f24d120f37026d7e802ec134c4490eae994c729b5"}, |
| 1037 | {file = "netifaces-0.11.0-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:3ecb3f37c31d5d51d2a4d935cfa81c9bc956687c6f5237021b36d6fdc2815b2c"}, |
| 1038 | {file = "netifaces-0.11.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:96c0fe9696398253f93482c84814f0e7290eee0bfec11563bd07d80d701280c3"}, |
| 1039 | {file = "netifaces-0.11.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:c92ff9ac7c2282009fe0dcb67ee3cd17978cffbe0c8f4b471c00fe4325c9b4d4"}, |
| 1040 | {file = "netifaces-0.11.0-cp38-cp38-win32.whl", hash = "sha256:d07b01c51b0b6ceb0f09fc48ec58debd99d2c8430b09e56651addeaf5de48048"}, |
| 1041 | {file = "netifaces-0.11.0-cp38-cp38-win_amd64.whl", hash = "sha256:469fc61034f3daf095e02f9f1bbac07927b826c76b745207287bc594884cfd05"}, |
| 1042 | {file = "netifaces-0.11.0-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:5be83986100ed1fdfa78f11ccff9e4757297735ac17391b95e17e74335c2047d"}, |
| 1043 | {file = "netifaces-0.11.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:54ff6624eb95b8a07e79aa8817288659af174e954cca24cdb0daeeddfc03c4ff"}, |
| 1044 | {file = "netifaces-0.11.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:841aa21110a20dc1621e3dd9f922c64ca64dd1eb213c47267a2c324d823f6c8f"}, |
| 1045 | {file = "netifaces-0.11.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:e76c7f351e0444721e85f975ae92718e21c1f361bda946d60a214061de1f00a1"}, |
| 1046 | {file = "netifaces-0.11.0.tar.gz", hash = "sha256:043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32"}, |
| 1047 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1048 | |
| 1049 | [[package]] |
| 1050 | name = "openstacksdk" |
| 1051 | version = "0.62.0" |
| 1052 | description = "An SDK for building applications to work with OpenStack" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1053 | optional = false |
| 1054 | python-versions = ">=3.6" |
| 1055 | files = [ |
Oleksandr Kozachenko | 3997803 | 2023-02-07 04:03:07 +0100 | [diff] [blame] | 1056 | {file = "openstacksdk-0.62.0-py3-none-any.whl", hash = "sha256:7394cc7caf5ee9f83d9fcd966e342daa98c2bbe71f97f01f2c9105c0af1807dd"}, |
| 1057 | {file = "openstacksdk-0.62.0.tar.gz", hash = "sha256:4c9d5d74f93760d598cea738ae396843b083e92c6b2853378034792ceee306b4"}, |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1058 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1059 | |
| 1060 | [package.dependencies] |
| 1061 | appdirs = ">=1.3.0" |
| 1062 | cryptography = ">=2.7" |
| 1063 | decorator = ">=4.4.1" |
| 1064 | "dogpile.cache" = ">=0.6.5" |
| 1065 | iso8601 = ">=0.1.11" |
| 1066 | jmespath = ">=0.9.0" |
| 1067 | jsonpatch = ">=1.16,<1.20 || >1.20" |
| 1068 | keystoneauth1 = ">=3.18.0" |
| 1069 | munch = ">=2.1.0" |
| 1070 | netifaces = ">=0.10.4" |
| 1071 | os-service-types = ">=1.7.0" |
| 1072 | pbr = ">=2.0.0,<2.1.0 || >2.1.0" |
| 1073 | PyYAML = ">=3.13" |
| 1074 | requestsexceptions = ">=1.2.0" |
| 1075 | |
| 1076 | [[package]] |
| 1077 | name = "os-service-types" |
| 1078 | version = "1.7.0" |
| 1079 | description = "Python library for consuming OpenStack sevice-types-authority data" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1080 | optional = false |
| 1081 | python-versions = "*" |
| 1082 | files = [ |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1083 | {file = "os-service-types-1.7.0.tar.gz", hash = "sha256:31800299a82239363995b91f1ebf9106ac7758542a1e4ef6dc737a5932878c6c"}, |
| 1084 | {file = "os_service_types-1.7.0-py2.py3-none-any.whl", hash = "sha256:0505c72205690910077fb72b88f2a1f07533c8d39f2fe75b29583481764965d6"}, |
| 1085 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1086 | |
| 1087 | [package.dependencies] |
| 1088 | pbr = ">=2.0.0,<2.1.0 || >2.1.0" |
| 1089 | |
| 1090 | [[package]] |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1091 | name = "oslo-config" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1092 | version = "9.4.0" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1093 | description = "Oslo Configuration API" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1094 | optional = false |
| 1095 | python-versions = ">=3.8" |
| 1096 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1097 | {file = "oslo.config-9.4.0-py3-none-any.whl", hash = "sha256:8c2049c14cade7adeeda18638531b3b3a40d3c6bcc690535939f64a3c1ec8d63"}, |
| 1098 | {file = "oslo.config-9.4.0.tar.gz", hash = "sha256:35b11a661b608edb50305dad91e4e30819d90ef794b7d7dba5bd8b2ef2eb8c0d"}, |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1099 | ] |
| 1100 | |
| 1101 | [package.dependencies] |
| 1102 | debtcollector = ">=1.2.0" |
| 1103 | netaddr = ">=0.7.18" |
| 1104 | "oslo.i18n" = ">=3.15.3" |
| 1105 | PyYAML = ">=5.1" |
| 1106 | requests = ">=2.18.0" |
| 1107 | rfc3986 = ">=1.2.0" |
| 1108 | stevedore = ">=1.20.0" |
| 1109 | |
| 1110 | [package.extras] |
| 1111 | rst-generator = ["rst2txt (>=1.1.0)", "sphinx (>=1.8.0,!=2.1.0)"] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1112 | test = ["bandit (>=1.7.0,<1.8.0)", "coverage (>=4.0,!=4.4)", "fixtures (>=3.0.0)", "hacking (>=6.1.0,<6.2.0)", "mypy (>=0.720)", "oslo.log (>=3.36.0)", "oslotest (>=3.2.0)", "pre-commit (>=2.6.0)", "requests-mock (>=1.5.0)", "stestr (>=2.1.0)", "testscenarios (>=0.4)", "testtools (>=2.2.0)"] |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1113 | |
| 1114 | [[package]] |
| 1115 | name = "oslo-context" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1116 | version = "5.5.0" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1117 | description = "Oslo Context library" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1118 | optional = false |
| 1119 | python-versions = ">=3.8" |
| 1120 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1121 | {file = "oslo.context-5.5.0-py3-none-any.whl", hash = "sha256:aa858a42aac9858bf259bc0804513a8f9bf36916f9cfc8937708f6c90ad68259"}, |
| 1122 | {file = "oslo.context-5.5.0.tar.gz", hash = "sha256:eae0317b29928f1934df4c60b860fe8625247cb297c5cc62fef8eb5827b12fac"}, |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1123 | ] |
| 1124 | |
| 1125 | [package.dependencies] |
| 1126 | debtcollector = ">=1.2.0" |
| 1127 | pbr = ">=2.0.0,<2.1.0 || >2.1.0" |
| 1128 | |
| 1129 | [[package]] |
| 1130 | name = "oslo-i18n" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1131 | version = "6.3.0" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1132 | description = "Oslo i18n library" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1133 | optional = false |
| 1134 | python-versions = ">=3.8" |
| 1135 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1136 | {file = "oslo.i18n-6.3.0-py3-none-any.whl", hash = "sha256:698eb5c63a01359ed6d91031d6331098190d38be0bdda7d270264d6f86bc79e7"}, |
| 1137 | {file = "oslo.i18n-6.3.0.tar.gz", hash = "sha256:64a251edef8bf1bb1d4e6f78d377e149d4f15c1a9245de77f172016da6267444"}, |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1138 | ] |
| 1139 | |
| 1140 | [package.dependencies] |
| 1141 | pbr = ">=2.0.0,<2.1.0 || >2.1.0" |
| 1142 | |
| 1143 | [[package]] |
| 1144 | name = "oslo-log" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1145 | version = "5.5.1" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1146 | description = "oslo.log library" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1147 | optional = false |
| 1148 | python-versions = ">=3.8" |
| 1149 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1150 | {file = "oslo.log-5.5.1-py3-none-any.whl", hash = "sha256:8e9b51cbeae6a3706fd3a1629d78210cd9681b28006e0ebdf8d96c75a77cd35a"}, |
| 1151 | {file = "oslo.log-5.5.1.tar.gz", hash = "sha256:484148512c5db2a8b35c83cd997e9953755fd8bfa8aaf6ee0cc8c7aeb7429210"}, |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1152 | ] |
| 1153 | |
| 1154 | [package.dependencies] |
| 1155 | debtcollector = ">=1.19.0" |
| 1156 | "oslo.config" = ">=5.2.0" |
| 1157 | "oslo.context" = ">=2.21.0" |
| 1158 | "oslo.i18n" = ">=3.20.0" |
| 1159 | "oslo.serialization" = ">=2.25.0" |
| 1160 | "oslo.utils" = ">=3.36.0" |
| 1161 | pbr = ">=3.1.1" |
| 1162 | pyinotify = {version = ">=0.9.6", markers = "sys_platform != \"win32\" and sys_platform != \"darwin\" and sys_platform != \"sunos5\""} |
| 1163 | python-dateutil = ">=2.7.0" |
| 1164 | |
| 1165 | [package.extras] |
| 1166 | fixtures = ["fixtures (>=3.0.0)"] |
| 1167 | systemd = ["systemd-python (>=234)"] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1168 | test = ["coverage (>=4.5.1)", "eventlet (>=0.30.1,!=0.32.0)", "fixtures (>=3.0.0)", "oslotest (>=3.3.0)", "stestr (>=2.0.0)", "testtools (>=2.3.0)"] |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1169 | |
| 1170 | [[package]] |
| 1171 | name = "oslo-serialization" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1172 | version = "5.4.0" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1173 | description = "Oslo Serialization library" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1174 | optional = false |
| 1175 | python-versions = ">=3.8" |
| 1176 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1177 | {file = "oslo.serialization-5.4.0-py3-none-any.whl", hash = "sha256:f999b75f2c2904c2f6aae5efbb67ab668cc0e79470510b721937626b36427220"}, |
| 1178 | {file = "oslo.serialization-5.4.0.tar.gz", hash = "sha256:315cb3465e99c685cb091b90365cb701bee7140e204ba3e5fc2d8a20b4ec6e76"}, |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1179 | ] |
| 1180 | |
| 1181 | [package.dependencies] |
| 1182 | msgpack = ">=0.5.2" |
| 1183 | "oslo.utils" = ">=3.33.0" |
| 1184 | pbr = ">=2.0.0,<2.1.0 || >2.1.0" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1185 | tzdata = {version = ">=2022.4", markers = "python_version >= \"3.9\""} |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1186 | |
| 1187 | [[package]] |
| 1188 | name = "oslo-utils" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1189 | version = "7.1.0" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1190 | description = "Oslo Utility library" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1191 | optional = false |
| 1192 | python-versions = ">=3.8" |
| 1193 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1194 | {file = "oslo.utils-7.1.0-py3-none-any.whl", hash = "sha256:1d6504526c33cc10ae2c72565d0446a82d2acd43eaa5e6f3fd901d78400a2da0"}, |
| 1195 | {file = "oslo.utils-7.1.0.tar.gz", hash = "sha256:5e42f3394d1f1f976e8994ac4a0918966d2f7eaf7c77380dd612c4a4148dd98e"}, |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1196 | ] |
| 1197 | |
| 1198 | [package.dependencies] |
| 1199 | debtcollector = ">=1.2.0" |
| 1200 | iso8601 = ">=0.1.11" |
| 1201 | netaddr = ">=0.7.18" |
| 1202 | netifaces = ">=0.10.4" |
| 1203 | "oslo.i18n" = ">=3.15.3" |
| 1204 | packaging = ">=20.4" |
| 1205 | pyparsing = ">=2.1.0" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1206 | PyYAML = ">=3.13" |
| 1207 | tzdata = {version = ">=2022.4", markers = "python_version >= \"3.9\""} |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1208 | |
| 1209 | [[package]] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1210 | name = "packaging" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1211 | version = "24.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1212 | description = "Core utilities for Python packages" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1213 | optional = false |
| 1214 | python-versions = ">=3.7" |
| 1215 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1216 | {file = "packaging-24.0-py3-none-any.whl", hash = "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5"}, |
| 1217 | {file = "packaging-24.0.tar.gz", hash = "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1218 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1219 | |
| 1220 | [[package]] |
| 1221 | name = "pbr" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1222 | version = "6.0.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1223 | description = "Python Build Reasonableness" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1224 | optional = false |
| 1225 | python-versions = ">=2.6" |
| 1226 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1227 | {file = "pbr-6.0.0-py2.py3-none-any.whl", hash = "sha256:4a7317d5e3b17a3dccb6a8cfe67dab65b20551404c52c8ed41279fa4f0cb4cda"}, |
| 1228 | {file = "pbr-6.0.0.tar.gz", hash = "sha256:d1377122a5a00e2f940ee482999518efe16d745d423a670c27773dfbc3c9a7d9"}, |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 1229 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1230 | |
| 1231 | [[package]] |
| 1232 | name = "pluggy" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1233 | version = "1.5.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1234 | description = "plugin and hook calling mechanisms for python" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1235 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1236 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1237 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1238 | {file = "pluggy-1.5.0-py3-none-any.whl", hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669"}, |
| 1239 | {file = "pluggy-1.5.0.tar.gz", hash = "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1240 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1241 | |
| 1242 | [package.extras] |
| 1243 | dev = ["pre-commit", "tox"] |
| 1244 | testing = ["pytest", "pytest-benchmark"] |
| 1245 | |
| 1246 | [[package]] |
| 1247 | name = "py" |
| 1248 | version = "1.11.0" |
| 1249 | description = "library with cross-python path, ini-parsing, io, code, log facilities" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1250 | optional = false |
| 1251 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
| 1252 | files = [ |
Mohammed Naser | 21d5581 | 2023-01-13 21:28:47 +0000 | [diff] [blame] | 1253 | {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, |
| 1254 | {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, |
| 1255 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1256 | |
| 1257 | [[package]] |
| 1258 | name = "pycodestyle" |
| 1259 | version = "2.9.1" |
| 1260 | description = "Python style guide checker" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1261 | optional = false |
| 1262 | python-versions = ">=3.6" |
| 1263 | files = [ |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 1264 | {file = "pycodestyle-2.9.1-py2.py3-none-any.whl", hash = "sha256:d1735fc58b418fd7c5f658d28d943854f8a849b01a5d0a1e6f3f3fdd0166804b"}, |
| 1265 | {file = "pycodestyle-2.9.1.tar.gz", hash = "sha256:2c9607871d58c76354b697b42f5d57e1ada7d261c261efac224b664affdc5785"}, |
| 1266 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1267 | |
| 1268 | [[package]] |
| 1269 | name = "pycparser" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1270 | version = "2.22" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1271 | description = "C parser in Python" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1272 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1273 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1274 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1275 | {file = "pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc"}, |
| 1276 | {file = "pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"}, |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 1277 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1278 | |
| 1279 | [[package]] |
| 1280 | name = "pyflakes" |
| 1281 | version = "2.5.0" |
| 1282 | description = "passive checker of Python programs" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1283 | optional = false |
| 1284 | python-versions = ">=3.6" |
| 1285 | files = [ |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 1286 | {file = "pyflakes-2.5.0-py2.py3-none-any.whl", hash = "sha256:4579f67d887f804e67edb544428f264b7b24f435b263c4614f384135cea553d2"}, |
| 1287 | {file = "pyflakes-2.5.0.tar.gz", hash = "sha256:491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3"}, |
| 1288 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1289 | |
| 1290 | [[package]] |
dependabot[bot] | c7c0de9 | 2023-07-20 12:05:13 +0000 | [diff] [blame] | 1291 | name = "pygments" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1292 | version = "2.17.2" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1293 | description = "Pygments is a syntax highlighting package written in Python." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1294 | optional = false |
dependabot[bot] | c7c0de9 | 2023-07-20 12:05:13 +0000 | [diff] [blame] | 1295 | python-versions = ">=3.7" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1296 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1297 | {file = "pygments-2.17.2-py3-none-any.whl", hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c"}, |
| 1298 | {file = "pygments-2.17.2.tar.gz", hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"}, |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 1299 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1300 | |
| 1301 | [package.extras] |
| 1302 | plugins = ["importlib-metadata"] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1303 | windows-terminal = ["colorama (>=0.4.6)"] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1304 | |
| 1305 | [[package]] |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1306 | name = "pyinotify" |
| 1307 | version = "0.9.6" |
| 1308 | description = "Linux filesystem events monitoring" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1309 | optional = false |
| 1310 | python-versions = "*" |
| 1311 | files = [ |
| 1312 | {file = "pyinotify-0.9.6.tar.gz", hash = "sha256:9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4"}, |
| 1313 | ] |
| 1314 | |
| 1315 | [[package]] |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1316 | name = "pyparsing" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1317 | version = "3.1.2" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1318 | description = "pyparsing module - Classes and methods to define and execute parsing grammars" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1319 | optional = false |
| 1320 | python-versions = ">=3.6.8" |
| 1321 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1322 | {file = "pyparsing-3.1.2-py3-none-any.whl", hash = "sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742"}, |
| 1323 | {file = "pyparsing-3.1.2.tar.gz", hash = "sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad"}, |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1324 | ] |
| 1325 | |
| 1326 | [package.extras] |
| 1327 | diagrams = ["jinja2", "railroad-diagrams"] |
| 1328 | |
| 1329 | [[package]] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1330 | name = "pytest" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1331 | version = "7.4.4" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1332 | description = "pytest: simple powerful testing with Python" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1333 | optional = false |
| 1334 | python-versions = ">=3.7" |
| 1335 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1336 | {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, |
| 1337 | {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1338 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1339 | |
| 1340 | [package.dependencies] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1341 | colorama = {version = "*", markers = "sys_platform == \"win32\""} |
| 1342 | exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} |
| 1343 | iniconfig = "*" |
| 1344 | packaging = "*" |
| 1345 | pluggy = ">=0.12,<2.0" |
| 1346 | tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} |
| 1347 | |
| 1348 | [package.extras] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1349 | testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1350 | |
| 1351 | [[package]] |
| 1352 | name = "pytest-cov" |
| 1353 | version = "3.0.0" |
| 1354 | description = "Pytest plugin for measuring coverage." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1355 | optional = false |
| 1356 | python-versions = ">=3.6" |
| 1357 | files = [ |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1358 | {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, |
| 1359 | {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, |
| 1360 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1361 | |
| 1362 | [package.dependencies] |
| 1363 | coverage = {version = ">=5.2.1", extras = ["toml"]} |
| 1364 | pytest = ">=4.6" |
| 1365 | |
| 1366 | [package.extras] |
| 1367 | testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] |
| 1368 | |
| 1369 | [[package]] |
| 1370 | name = "pytest-forked" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1371 | version = "1.6.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1372 | description = "run tests in isolated forked subprocesses" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1373 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1374 | python-versions = ">=3.7" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1375 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1376 | {file = "pytest-forked-1.6.0.tar.gz", hash = "sha256:4dafd46a9a600f65d822b8f605133ecf5b3e1941ebb3588e943b4e3eb71a5a3f"}, |
| 1377 | {file = "pytest_forked-1.6.0-py3-none-any.whl", hash = "sha256:810958f66a91afb1a1e2ae83089d8dc1cd2437ac96b12963042fbb9fb4d16af0"}, |
Mohammed Naser | 21d5581 | 2023-01-13 21:28:47 +0000 | [diff] [blame] | 1378 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1379 | |
| 1380 | [package.dependencies] |
| 1381 | py = "*" |
| 1382 | pytest = ">=3.10" |
| 1383 | |
| 1384 | [[package]] |
| 1385 | name = "pytest-mock" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1386 | version = "3.14.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1387 | description = "Thin-wrapper around the mock package for easier use with pytest" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1388 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1389 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1390 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1391 | {file = "pytest-mock-3.14.0.tar.gz", hash = "sha256:2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0"}, |
| 1392 | {file = "pytest_mock-3.14.0-py3-none-any.whl", hash = "sha256:0b72c38033392a5f4621342fe11e9219ac11ec9d375f8e2a0c164539e0d70f6f"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1393 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1394 | |
| 1395 | [package.dependencies] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1396 | pytest = ">=6.2.5" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1397 | |
| 1398 | [package.extras] |
| 1399 | dev = ["pre-commit", "pytest-asyncio", "tox"] |
| 1400 | |
| 1401 | [[package]] |
| 1402 | name = "pytest-xdist" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1403 | version = "3.6.1" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1404 | description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1405 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1406 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1407 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1408 | {file = "pytest_xdist-3.6.1-py3-none-any.whl", hash = "sha256:9ed4adfb68a016610848639bb7e02c9352d5d9f03d04809919e2dafc3be4cca7"}, |
| 1409 | {file = "pytest_xdist-3.6.1.tar.gz", hash = "sha256:ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d"}, |
Mohammed Naser | 21d5581 | 2023-01-13 21:28:47 +0000 | [diff] [blame] | 1410 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1411 | |
| 1412 | [package.dependencies] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1413 | execnet = ">=2.1" |
| 1414 | pytest = ">=7.0.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1415 | |
| 1416 | [package.extras] |
| 1417 | psutil = ["psutil (>=3.0)"] |
| 1418 | setproctitle = ["setproctitle"] |
| 1419 | testing = ["filelock"] |
| 1420 | |
| 1421 | [[package]] |
| 1422 | name = "python-dateutil" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1423 | version = "2.9.0.post0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1424 | description = "Extensions to the standard Python datetime module" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1425 | optional = false |
| 1426 | python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" |
| 1427 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1428 | {file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"}, |
| 1429 | {file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"}, |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1430 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1431 | |
| 1432 | [package.dependencies] |
| 1433 | six = ">=1.5" |
| 1434 | |
| 1435 | [[package]] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1436 | name = "pywin32" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1437 | version = "306" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1438 | description = "Python for Window Extensions" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1439 | optional = false |
| 1440 | python-versions = "*" |
| 1441 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1442 | {file = "pywin32-306-cp310-cp310-win32.whl", hash = "sha256:06d3420a5155ba65f0b72f2699b5bacf3109f36acbe8923765c22938a69dfc8d"}, |
| 1443 | {file = "pywin32-306-cp310-cp310-win_amd64.whl", hash = "sha256:84f4471dbca1887ea3803d8848a1616429ac94a4a8d05f4bc9c5dcfd42ca99c8"}, |
| 1444 | {file = "pywin32-306-cp311-cp311-win32.whl", hash = "sha256:e65028133d15b64d2ed8f06dd9fbc268352478d4f9289e69c190ecd6818b6407"}, |
| 1445 | {file = "pywin32-306-cp311-cp311-win_amd64.whl", hash = "sha256:a7639f51c184c0272e93f244eb24dafca9b1855707d94c192d4a0b4c01e1100e"}, |
| 1446 | {file = "pywin32-306-cp311-cp311-win_arm64.whl", hash = "sha256:70dba0c913d19f942a2db25217d9a1b726c278f483a919f1abfed79c9cf64d3a"}, |
| 1447 | {file = "pywin32-306-cp312-cp312-win32.whl", hash = "sha256:383229d515657f4e3ed1343da8be101000562bf514591ff383ae940cad65458b"}, |
| 1448 | {file = "pywin32-306-cp312-cp312-win_amd64.whl", hash = "sha256:37257794c1ad39ee9be652da0462dc2e394c8159dfd913a8a4e8eb6fd346da0e"}, |
| 1449 | {file = "pywin32-306-cp312-cp312-win_arm64.whl", hash = "sha256:5821ec52f6d321aa59e2db7e0a35b997de60c201943557d108af9d4ae1ec7040"}, |
| 1450 | {file = "pywin32-306-cp37-cp37m-win32.whl", hash = "sha256:1c73ea9a0d2283d889001998059f5eaaba3b6238f767c9cf2833b13e6a685f65"}, |
| 1451 | {file = "pywin32-306-cp37-cp37m-win_amd64.whl", hash = "sha256:72c5f621542d7bdd4fdb716227be0dd3f8565c11b280be6315b06ace35487d36"}, |
| 1452 | {file = "pywin32-306-cp38-cp38-win32.whl", hash = "sha256:e4c092e2589b5cf0d365849e73e02c391c1349958c5ac3e9d5ccb9a28e017b3a"}, |
| 1453 | {file = "pywin32-306-cp38-cp38-win_amd64.whl", hash = "sha256:e8ac1ae3601bee6ca9f7cb4b5363bf1c0badb935ef243c4733ff9a393b1690c0"}, |
| 1454 | {file = "pywin32-306-cp39-cp39-win32.whl", hash = "sha256:e25fd5b485b55ac9c057f67d94bc203f3f6595078d1fb3b458c9c28b7153a802"}, |
| 1455 | {file = "pywin32-306-cp39-cp39-win_amd64.whl", hash = "sha256:39b61c15272833b5c329a2989999dcae836b1eed650252ab1b7bfbe1d59f30f4"}, |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 1456 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1457 | |
| 1458 | [[package]] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1459 | name = "pyyaml" |
| 1460 | version = "6.0.1" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1461 | description = "YAML parser and emitter for Python" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1462 | optional = false |
| 1463 | python-versions = ">=3.6" |
| 1464 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1465 | {file = "PyYAML-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a"}, |
| 1466 | {file = "PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"}, |
| 1467 | {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, |
| 1468 | {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, |
| 1469 | {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, |
| 1470 | {file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"}, |
| 1471 | {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, |
| 1472 | {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, |
| 1473 | {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, |
| 1474 | {file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab"}, |
| 1475 | {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, |
| 1476 | {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, |
| 1477 | {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, |
| 1478 | {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"}, |
| 1479 | {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, |
| 1480 | {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, |
| 1481 | {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, |
| 1482 | {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, |
| 1483 | {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, |
| 1484 | {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, |
| 1485 | {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, |
| 1486 | {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, |
| 1487 | {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"}, |
| 1488 | {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, |
| 1489 | {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, |
| 1490 | {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, |
| 1491 | {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd"}, |
| 1492 | {file = "PyYAML-6.0.1-cp36-cp36m-win32.whl", hash = "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585"}, |
| 1493 | {file = "PyYAML-6.0.1-cp36-cp36m-win_amd64.whl", hash = "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa"}, |
| 1494 | {file = "PyYAML-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3"}, |
| 1495 | {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27"}, |
| 1496 | {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3"}, |
| 1497 | {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c"}, |
| 1498 | {file = "PyYAML-6.0.1-cp37-cp37m-win32.whl", hash = "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba"}, |
| 1499 | {file = "PyYAML-6.0.1-cp37-cp37m-win_amd64.whl", hash = "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867"}, |
| 1500 | {file = "PyYAML-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595"}, |
| 1501 | {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, |
| 1502 | {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, |
| 1503 | {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, |
| 1504 | {file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"}, |
| 1505 | {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, |
| 1506 | {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, |
| 1507 | {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, |
| 1508 | {file = "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859"}, |
| 1509 | {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, |
| 1510 | {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, |
| 1511 | {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, |
| 1512 | {file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"}, |
| 1513 | {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, |
| 1514 | {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, |
| 1515 | {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1516 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1517 | |
| 1518 | [[package]] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1519 | name = "referencing" |
| 1520 | version = "0.35.0" |
| 1521 | description = "JSON Referencing + Python" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1522 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1523 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1524 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1525 | {file = "referencing-0.35.0-py3-none-any.whl", hash = "sha256:8080727b30e364e5783152903672df9b6b091c926a146a759080b62ca3126cd6"}, |
| 1526 | {file = "referencing-0.35.0.tar.gz", hash = "sha256:191e936b0c696d0af17ad7430a3dc68e88bc11be6514f4757dc890f04ab05889"}, |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 1527 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1528 | |
| 1529 | [package.dependencies] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1530 | attrs = ">=22.2.0" |
| 1531 | rpds-py = ">=0.7.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1532 | |
| 1533 | [[package]] |
| 1534 | name = "regex" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1535 | version = "2024.4.28" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1536 | description = "Alternative regular expression module, to replace re." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1537 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1538 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1539 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1540 | {file = "regex-2024.4.28-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:cd196d056b40af073d95a2879678585f0b74ad35190fac04ca67954c582c6b61"}, |
| 1541 | {file = "regex-2024.4.28-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:8bb381f777351bd534462f63e1c6afb10a7caa9fa2a421ae22c26e796fe31b1f"}, |
| 1542 | {file = "regex-2024.4.28-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:47af45b6153522733aa6e92543938e97a70ce0900649ba626cf5aad290b737b6"}, |
| 1543 | {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99d6a550425cc51c656331af0e2b1651e90eaaa23fb4acde577cf15068e2e20f"}, |
| 1544 | {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bf29304a8011feb58913c382902fde3395957a47645bf848eea695839aa101b7"}, |
| 1545 | {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:92da587eee39a52c91aebea8b850e4e4f095fe5928d415cb7ed656b3460ae79a"}, |
| 1546 | {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6277d426e2f31bdbacb377d17a7475e32b2d7d1f02faaecc48d8e370c6a3ff31"}, |
| 1547 | {file = "regex-2024.4.28-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:28e1f28d07220c0f3da0e8fcd5a115bbb53f8b55cecf9bec0c946eb9a059a94c"}, |
| 1548 | {file = "regex-2024.4.28-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:aaa179975a64790c1f2701ac562b5eeb733946eeb036b5bcca05c8d928a62f10"}, |
| 1549 | {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:6f435946b7bf7a1b438b4e6b149b947c837cb23c704e780c19ba3e6855dbbdd3"}, |
| 1550 | {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:19d6c11bf35a6ad077eb23852827f91c804eeb71ecb85db4ee1386825b9dc4db"}, |
| 1551 | {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:fdae0120cddc839eb8e3c15faa8ad541cc6d906d3eb24d82fb041cfe2807bc1e"}, |
| 1552 | {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:e672cf9caaf669053121f1766d659a8813bd547edef6e009205378faf45c67b8"}, |
| 1553 | {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:f57515750d07e14743db55d59759893fdb21d2668f39e549a7d6cad5d70f9fea"}, |
| 1554 | {file = "regex-2024.4.28-cp310-cp310-win32.whl", hash = "sha256:a1409c4eccb6981c7baabc8888d3550df518add6e06fe74fa1d9312c1838652d"}, |
| 1555 | {file = "regex-2024.4.28-cp310-cp310-win_amd64.whl", hash = "sha256:1f687a28640f763f23f8a9801fe9e1b37338bb1ca5d564ddd41619458f1f22d1"}, |
| 1556 | {file = "regex-2024.4.28-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:84077821c85f222362b72fdc44f7a3a13587a013a45cf14534df1cbbdc9a6796"}, |
| 1557 | {file = "regex-2024.4.28-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b45d4503de8f4f3dc02f1d28a9b039e5504a02cc18906cfe744c11def942e9eb"}, |
| 1558 | {file = "regex-2024.4.28-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:457c2cd5a646dd4ed536c92b535d73548fb8e216ebee602aa9f48e068fc393f3"}, |
| 1559 | {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2b51739ddfd013c6f657b55a508de8b9ea78b56d22b236052c3a85a675102dc6"}, |
| 1560 | {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:459226445c7d7454981c4c0ce0ad1a72e1e751c3e417f305722bbcee6697e06a"}, |
| 1561 | {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:670fa596984b08a4a769491cbdf22350431970d0112e03d7e4eeaecaafcd0fec"}, |
| 1562 | {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fe00f4fe11c8a521b173e6324d862ee7ee3412bf7107570c9b564fe1119b56fb"}, |
| 1563 | {file = "regex-2024.4.28-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:36f392dc7763fe7924575475736bddf9ab9f7a66b920932d0ea50c2ded2f5636"}, |
| 1564 | {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:23a412b7b1a7063f81a742463f38821097b6a37ce1e5b89dd8e871d14dbfd86b"}, |
| 1565 | {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:f1d6e4b7b2ae3a6a9df53efbf199e4bfcff0959dbdb5fd9ced34d4407348e39a"}, |
| 1566 | {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:499334ad139557de97cbc4347ee921c0e2b5e9c0f009859e74f3f77918339257"}, |
| 1567 | {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:0940038bec2fe9e26b203d636c44d31dd8766abc1fe66262da6484bd82461ccf"}, |
| 1568 | {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:66372c2a01782c5fe8e04bff4a2a0121a9897e19223d9eab30c54c50b2ebeb7f"}, |
| 1569 | {file = "regex-2024.4.28-cp311-cp311-win32.whl", hash = "sha256:c77d10ec3c1cf328b2f501ca32583625987ea0f23a0c2a49b37a39ee5c4c4630"}, |
| 1570 | {file = "regex-2024.4.28-cp311-cp311-win_amd64.whl", hash = "sha256:fc0916c4295c64d6890a46e02d4482bb5ccf33bf1a824c0eaa9e83b148291f90"}, |
| 1571 | {file = "regex-2024.4.28-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:08a1749f04fee2811c7617fdd46d2e46d09106fa8f475c884b65c01326eb15c5"}, |
| 1572 | {file = "regex-2024.4.28-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b8eb28995771c087a73338f695a08c9abfdf723d185e57b97f6175c5051ff1ae"}, |
| 1573 | {file = "regex-2024.4.28-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:dd7ef715ccb8040954d44cfeff17e6b8e9f79c8019daae2fd30a8806ef5435c0"}, |
| 1574 | {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fb0315a2b26fde4005a7c401707c5352df274460f2f85b209cf6024271373013"}, |
| 1575 | {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f2fc053228a6bd3a17a9b0a3f15c3ab3cf95727b00557e92e1cfe094b88cc662"}, |
| 1576 | {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7fe9739a686dc44733d52d6e4f7b9c77b285e49edf8570754b322bca6b85b4cc"}, |
| 1577 | {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a74fcf77d979364f9b69fcf8200849ca29a374973dc193a7317698aa37d8b01c"}, |
| 1578 | {file = "regex-2024.4.28-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:965fd0cf4694d76f6564896b422724ec7b959ef927a7cb187fc6b3f4e4f59833"}, |
| 1579 | {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:2fef0b38c34ae675fcbb1b5db760d40c3fc3612cfa186e9e50df5782cac02bcd"}, |
| 1580 | {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:bc365ce25f6c7c5ed70e4bc674f9137f52b7dd6a125037f9132a7be52b8a252f"}, |
| 1581 | {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:ac69b394764bb857429b031d29d9604842bc4cbfd964d764b1af1868eeebc4f0"}, |
| 1582 | {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:144a1fc54765f5c5c36d6d4b073299832aa1ec6a746a6452c3ee7b46b3d3b11d"}, |
| 1583 | {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:2630ca4e152c221072fd4a56d4622b5ada876f668ecd24d5ab62544ae6793ed6"}, |
| 1584 | {file = "regex-2024.4.28-cp312-cp312-win32.whl", hash = "sha256:7f3502f03b4da52bbe8ba962621daa846f38489cae5c4a7b5d738f15f6443d17"}, |
| 1585 | {file = "regex-2024.4.28-cp312-cp312-win_amd64.whl", hash = "sha256:0dd3f69098511e71880fb00f5815db9ed0ef62c05775395968299cb400aeab82"}, |
| 1586 | {file = "regex-2024.4.28-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:374f690e1dd0dbdcddea4a5c9bdd97632cf656c69113f7cd6a361f2a67221cb6"}, |
| 1587 | {file = "regex-2024.4.28-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:25f87ae6b96374db20f180eab083aafe419b194e96e4f282c40191e71980c666"}, |
| 1588 | {file = "regex-2024.4.28-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:5dbc1bcc7413eebe5f18196e22804a3be1bfdfc7e2afd415e12c068624d48247"}, |
| 1589 | {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f85151ec5a232335f1be022b09fbbe459042ea1951d8a48fef251223fc67eee1"}, |
| 1590 | {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:57ba112e5530530fd175ed550373eb263db4ca98b5f00694d73b18b9a02e7185"}, |
| 1591 | {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:224803b74aab56aa7be313f92a8d9911dcade37e5f167db62a738d0c85fdac4b"}, |
| 1592 | {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0a54a047b607fd2d2d52a05e6ad294602f1e0dec2291152b745870afc47c1397"}, |
| 1593 | {file = "regex-2024.4.28-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0a2a512d623f1f2d01d881513af9fc6a7c46e5cfffb7dc50c38ce959f9246c94"}, |
| 1594 | {file = "regex-2024.4.28-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:c06bf3f38f0707592898428636cbb75d0a846651b053a1cf748763e3063a6925"}, |
| 1595 | {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:1031a5e7b048ee371ab3653aad3030ecfad6ee9ecdc85f0242c57751a05b0ac4"}, |
| 1596 | {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:d7a353ebfa7154c871a35caca7bfd8f9e18666829a1dc187115b80e35a29393e"}, |
| 1597 | {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:7e76b9cfbf5ced1aca15a0e5b6f229344d9b3123439ffce552b11faab0114a02"}, |
| 1598 | {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:5ce479ecc068bc2a74cb98dd8dba99e070d1b2f4a8371a7dfe631f85db70fe6e"}, |
| 1599 | {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:7d77b6f63f806578c604dca209280e4c54f0fa9a8128bb8d2cc5fb6f99da4150"}, |
| 1600 | {file = "regex-2024.4.28-cp38-cp38-win32.whl", hash = "sha256:d84308f097d7a513359757c69707ad339da799e53b7393819ec2ea36bc4beb58"}, |
| 1601 | {file = "regex-2024.4.28-cp38-cp38-win_amd64.whl", hash = "sha256:2cc1b87bba1dd1a898e664a31012725e48af826bf3971e786c53e32e02adae6c"}, |
| 1602 | {file = "regex-2024.4.28-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:7413167c507a768eafb5424413c5b2f515c606be5bb4ef8c5dee43925aa5718b"}, |
| 1603 | {file = "regex-2024.4.28-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:108e2dcf0b53a7c4ab8986842a8edcb8ab2e59919a74ff51c296772e8e74d0ae"}, |
| 1604 | {file = "regex-2024.4.28-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f1c5742c31ba7d72f2dedf7968998730664b45e38827637e0f04a2ac7de2f5f1"}, |
| 1605 | {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ecc6148228c9ae25ce403eade13a0961de1cb016bdb35c6eafd8e7b87ad028b1"}, |
| 1606 | {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b7d893c8cf0e2429b823ef1a1d360a25950ed11f0e2a9df2b5198821832e1947"}, |
| 1607 | {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4290035b169578ffbbfa50d904d26bec16a94526071ebec3dadbebf67a26b25e"}, |
| 1608 | {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:44a22ae1cfd82e4ffa2066eb3390777dc79468f866f0625261a93e44cdf6482b"}, |
| 1609 | {file = "regex-2024.4.28-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fd24fd140b69f0b0bcc9165c397e9b2e89ecbeda83303abf2a072609f60239e2"}, |
| 1610 | {file = "regex-2024.4.28-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:39fb166d2196413bead229cd64a2ffd6ec78ebab83fff7d2701103cf9f4dfd26"}, |
| 1611 | {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9301cc6db4d83d2c0719f7fcda37229691745168bf6ae849bea2e85fc769175d"}, |
| 1612 | {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:7c3d389e8d76a49923683123730c33e9553063d9041658f23897f0b396b2386f"}, |
| 1613 | {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:99ef6289b62042500d581170d06e17f5353b111a15aa6b25b05b91c6886df8fc"}, |
| 1614 | {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:b91d529b47798c016d4b4c1d06cc826ac40d196da54f0de3c519f5a297c5076a"}, |
| 1615 | {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:43548ad74ea50456e1c68d3c67fff3de64c6edb85bcd511d1136f9b5376fc9d1"}, |
| 1616 | {file = "regex-2024.4.28-cp39-cp39-win32.whl", hash = "sha256:05d9b6578a22db7dedb4df81451f360395828b04f4513980b6bd7a1412c679cc"}, |
| 1617 | {file = "regex-2024.4.28-cp39-cp39-win_amd64.whl", hash = "sha256:3986217ec830c2109875be740531feb8ddafe0dfa49767cdcd072ed7e8927962"}, |
| 1618 | {file = "regex-2024.4.28.tar.gz", hash = "sha256:83ab366777ea45d58f72593adf35d36ca911ea8bd838483c1823b883a121b0e4"}, |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 1619 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1620 | |
| 1621 | [[package]] |
| 1622 | name = "requests" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1623 | version = "2.31.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1624 | description = "Python HTTP for Humans." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1625 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1626 | python-versions = ">=3.7" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1627 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1628 | {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, |
| 1629 | {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1630 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1631 | |
| 1632 | [package.dependencies] |
| 1633 | certifi = ">=2017.4.17" |
| 1634 | charset-normalizer = ">=2,<4" |
| 1635 | idna = ">=2.5,<4" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1636 | urllib3 = ">=1.21.1,<3" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1637 | |
| 1638 | [package.extras] |
| 1639 | socks = ["PySocks (>=1.5.6,!=1.5.7)"] |
| 1640 | use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] |
| 1641 | |
| 1642 | [[package]] |
| 1643 | name = "requestsexceptions" |
| 1644 | version = "1.4.0" |
| 1645 | description = "Import exceptions from potentially bundled packages in requests." |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1646 | optional = false |
| 1647 | python-versions = "*" |
| 1648 | files = [ |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1649 | {file = "requestsexceptions-1.4.0-py2.py3-none-any.whl", hash = "sha256:3083d872b6e07dc5c323563ef37671d992214ad9a32b0ca4a3d7f5500bf38ce3"}, |
| 1650 | {file = "requestsexceptions-1.4.0.tar.gz", hash = "sha256:b095cbc77618f066d459a02b137b020c37da9f46d9b057704019c9f77dba3065"}, |
| 1651 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1652 | |
| 1653 | [[package]] |
| 1654 | name = "resolvelib" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1655 | version = "1.0.1" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1656 | description = "Resolve abstract dependencies into concrete ones" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1657 | optional = false |
| 1658 | python-versions = "*" |
| 1659 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1660 | {file = "resolvelib-1.0.1-py2.py3-none-any.whl", hash = "sha256:d2da45d1a8dfee81bdd591647783e340ef3bcb104b54c383f70d422ef5cc7dbf"}, |
| 1661 | {file = "resolvelib-1.0.1.tar.gz", hash = "sha256:04ce76cbd63fded2078ce224785da6ecd42b9564b1390793f64ddecbe997b309"}, |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 1662 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1663 | |
| 1664 | [package.extras] |
| 1665 | examples = ["html5lib", "packaging", "pygraphviz", "requests"] |
| 1666 | lint = ["black", "flake8", "isort", "mypy", "types-requests"] |
| 1667 | release = ["build", "towncrier", "twine"] |
| 1668 | test = ["commentjson", "packaging", "pytest"] |
| 1669 | |
| 1670 | [[package]] |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1671 | name = "rfc3986" |
| 1672 | version = "2.0.0" |
| 1673 | description = "Validating URI References per RFC 3986" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1674 | optional = false |
| 1675 | python-versions = ">=3.7" |
| 1676 | files = [ |
| 1677 | {file = "rfc3986-2.0.0-py2.py3-none-any.whl", hash = "sha256:50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd"}, |
| 1678 | {file = "rfc3986-2.0.0.tar.gz", hash = "sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c"}, |
| 1679 | ] |
| 1680 | |
| 1681 | [package.extras] |
| 1682 | idna2008 = ["idna"] |
| 1683 | |
| 1684 | [[package]] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1685 | name = "rich" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1686 | version = "13.7.1" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1687 | description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1688 | optional = false |
| 1689 | python-versions = ">=3.7.0" |
| 1690 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1691 | {file = "rich-13.7.1-py3-none-any.whl", hash = "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222"}, |
| 1692 | {file = "rich-13.7.1.tar.gz", hash = "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"}, |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 1693 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1694 | |
| 1695 | [package.dependencies] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1696 | markdown-it-py = ">=2.2.0" |
| 1697 | pygments = ">=2.13.0,<3.0.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1698 | |
| 1699 | [package.extras] |
| 1700 | jupyter = ["ipywidgets (>=7.5.1,<9)"] |
| 1701 | |
| 1702 | [[package]] |
| 1703 | name = "rjsonnet" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1704 | version = "0.5.4" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1705 | description = "Python bindings to Rust jrsonnet crate" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1706 | optional = false |
| 1707 | python-versions = "*" |
| 1708 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1709 | {file = "rjsonnet-0.5.4-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:fca45e06abbabf4c6b1f8ec9821e5be355687cbb1e73fbad5ce68c94a66a2154"}, |
| 1710 | {file = "rjsonnet-0.5.4-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:97f55f4eb611aaa05f73eb93f318e5d15a7838849be0044adbba0c5bacc575e7"}, |
| 1711 | {file = "rjsonnet-0.5.4-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0eb4ab241206829955108c44d810342f1c19f447a4d7c44a49374e96770c08b"}, |
| 1712 | {file = "rjsonnet-0.5.4-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a8a2e51d319919eb480407fa98a098bec337035d9786c19b03a2b60735433a0e"}, |
| 1713 | {file = "rjsonnet-0.5.4-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e47beb353e4300d67f90803845e83be392346ece0b398dccd15b7576ee1c38db"}, |
| 1714 | {file = "rjsonnet-0.5.4-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:044062aeb90bfc1e205e76d1312c010f4ef02ffed0c7e2a7bb0e78388e676c90"}, |
| 1715 | {file = "rjsonnet-0.5.4-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c8d59ad043680b9984ae0328a64b63348f7ff366d1c439117d2c61e2c15c1869"}, |
| 1716 | {file = "rjsonnet-0.5.4-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:10671a6b58a81da38cb9ae123fb0f9d0c444abdc2d82840465fd72ab09599cbf"}, |
| 1717 | {file = "rjsonnet-0.5.4-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:1f4af448bf566880d9072eff10171c34374cdce104046fba601532ad11605f44"}, |
| 1718 | {file = "rjsonnet-0.5.4-cp37-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:5044a082187f4172b7df36fa51c15ea87431dcd67260e1b8b8356684698c310e"}, |
| 1719 | {file = "rjsonnet-0.5.4-cp37-abi3-musllinux_1_2_i686.whl", hash = "sha256:58b8e058f103010debedc2ded3f957abf63942d08c82c2af69ad736cc28836d5"}, |
| 1720 | {file = "rjsonnet-0.5.4-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:b71a0d25380b58c5e0bab0d98afdba19c7351fa7d2f5729b90d7e41759f3f4ae"}, |
| 1721 | {file = "rjsonnet-0.5.4-cp37-abi3-win32.whl", hash = "sha256:e8449c8d3636f571854a158c6f6e1308a6e3adfab393f265e0f91950fd9fcd9b"}, |
| 1722 | {file = "rjsonnet-0.5.4-cp37-abi3-win_amd64.whl", hash = "sha256:c28f8405e1a9226ba5c03b0802cf3357cb7ac97ef90417fb2f337671a023d3ce"}, |
| 1723 | {file = "rjsonnet-0.5.4.tar.gz", hash = "sha256:4e32a8fff9400a9c7df8d8595f2986e86e5bac3544a8eeb70c2630bb16839df6"}, |
| 1724 | ] |
| 1725 | |
| 1726 | [[package]] |
| 1727 | name = "rpds-py" |
| 1728 | version = "0.18.0" |
| 1729 | description = "Python bindings to Rust's persistent data structures (rpds)" |
| 1730 | optional = false |
| 1731 | python-versions = ">=3.8" |
| 1732 | files = [ |
| 1733 | {file = "rpds_py-0.18.0-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:5b4e7d8d6c9b2e8ee2d55c90b59c707ca59bc30058269b3db7b1f8df5763557e"}, |
| 1734 | {file = "rpds_py-0.18.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c463ed05f9dfb9baebef68048aed8dcdc94411e4bf3d33a39ba97e271624f8f7"}, |
| 1735 | {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:01e36a39af54a30f28b73096dd39b6802eddd04c90dbe161c1b8dbe22353189f"}, |
| 1736 | {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d62dec4976954a23d7f91f2f4530852b0c7608116c257833922a896101336c51"}, |
| 1737 | {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dd18772815d5f008fa03d2b9a681ae38d5ae9f0e599f7dda233c439fcaa00d40"}, |
| 1738 | {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:923d39efa3cfb7279a0327e337a7958bff00cc447fd07a25cddb0a1cc9a6d2da"}, |
| 1739 | {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39514da80f971362f9267c600b6d459bfbbc549cffc2cef8e47474fddc9b45b1"}, |
| 1740 | {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a34d557a42aa28bd5c48a023c570219ba2593bcbbb8dc1b98d8cf5d529ab1434"}, |
| 1741 | {file = "rpds_py-0.18.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:93df1de2f7f7239dc9cc5a4a12408ee1598725036bd2dedadc14d94525192fc3"}, |
| 1742 | {file = "rpds_py-0.18.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:34b18ba135c687f4dac449aa5157d36e2cbb7c03cbea4ddbd88604e076aa836e"}, |
| 1743 | {file = "rpds_py-0.18.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:c0b5dcf9193625afd8ecc92312d6ed78781c46ecbf39af9ad4681fc9f464af88"}, |
| 1744 | {file = "rpds_py-0.18.0-cp310-none-win32.whl", hash = "sha256:c4325ff0442a12113a6379af66978c3fe562f846763287ef66bdc1d57925d337"}, |
| 1745 | {file = "rpds_py-0.18.0-cp310-none-win_amd64.whl", hash = "sha256:7223a2a5fe0d217e60a60cdae28d6949140dde9c3bcc714063c5b463065e3d66"}, |
| 1746 | {file = "rpds_py-0.18.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:3a96e0c6a41dcdba3a0a581bbf6c44bb863f27c541547fb4b9711fd8cf0ffad4"}, |
| 1747 | {file = "rpds_py-0.18.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:30f43887bbae0d49113cbaab729a112251a940e9b274536613097ab8b4899cf6"}, |
| 1748 | {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fcb25daa9219b4cf3a0ab24b0eb9a5cc8949ed4dc72acb8fa16b7e1681aa3c58"}, |
| 1749 | {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d68c93e381010662ab873fea609bf6c0f428b6d0bb00f2c6939782e0818d37bf"}, |
| 1750 | {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b34b7aa8b261c1dbf7720b5d6f01f38243e9b9daf7e6b8bc1fd4657000062f2c"}, |
| 1751 | {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2e6d75ab12b0bbab7215e5d40f1e5b738aa539598db27ef83b2ec46747df90e1"}, |
| 1752 | {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0b8612cd233543a3781bc659c731b9d607de65890085098986dfd573fc2befe5"}, |
| 1753 | {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:aec493917dd45e3c69d00a8874e7cbed844efd935595ef78a0f25f14312e33c6"}, |
| 1754 | {file = "rpds_py-0.18.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:661d25cbffaf8cc42e971dd570d87cb29a665f49f4abe1f9e76be9a5182c4688"}, |
| 1755 | {file = "rpds_py-0.18.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:1df3659d26f539ac74fb3b0c481cdf9d725386e3552c6fa2974f4d33d78e544b"}, |
| 1756 | {file = "rpds_py-0.18.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a1ce3ba137ed54f83e56fb983a5859a27d43a40188ba798993812fed73c70836"}, |
| 1757 | {file = "rpds_py-0.18.0-cp311-none-win32.whl", hash = "sha256:69e64831e22a6b377772e7fb337533c365085b31619005802a79242fee620bc1"}, |
| 1758 | {file = "rpds_py-0.18.0-cp311-none-win_amd64.whl", hash = "sha256:998e33ad22dc7ec7e030b3df701c43630b5bc0d8fbc2267653577e3fec279afa"}, |
| 1759 | {file = "rpds_py-0.18.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:7f2facbd386dd60cbbf1a794181e6aa0bd429bd78bfdf775436020172e2a23f0"}, |
| 1760 | {file = "rpds_py-0.18.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1d9a5be316c15ffb2b3c405c4ff14448c36b4435be062a7f578ccd8b01f0c4d8"}, |
| 1761 | {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cd5bf1af8efe569654bbef5a3e0a56eca45f87cfcffab31dd8dde70da5982475"}, |
| 1762 | {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5417558f6887e9b6b65b4527232553c139b57ec42c64570569b155262ac0754f"}, |
| 1763 | {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:56a737287efecafc16f6d067c2ea0117abadcd078d58721f967952db329a3e5c"}, |
| 1764 | {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8f03bccbd8586e9dd37219bce4d4e0d3ab492e6b3b533e973fa08a112cb2ffc9"}, |
| 1765 | {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4457a94da0d5c53dc4b3e4de1158bdab077db23c53232f37a3cb7afdb053a4e3"}, |
| 1766 | {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0ab39c1ba9023914297dd88ec3b3b3c3f33671baeb6acf82ad7ce883f6e8e157"}, |
| 1767 | {file = "rpds_py-0.18.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9d54553c1136b50fd12cc17e5b11ad07374c316df307e4cfd6441bea5fb68496"}, |
| 1768 | {file = "rpds_py-0.18.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:0af039631b6de0397ab2ba16eaf2872e9f8fca391b44d3d8cac317860a700a3f"}, |
| 1769 | {file = "rpds_py-0.18.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:84ffab12db93b5f6bad84c712c92060a2d321b35c3c9960b43d08d0f639d60d7"}, |
| 1770 | {file = "rpds_py-0.18.0-cp312-none-win32.whl", hash = "sha256:685537e07897f173abcf67258bee3c05c374fa6fff89d4c7e42fb391b0605e98"}, |
| 1771 | {file = "rpds_py-0.18.0-cp312-none-win_amd64.whl", hash = "sha256:e003b002ec72c8d5a3e3da2989c7d6065b47d9eaa70cd8808b5384fbb970f4ec"}, |
| 1772 | {file = "rpds_py-0.18.0-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:08f9ad53c3f31dfb4baa00da22f1e862900f45908383c062c27628754af2e88e"}, |
| 1773 | {file = "rpds_py-0.18.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:c0013fe6b46aa496a6749c77e00a3eb07952832ad6166bd481c74bda0dcb6d58"}, |
| 1774 | {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e32a92116d4f2a80b629778280103d2a510a5b3f6314ceccd6e38006b5e92dcb"}, |
| 1775 | {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e541ec6f2ec456934fd279a3120f856cd0aedd209fc3852eca563f81738f6861"}, |
| 1776 | {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bed88b9a458e354014d662d47e7a5baafd7ff81c780fd91584a10d6ec842cb73"}, |
| 1777 | {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2644e47de560eb7bd55c20fc59f6daa04682655c58d08185a9b95c1970fa1e07"}, |
| 1778 | {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8e8916ae4c720529e18afa0b879473049e95949bf97042e938530e072fde061d"}, |
| 1779 | {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:465a3eb5659338cf2a9243e50ad9b2296fa15061736d6e26240e713522b6235c"}, |
| 1780 | {file = "rpds_py-0.18.0-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:ea7d4a99f3b38c37eac212dbd6ec42b7a5ec51e2c74b5d3223e43c811609e65f"}, |
| 1781 | {file = "rpds_py-0.18.0-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:67071a6171e92b6da534b8ae326505f7c18022c6f19072a81dcf40db2638767c"}, |
| 1782 | {file = "rpds_py-0.18.0-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:41ef53e7c58aa4ef281da975f62c258950f54b76ec8e45941e93a3d1d8580594"}, |
| 1783 | {file = "rpds_py-0.18.0-cp38-none-win32.whl", hash = "sha256:fdea4952db2793c4ad0bdccd27c1d8fdd1423a92f04598bc39425bcc2b8ee46e"}, |
| 1784 | {file = "rpds_py-0.18.0-cp38-none-win_amd64.whl", hash = "sha256:7cd863afe7336c62ec78d7d1349a2f34c007a3cc6c2369d667c65aeec412a5b1"}, |
| 1785 | {file = "rpds_py-0.18.0-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:5307def11a35f5ae4581a0b658b0af8178c65c530e94893345bebf41cc139d33"}, |
| 1786 | {file = "rpds_py-0.18.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:77f195baa60a54ef9d2de16fbbfd3ff8b04edc0c0140a761b56c267ac11aa467"}, |
| 1787 | {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:39f5441553f1c2aed4de4377178ad8ff8f9d733723d6c66d983d75341de265ab"}, |
| 1788 | {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9a00312dea9310d4cb7dbd7787e722d2e86a95c2db92fbd7d0155f97127bcb40"}, |
| 1789 | {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8f2fc11e8fe034ee3c34d316d0ad8808f45bc3b9ce5857ff29d513f3ff2923a1"}, |
| 1790 | {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:586f8204935b9ec884500498ccc91aa869fc652c40c093bd9e1471fbcc25c022"}, |
| 1791 | {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ddc2f4dfd396c7bfa18e6ce371cba60e4cf9d2e5cdb71376aa2da264605b60b9"}, |
| 1792 | {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:5ddcba87675b6d509139d1b521e0c8250e967e63b5909a7e8f8944d0f90ff36f"}, |
| 1793 | {file = "rpds_py-0.18.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:7bd339195d84439cbe5771546fe8a4e8a7a045417d8f9de9a368c434e42a721e"}, |
| 1794 | {file = "rpds_py-0.18.0-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:d7c36232a90d4755b720fbd76739d8891732b18cf240a9c645d75f00639a9024"}, |
| 1795 | {file = "rpds_py-0.18.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:6b0817e34942b2ca527b0e9298373e7cc75f429e8da2055607f4931fded23e20"}, |
| 1796 | {file = "rpds_py-0.18.0-cp39-none-win32.whl", hash = "sha256:99f70b740dc04d09e6b2699b675874367885217a2e9f782bdf5395632ac663b7"}, |
| 1797 | {file = "rpds_py-0.18.0-cp39-none-win_amd64.whl", hash = "sha256:6ef687afab047554a2d366e112dd187b62d261d49eb79b77e386f94644363294"}, |
| 1798 | {file = "rpds_py-0.18.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:ad36cfb355e24f1bd37cac88c112cd7730873f20fb0bdaf8ba59eedf8216079f"}, |
| 1799 | {file = "rpds_py-0.18.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:36b3ee798c58ace201289024b52788161e1ea133e4ac93fba7d49da5fec0ef9e"}, |
| 1800 | {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f8a2f084546cc59ea99fda8e070be2fd140c3092dc11524a71aa8f0f3d5a55ca"}, |
| 1801 | {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e4461d0f003a0aa9be2bdd1b798a041f177189c1a0f7619fe8c95ad08d9a45d7"}, |
| 1802 | {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8db715ebe3bb7d86d77ac1826f7d67ec11a70dbd2376b7cc214199360517b641"}, |
| 1803 | {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:793968759cd0d96cac1e367afd70c235867831983f876a53389ad869b043c948"}, |
| 1804 | {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:66e6a3af5a75363d2c9a48b07cb27c4ea542938b1a2e93b15a503cdfa8490795"}, |
| 1805 | {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6ef0befbb5d79cf32d0266f5cff01545602344eda89480e1dd88aca964260b18"}, |
| 1806 | {file = "rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:1d4acf42190d449d5e89654d5c1ed3a4f17925eec71f05e2a41414689cda02d1"}, |
| 1807 | {file = "rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:a5f446dd5055667aabaee78487f2b5ab72e244f9bc0b2ffebfeec79051679984"}, |
| 1808 | {file = "rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:9dbbeb27f4e70bfd9eec1be5477517365afe05a9b2c441a0b21929ee61048124"}, |
| 1809 | {file = "rpds_py-0.18.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:22806714311a69fd0af9b35b7be97c18a0fc2826e6827dbb3a8c94eac6cf7eeb"}, |
| 1810 | {file = "rpds_py-0.18.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:b34ae4636dfc4e76a438ab826a0d1eed2589ca7d9a1b2d5bb546978ac6485461"}, |
| 1811 | {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8c8370641f1a7f0e0669ddccca22f1da893cef7628396431eb445d46d893e5cd"}, |
| 1812 | {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c8362467a0fdeccd47935f22c256bec5e6abe543bf0d66e3d3d57a8fb5731863"}, |
| 1813 | {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:11a8c85ef4a07a7638180bf04fe189d12757c696eb41f310d2426895356dcf05"}, |
| 1814 | {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b316144e85316da2723f9d8dc75bada12fa58489a527091fa1d5a612643d1a0e"}, |
| 1815 | {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cf1ea2e34868f6fbf070e1af291c8180480310173de0b0c43fc38a02929fc0e3"}, |
| 1816 | {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e546e768d08ad55b20b11dbb78a745151acbd938f8f00d0cfbabe8b0199b9880"}, |
| 1817 | {file = "rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:4901165d170a5fde6f589acb90a6b33629ad1ec976d4529e769c6f3d885e3e80"}, |
| 1818 | {file = "rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl", hash = "sha256:618a3d6cae6ef8ec88bb76dd80b83cfe415ad4f1d942ca2a903bf6b6ff97a2da"}, |
| 1819 | {file = "rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:ed4eb745efbff0a8e9587d22a84be94a5eb7d2d99c02dacf7bd0911713ed14dd"}, |
| 1820 | {file = "rpds_py-0.18.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:6c81e5f372cd0dc5dc4809553d34f832f60a46034a5f187756d9b90586c2c307"}, |
| 1821 | {file = "rpds_py-0.18.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:43fbac5f22e25bee1d482c97474f930a353542855f05c1161fd804c9dc74a09d"}, |
| 1822 | {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6d7faa6f14017c0b1e69f5e2c357b998731ea75a442ab3841c0dbbbfe902d2c4"}, |
| 1823 | {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:08231ac30a842bd04daabc4d71fddd7e6d26189406d5a69535638e4dcb88fe76"}, |
| 1824 | {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:044a3e61a7c2dafacae99d1e722cc2d4c05280790ec5a05031b3876809d89a5c"}, |
| 1825 | {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3f26b5bd1079acdb0c7a5645e350fe54d16b17bfc5e71f371c449383d3342e17"}, |
| 1826 | {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:482103aed1dfe2f3b71a58eff35ba105289b8d862551ea576bd15479aba01f66"}, |
| 1827 | {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1374f4129f9bcca53a1bba0bb86bf78325a0374577cf7e9e4cd046b1e6f20e24"}, |
| 1828 | {file = "rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:635dc434ff724b178cb192c70016cc0ad25a275228f749ee0daf0eddbc8183b1"}, |
| 1829 | {file = "rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:bc362ee4e314870a70f4ae88772d72d877246537d9f8cb8f7eacf10884862432"}, |
| 1830 | {file = "rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:4832d7d380477521a8c1644bbab6588dfedea5e30a7d967b5fb75977c45fd77f"}, |
| 1831 | {file = "rpds_py-0.18.0.tar.gz", hash = "sha256:42821446ee7a76f5d9f71f9e33a4fb2ffd724bb3e7f93386150b61a43115788d"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1832 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1833 | |
| 1834 | [[package]] |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1835 | name = "ruyaml" |
| 1836 | version = "0.91.0" |
| 1837 | description = "ruyaml is a fork of ruamel.yaml" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1838 | optional = false |
| 1839 | python-versions = ">=3.6" |
| 1840 | files = [ |
| 1841 | {file = "ruyaml-0.91.0-py3-none-any.whl", hash = "sha256:50e0ee3389c77ad340e209472e0effd41ae0275246df00cdad0a067532171755"}, |
| 1842 | {file = "ruyaml-0.91.0.tar.gz", hash = "sha256:6ce9de9f4d082d696d3bde264664d1bcdca8f5a9dff9d1a1f1a127969ab871ab"}, |
| 1843 | ] |
| 1844 | |
| 1845 | [package.dependencies] |
| 1846 | distro = ">=1.3.0" |
| 1847 | setuptools = ">=39.0" |
| 1848 | |
| 1849 | [package.extras] |
| 1850 | docs = ["Sphinx"] |
| 1851 | |
| 1852 | [[package]] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1853 | name = "selinux" |
| 1854 | version = "0.3.0" |
| 1855 | description = "shim selinux module" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1856 | optional = false |
| 1857 | python-versions = ">=3.9" |
| 1858 | files = [ |
Oleksandr Kozachenko | 3997803 | 2023-02-07 04:03:07 +0100 | [diff] [blame] | 1859 | {file = "selinux-0.3.0-py2.py3-none-any.whl", hash = "sha256:ecf7add45c939e9dda682c390a2cd0a845c94a4793a2cce9e8870d4ee9501f99"}, |
| 1860 | {file = "selinux-0.3.0.tar.gz", hash = "sha256:2a88b337ac46ad0f06f557b2806c3df62421972f766673dd8bf26732fb75a9ea"}, |
| 1861 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1862 | |
| 1863 | [package.dependencies] |
| 1864 | distro = ">=1.3.0" |
| 1865 | |
| 1866 | [[package]] |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1867 | name = "setuptools" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1868 | version = "69.5.1" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1869 | description = "Easily download, build, install, upgrade, and uninstall Python packages" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1870 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1871 | python-versions = ">=3.8" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1872 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1873 | {file = "setuptools-69.5.1-py3-none-any.whl", hash = "sha256:c636ac361bc47580504644275c9ad802c50415c7522212252c033bd15f301f32"}, |
| 1874 | {file = "setuptools-69.5.1.tar.gz", hash = "sha256:6c1fccdac05a97e598fb0ae3bbed5904ccb317337a51139dcd51453611bbb987"}, |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1875 | ] |
| 1876 | |
| 1877 | [package.extras] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1878 | docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] |
| 1879 | testing = ["build[virtualenv]", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mypy (==1.9)", "packaging (>=23.2)", "pip (>=19.1)", "pytest (>=6,!=8.1.1)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy", "pytest-perf", "pytest-ruff (>=0.2.1)", "pytest-timeout", "pytest-xdist (>=3)", "tomli", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] |
| 1880 | testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.2)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1881 | |
| 1882 | [[package]] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1883 | name = "six" |
| 1884 | version = "1.16.0" |
| 1885 | description = "Python 2 and 3 compatibility utilities" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1886 | optional = false |
| 1887 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" |
| 1888 | files = [ |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 1889 | {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, |
| 1890 | {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, |
| 1891 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1892 | |
| 1893 | [[package]] |
| 1894 | name = "stevedore" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1895 | version = "5.2.0" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1896 | description = "Manage dynamic plugins for Python applications" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1897 | optional = false |
| 1898 | python-versions = ">=3.8" |
| 1899 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1900 | {file = "stevedore-5.2.0-py3-none-any.whl", hash = "sha256:1c15d95766ca0569cad14cb6272d4d31dae66b011a929d7c18219c176ea1b5c9"}, |
| 1901 | {file = "stevedore-5.2.0.tar.gz", hash = "sha256:46b93ca40e1114cea93d738a6c1e365396981bb6bb78c27045b7587c9473544d"}, |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 1902 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1903 | |
| 1904 | [package.dependencies] |
| 1905 | pbr = ">=2.0.0,<2.1.0 || >2.1.0" |
| 1906 | |
| 1907 | [[package]] |
| 1908 | name = "subprocess-tee" |
| 1909 | version = "0.4.1" |
| 1910 | description = "subprocess-tee" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1911 | optional = false |
| 1912 | python-versions = ">=3.8" |
| 1913 | files = [ |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 1914 | {file = "subprocess-tee-0.4.1.tar.gz", hash = "sha256:b3c124993f8b88d1eb1c2fde0bc2069787eac720ba88771cba17e8c93324825d"}, |
| 1915 | {file = "subprocess_tee-0.4.1-py3-none-any.whl", hash = "sha256:eca56973a1c1237093c2055b2731bcaab784683b83f22c76f26e4c5763402e28"}, |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1916 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1917 | |
| 1918 | [package.extras] |
| 1919 | test = ["enrich (>=1.2.6)", "molecule (>=3.4.0)", "pytest (>=6.2.5)", "pytest-cov (>=2.12.1)", "pytest-plus (>=0.2)", "pytest-xdist (>=2.3.0)"] |
| 1920 | |
| 1921 | [[package]] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1922 | name = "tomli" |
| 1923 | version = "2.0.1" |
| 1924 | description = "A lil' TOML parser" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1925 | optional = false |
| 1926 | python-versions = ">=3.7" |
| 1927 | files = [ |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1928 | {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, |
| 1929 | {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, |
| 1930 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1931 | |
| 1932 | [[package]] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1933 | name = "typing-extensions" |
| 1934 | version = "4.11.0" |
| 1935 | description = "Backported and Experimental Type Hints for Python 3.8+" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1936 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1937 | python-versions = ">=3.8" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1938 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1939 | {file = "typing_extensions-4.11.0-py3-none-any.whl", hash = "sha256:c1f94d72897edaf4ce775bb7558d5b79d8126906a14ea5ed1635921406c0387a"}, |
| 1940 | {file = "typing_extensions-4.11.0.tar.gz", hash = "sha256:83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0"}, |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1941 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1942 | |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1943 | [[package]] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1944 | name = "tzdata" |
| 1945 | version = "2024.1" |
| 1946 | description = "Provider of IANA time zone data" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1947 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1948 | python-versions = ">=2" |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1949 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1950 | {file = "tzdata-2024.1-py2.py3-none-any.whl", hash = "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252"}, |
| 1951 | {file = "tzdata-2024.1.tar.gz", hash = "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd"}, |
| 1952 | ] |
| 1953 | |
| 1954 | [[package]] |
| 1955 | name = "urllib3" |
| 1956 | version = "2.2.1" |
| 1957 | description = "HTTP library with thread-safe connection pooling, file post, and more." |
| 1958 | optional = false |
| 1959 | python-versions = ">=3.8" |
| 1960 | files = [ |
| 1961 | {file = "urllib3-2.2.1-py3-none-any.whl", hash = "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d"}, |
| 1962 | {file = "urllib3-2.2.1.tar.gz", hash = "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"}, |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 1963 | ] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1964 | |
| 1965 | [package.extras] |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1966 | brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] |
| 1967 | h2 = ["h2 (>=4,<5)"] |
| 1968 | socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] |
| 1969 | zstd = ["zstandard (>=0.18.0)"] |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 1970 | |
| 1971 | [[package]] |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 1972 | name = "wcmatch" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1973 | version = "8.5.1" |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 1974 | description = "Wildcard/glob file name matcher." |
| 1975 | optional = false |
| 1976 | python-versions = ">=3.8" |
| 1977 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1978 | {file = "wcmatch-8.5.1-py3-none-any.whl", hash = "sha256:24c19cedc92bc9c9e27f39db4e1824d72f95bd2cea32b254a47a45b1a1b227ed"}, |
| 1979 | {file = "wcmatch-8.5.1.tar.gz", hash = "sha256:c0088c7f6426cf6bf27e530e2b7b734031905f7e490475fd83c7c5008ab581b3"}, |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 1980 | ] |
| 1981 | |
| 1982 | [package.dependencies] |
| 1983 | bracex = ">=2.1.1" |
| 1984 | |
| 1985 | [[package]] |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1986 | name = "wrapt" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1987 | version = "1.16.0" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1988 | description = "Module for decorators, wrappers and monkey patching." |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1989 | optional = false |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1990 | python-versions = ">=3.6" |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 1991 | files = [ |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 1992 | {file = "wrapt-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ffa565331890b90056c01db69c0fe634a776f8019c143a5ae265f9c6bc4bd6d4"}, |
| 1993 | {file = "wrapt-1.16.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e4fdb9275308292e880dcbeb12546df7f3e0f96c6b41197e0cf37d2826359020"}, |
| 1994 | {file = "wrapt-1.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bb2dee3874a500de01c93d5c71415fcaef1d858370d405824783e7a8ef5db440"}, |
| 1995 | {file = "wrapt-1.16.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2a88e6010048489cda82b1326889ec075a8c856c2e6a256072b28eaee3ccf487"}, |
| 1996 | {file = "wrapt-1.16.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ac83a914ebaf589b69f7d0a1277602ff494e21f4c2f743313414378f8f50a4cf"}, |
| 1997 | {file = "wrapt-1.16.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:73aa7d98215d39b8455f103de64391cb79dfcad601701a3aa0dddacf74911d72"}, |
| 1998 | {file = "wrapt-1.16.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:807cc8543a477ab7422f1120a217054f958a66ef7314f76dd9e77d3f02cdccd0"}, |
| 1999 | {file = "wrapt-1.16.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:bf5703fdeb350e36885f2875d853ce13172ae281c56e509f4e6eca049bdfb136"}, |
| 2000 | {file = "wrapt-1.16.0-cp310-cp310-win32.whl", hash = "sha256:f6b2d0c6703c988d334f297aa5df18c45e97b0af3679bb75059e0e0bd8b1069d"}, |
| 2001 | {file = "wrapt-1.16.0-cp310-cp310-win_amd64.whl", hash = "sha256:decbfa2f618fa8ed81c95ee18a387ff973143c656ef800c9f24fb7e9c16054e2"}, |
| 2002 | {file = "wrapt-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1a5db485fe2de4403f13fafdc231b0dbae5eca4359232d2efc79025527375b09"}, |
| 2003 | {file = "wrapt-1.16.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:75ea7d0ee2a15733684badb16de6794894ed9c55aa5e9903260922f0482e687d"}, |
| 2004 | {file = "wrapt-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a452f9ca3e3267cd4d0fcf2edd0d035b1934ac2bd7e0e57ac91ad6b95c0c6389"}, |
| 2005 | {file = "wrapt-1.16.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:43aa59eadec7890d9958748db829df269f0368521ba6dc68cc172d5d03ed8060"}, |
| 2006 | {file = "wrapt-1.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:72554a23c78a8e7aa02abbd699d129eead8b147a23c56e08d08dfc29cfdddca1"}, |
| 2007 | {file = "wrapt-1.16.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:d2efee35b4b0a347e0d99d28e884dfd82797852d62fcd7ebdeee26f3ceb72cf3"}, |
| 2008 | {file = "wrapt-1.16.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:6dcfcffe73710be01d90cae08c3e548d90932d37b39ef83969ae135d36ef3956"}, |
| 2009 | {file = "wrapt-1.16.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:eb6e651000a19c96f452c85132811d25e9264d836951022d6e81df2fff38337d"}, |
| 2010 | {file = "wrapt-1.16.0-cp311-cp311-win32.whl", hash = "sha256:66027d667efe95cc4fa945af59f92c5a02c6f5bb6012bff9e60542c74c75c362"}, |
| 2011 | {file = "wrapt-1.16.0-cp311-cp311-win_amd64.whl", hash = "sha256:aefbc4cb0a54f91af643660a0a150ce2c090d3652cf4052a5397fb2de549cd89"}, |
| 2012 | {file = "wrapt-1.16.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:5eb404d89131ec9b4f748fa5cfb5346802e5ee8836f57d516576e61f304f3b7b"}, |
| 2013 | {file = "wrapt-1.16.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:9090c9e676d5236a6948330e83cb89969f433b1943a558968f659ead07cb3b36"}, |
| 2014 | {file = "wrapt-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:94265b00870aa407bd0cbcfd536f17ecde43b94fb8d228560a1e9d3041462d73"}, |
| 2015 | {file = "wrapt-1.16.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f2058f813d4f2b5e3a9eb2eb3faf8f1d99b81c3e51aeda4b168406443e8ba809"}, |
| 2016 | {file = "wrapt-1.16.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:98b5e1f498a8ca1858a1cdbffb023bfd954da4e3fa2c0cb5853d40014557248b"}, |
| 2017 | {file = "wrapt-1.16.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:14d7dc606219cdd7405133c713f2c218d4252f2a469003f8c46bb92d5d095d81"}, |
| 2018 | {file = "wrapt-1.16.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:49aac49dc4782cb04f58986e81ea0b4768e4ff197b57324dcbd7699c5dfb40b9"}, |
| 2019 | {file = "wrapt-1.16.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:418abb18146475c310d7a6dc71143d6f7adec5b004ac9ce08dc7a34e2babdc5c"}, |
| 2020 | {file = "wrapt-1.16.0-cp312-cp312-win32.whl", hash = "sha256:685f568fa5e627e93f3b52fda002c7ed2fa1800b50ce51f6ed1d572d8ab3e7fc"}, |
| 2021 | {file = "wrapt-1.16.0-cp312-cp312-win_amd64.whl", hash = "sha256:dcdba5c86e368442528f7060039eda390cc4091bfd1dca41e8046af7c910dda8"}, |
| 2022 | {file = "wrapt-1.16.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:d462f28826f4657968ae51d2181a074dfe03c200d6131690b7d65d55b0f360f8"}, |
| 2023 | {file = "wrapt-1.16.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a33a747400b94b6d6b8a165e4480264a64a78c8a4c734b62136062e9a248dd39"}, |
| 2024 | {file = "wrapt-1.16.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b3646eefa23daeba62643a58aac816945cadc0afaf21800a1421eeba5f6cfb9c"}, |
| 2025 | {file = "wrapt-1.16.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ebf019be5c09d400cf7b024aa52b1f3aeebeff51550d007e92c3c1c4afc2a40"}, |
| 2026 | {file = "wrapt-1.16.0-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:0d2691979e93d06a95a26257adb7bfd0c93818e89b1406f5a28f36e0d8c1e1fc"}, |
| 2027 | {file = "wrapt-1.16.0-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:1acd723ee2a8826f3d53910255643e33673e1d11db84ce5880675954183ec47e"}, |
| 2028 | {file = "wrapt-1.16.0-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:bc57efac2da352a51cc4658878a68d2b1b67dbe9d33c36cb826ca449d80a8465"}, |
| 2029 | {file = "wrapt-1.16.0-cp36-cp36m-win32.whl", hash = "sha256:da4813f751142436b075ed7aa012a8778aa43a99f7b36afe9b742d3ed8bdc95e"}, |
| 2030 | {file = "wrapt-1.16.0-cp36-cp36m-win_amd64.whl", hash = "sha256:6f6eac2360f2d543cc875a0e5efd413b6cbd483cb3ad7ebf888884a6e0d2e966"}, |
| 2031 | {file = "wrapt-1.16.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a0ea261ce52b5952bf669684a251a66df239ec6d441ccb59ec7afa882265d593"}, |
| 2032 | {file = "wrapt-1.16.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7bd2d7ff69a2cac767fbf7a2b206add2e9a210e57947dd7ce03e25d03d2de292"}, |
| 2033 | {file = "wrapt-1.16.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9159485323798c8dc530a224bd3ffcf76659319ccc7bbd52e01e73bd0241a0c5"}, |
| 2034 | {file = "wrapt-1.16.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a86373cf37cd7764f2201b76496aba58a52e76dedfaa698ef9e9688bfd9e41cf"}, |
| 2035 | {file = "wrapt-1.16.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:73870c364c11f03ed072dda68ff7aea6d2a3a5c3fe250d917a429c7432e15228"}, |
| 2036 | {file = "wrapt-1.16.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:b935ae30c6e7400022b50f8d359c03ed233d45b725cfdd299462f41ee5ffba6f"}, |
| 2037 | {file = "wrapt-1.16.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:db98ad84a55eb09b3c32a96c576476777e87c520a34e2519d3e59c44710c002c"}, |
| 2038 | {file = "wrapt-1.16.0-cp37-cp37m-win32.whl", hash = "sha256:9153ed35fc5e4fa3b2fe97bddaa7cbec0ed22412b85bcdaf54aeba92ea37428c"}, |
| 2039 | {file = "wrapt-1.16.0-cp37-cp37m-win_amd64.whl", hash = "sha256:66dfbaa7cfa3eb707bbfcd46dab2bc6207b005cbc9caa2199bcbc81d95071a00"}, |
| 2040 | {file = "wrapt-1.16.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1dd50a2696ff89f57bd8847647a1c363b687d3d796dc30d4dd4a9d1689a706f0"}, |
| 2041 | {file = "wrapt-1.16.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:44a2754372e32ab315734c6c73b24351d06e77ffff6ae27d2ecf14cf3d229202"}, |
| 2042 | {file = "wrapt-1.16.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e9723528b9f787dc59168369e42ae1c3b0d3fadb2f1a71de14531d321ee05b0"}, |
| 2043 | {file = "wrapt-1.16.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:dbed418ba5c3dce92619656802cc5355cb679e58d0d89b50f116e4a9d5a9603e"}, |
| 2044 | {file = "wrapt-1.16.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:941988b89b4fd6b41c3f0bfb20e92bd23746579736b7343283297c4c8cbae68f"}, |
| 2045 | {file = "wrapt-1.16.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:6a42cd0cfa8ffc1915aef79cb4284f6383d8a3e9dcca70c445dcfdd639d51267"}, |
| 2046 | {file = "wrapt-1.16.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:1ca9b6085e4f866bd584fb135a041bfc32cab916e69f714a7d1d397f8c4891ca"}, |
| 2047 | {file = "wrapt-1.16.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:d5e49454f19ef621089e204f862388d29e6e8d8b162efce05208913dde5b9ad6"}, |
| 2048 | {file = "wrapt-1.16.0-cp38-cp38-win32.whl", hash = "sha256:c31f72b1b6624c9d863fc095da460802f43a7c6868c5dda140f51da24fd47d7b"}, |
| 2049 | {file = "wrapt-1.16.0-cp38-cp38-win_amd64.whl", hash = "sha256:490b0ee15c1a55be9c1bd8609b8cecd60e325f0575fc98f50058eae366e01f41"}, |
| 2050 | {file = "wrapt-1.16.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9b201ae332c3637a42f02d1045e1d0cccfdc41f1f2f801dafbaa7e9b4797bfc2"}, |
| 2051 | {file = "wrapt-1.16.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:2076fad65c6736184e77d7d4729b63a6d1ae0b70da4868adeec40989858eb3fb"}, |
| 2052 | {file = "wrapt-1.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c5cd603b575ebceca7da5a3a251e69561bec509e0b46e4993e1cac402b7247b8"}, |
| 2053 | {file = "wrapt-1.16.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b47cfad9e9bbbed2339081f4e346c93ecd7ab504299403320bf85f7f85c7d46c"}, |
| 2054 | {file = "wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f8212564d49c50eb4565e502814f694e240c55551a5f1bc841d4fcaabb0a9b8a"}, |
| 2055 | {file = "wrapt-1.16.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:5f15814a33e42b04e3de432e573aa557f9f0f56458745c2074952f564c50e664"}, |
| 2056 | {file = "wrapt-1.16.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:db2e408d983b0e61e238cf579c09ef7020560441906ca990fe8412153e3b291f"}, |
| 2057 | {file = "wrapt-1.16.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:edfad1d29c73f9b863ebe7082ae9321374ccb10879eeabc84ba3b69f2579d537"}, |
| 2058 | {file = "wrapt-1.16.0-cp39-cp39-win32.whl", hash = "sha256:ed867c42c268f876097248e05b6117a65bcd1e63b779e916fe2e33cd6fd0d3c3"}, |
| 2059 | {file = "wrapt-1.16.0-cp39-cp39-win_amd64.whl", hash = "sha256:eb1b046be06b0fce7249f1d025cd359b4b80fc1c3e24ad9eca33e0dcdb2e4a35"}, |
| 2060 | {file = "wrapt-1.16.0-py3-none-any.whl", hash = "sha256:6906c4100a8fcbf2fa735f6059214bb13b97f75b1a61777fcf6432121ef12ef1"}, |
| 2061 | {file = "wrapt-1.16.0.tar.gz", hash = "sha256:5f370f952971e7d17c7d1ead40e49f32345a7f7a5373571ef44d800d06b1899d"}, |
Mohammed Naser | 8613c86 | 2023-04-24 17:26:51 -0400 | [diff] [blame] | 2062 | ] |
| 2063 | |
dependabot[bot] | 047c3e9 | 2023-02-23 19:54:19 +0000 | [diff] [blame] | 2064 | [metadata] |
| 2065 | lock-version = "2.0" |
| 2066 | python-versions = "^3.10" |
Mohammed Naser | a546734 | 2024-04-30 00:34:16 -0400 | [diff] [blame] | 2067 | content-hash = "a5a74a030e4fb41c99c1201bdaf4c8f9c38eb380df91436cc9d34c5c1588947d" |