From 35f76a974d53cb5c6c3eaed1d5f66fbbfdb9169e Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Tue, 9 Jan 2024 11:45:19 -0500 Subject: [PATCH 1/2] update httpx --- poetry.lock | 48 +++++++++++++++++++++++++----------------------- pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 24 deletions(-) diff --git a/poetry.lock b/poetry.lock index 96907a0..2310f11 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -13,24 +13,25 @@ files = [ [[package]] name = "anyio" -version = "4.0.0" +version = "4.2.0" description = "High level compatibility layer for multiple asynchronous event loop implementations" optional = false python-versions = ">=3.8" files = [ - {file = "anyio-4.0.0-py3-none-any.whl", hash = "sha256:cfdb2b588b9fc25ede96d8db56ed50848b0b649dca3dd1df0b11f683bb9e0b5f"}, - {file = "anyio-4.0.0.tar.gz", hash = "sha256:f7ed51751b2c2add651e5747c891b47e26d2a21be5d32d9311dfe9692f3e5d7a"}, + {file = "anyio-4.2.0-py3-none-any.whl", hash = "sha256:745843b39e829e108e518c489b31dc757de7d2131d53fac32bd8df268227bfee"}, + {file = "anyio-4.2.0.tar.gz", hash = "sha256:e1875bb4b4e2de1669f4bc7869b6d3f54231cdced71605e6e64c9be77e3be50f"}, ] [package.dependencies] exceptiongroup = {version = ">=1.0.2", markers = "python_version < \"3.11\""} idna = ">=2.8" sniffio = ">=1.1" +typing-extensions = {version = ">=4.1", markers = "python_version < \"3.11\""} [package.extras] -doc = ["Sphinx (>=7)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)"] -test = ["anyio[trio]", "coverage[toml] (>=7)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "uvloop (>=0.17)"] -trio = ["trio (>=0.22)"] +doc = ["Sphinx (>=7)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"] +test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "uvloop (>=0.17)"] +trio = ["trio (>=0.23)"] [[package]] name = "black" @@ -69,13 +70,13 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "certifi" -version = "2023.7.22" +version = "2023.11.17" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, - {file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, + {file = "certifi-2023.11.17-py3-none-any.whl", hash = "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474"}, + {file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"}, ] [[package]] @@ -146,39 +147,40 @@ files = [ [[package]] name = "httpcore" -version = "0.18.0" +version = "1.0.2" description = "A minimal low-level HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpcore-0.18.0-py3-none-any.whl", hash = "sha256:adc5398ee0a476567bf87467063ee63584a8bce86078bf748e48754f60202ced"}, - {file = "httpcore-0.18.0.tar.gz", hash = "sha256:13b5e5cd1dca1a6636a6aaea212b19f4f85cd88c366a2b82304181b769aab3c9"}, + {file = "httpcore-1.0.2-py3-none-any.whl", hash = "sha256:096cc05bca73b8e459a1fc3dcf585148f63e534eae4339559c9b8a8d6399acc7"}, + {file = "httpcore-1.0.2.tar.gz", hash = "sha256:9fc092e4799b26174648e54b74ed5f683132a464e95643b226e00c2ed2fa6535"}, ] [package.dependencies] -anyio = ">=3.0,<5.0" certifi = "*" h11 = ">=0.13,<0.15" -sniffio = "==1.*" [package.extras] +asyncio = ["anyio (>=4.0,<5.0)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] +trio = ["trio (>=0.22.0,<0.23.0)"] [[package]] name = "httpx" -version = "0.25.0" +version = "0.26.0" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.25.0-py3-none-any.whl", hash = "sha256:181ea7f8ba3a82578be86ef4171554dd45fec26a02556a744db029a0a27b7100"}, - {file = "httpx-0.25.0.tar.gz", hash = "sha256:47ecda285389cb32bb2691cc6e069e3ab0205956f681c5b2ad2325719751d875"}, + {file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"}, + {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"}, ] [package.dependencies] +anyio = "*" certifi = "*" -httpcore = ">=0.18.0,<0.19.0" +httpcore = "==1.*" idna = "*" sniffio = "*" @@ -190,13 +192,13 @@ socks = ["socksio (==1.*)"] [[package]] name = "idna" -version = "3.4" +version = "3.6" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.5" files = [ - {file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"}, - {file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"}, + {file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"}, + {file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"}, ] [[package]] @@ -519,4 +521,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "438fc31ff96011b90370f1c303b791b84bd0eea08bd4c2e5df437ccc9439fd8a" +content-hash = "edc01560694e262a1213ac95ff1985c671df7c7b43f2624e9d99a10811f34722" diff --git a/pyproject.toml b/pyproject.toml index e2cd0a5..9962733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ cloudcheck = 'cloudcheck.cloudcheck:main' [tool.poetry.dependencies] python = "^3.9" pydantic = "^2.4.2" -httpx = "^0.25" +httpx = "^0.26.0" [tool.poetry.group.dev.dependencies] black = "^22.12.0" From 590004dc667b947f5708a80e1e8db721f6d227e7 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 16:46:45 +0000 Subject: [PATCH 2/2] update cloud_providers.json --- cloud_providers.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/cloud_providers.json b/cloud_providers.json index 558c294..84f18e3 100644 --- a/cloud_providers.json +++ b/cloud_providers.json @@ -103,7 +103,7 @@ "srtcdn.net" ], "ips_url": "https://techdocs.akamai.com/property-manager/pdfs/akamai_ipv4_ipv6_CIDRs-txt.zip", - "last_updated": "2024-01-09T00:43:26.764233", + "last_updated": "2024-01-09T16:46:42.619126", "name": "Akamai", "provider_type": "cdn", "regexes": {} @@ -565,6 +565,8 @@ "13.34.11.192/27", "13.34.11.224/27", "13.34.11.32/27", + "13.34.110.0/27", + "13.34.110.32/27", "13.34.12.192/27", "13.34.12.224/27", "13.34.12.64/27", @@ -6373,7 +6375,7 @@ "thinkboxsoftware.com" ], "ips_url": "https://ip-ranges.amazonaws.com/ip-ranges.json", - "last_updated": "2024-01-09T00:43:26.187757", + "last_updated": "2024-01-09T16:46:42.442905", "name": "Amazon", "provider_type": "cloud", "regexes": { @@ -10069,7 +10071,7 @@ "windowsazurestatus.cn" ], "ips_url": "https://download.microsoft.com/download/0/1/8/018E208D-54F8-44CD-AA26-CD7BC9524A8C/PublicIPs_20200824.xml", - "last_updated": "2024-01-09T00:43:26.002819", + "last_updated": "2024-01-09T16:46:42.378943", "name": "Azure", "provider_type": "cloud", "regexes": { @@ -10138,7 +10140,7 @@ "workers.dev" ], "ips_url": "https://api.cloudflare.com/client/v4/ips", - "last_updated": "2024-01-09T00:43:26.007140", + "last_updated": "2024-01-09T16:46:42.336173", "name": "Cloudflare", "provider_type": "cdn", "regexes": {} @@ -11749,7 +11751,7 @@ "nginxconfig.io" ], "ips_url": "https://digitalocean.com/geo/google.csv", - "last_updated": "2024-01-09T00:43:26.421164", + "last_updated": "2024-01-09T16:46:42.562372", "name": "DigitalOcean", "provider_type": "cloud", "regexes": { @@ -16020,7 +16022,7 @@ "github.com" ], "ips_url": "https://api.github.com/meta", - "last_updated": "2024-01-09T00:43:26.120573", + "last_updated": "2024-01-09T16:46:42.329010", "name": "GitHub", "provider_type": "cdn", "regexes": {} @@ -16692,7 +16694,7 @@ "googleapis.com" ], "ips_url": "https://www.gstatic.com/ipranges/cloud.json", - "last_updated": "2024-01-09T00:43:26.030817", + "last_updated": "2024-01-09T16:46:42.348280", "name": "Google", "provider_type": "cloud", "regexes": { @@ -17375,7 +17377,7 @@ "sun.com" ], "ips_url": "https://docs.oracle.com/en-us/iaas/tools/public_ip_ranges.json", - "last_updated": "2024-01-09T00:43:26.470284", + "last_updated": "2024-01-09T16:46:42.688665", "name": "Oracle", "provider_type": "cloud", "regexes": {}