2 Commits

Author SHA1 Message Date
renovate[bot]
2f35d7ced8 Update dependency pylint to v3.3.9 2026-01-08 13:27:24 +00:00
dependabot[bot]
46203a63d1 Bump urllib3 from 2.6.0 to 2.6.3 (#433)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.6.0...2.6.3)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.6.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-08 08:26:00 -05:00
2 changed files with 15 additions and 15 deletions

28
poetry.lock generated
View File

@@ -28,14 +28,14 @@ windows = ["pywin32", "tzdata"]
[[package]] [[package]]
name = "astroid" name = "astroid"
version = "4.0.2" version = "3.3.11"
description = "An abstract syntax tree for Python with inference support." description = "An abstract syntax tree for Python with inference support."
optional = false optional = false
python-versions = ">=3.10.0" python-versions = ">=3.9.0"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "astroid-4.0.2-py3-none-any.whl", hash = "sha256:d7546c00a12efc32650b19a2bb66a153883185d3179ab0d4868086f807338b9b"}, {file = "astroid-3.3.11-py3-none-any.whl", hash = "sha256:54c760ae8322ece1abd213057c4b5bba7c49818853fc901ef09719a60dbf9dec"},
{file = "astroid-4.0.2.tar.gz", hash = "sha256:ac8fb7ca1c08eb9afec91ccc23edbd8ac73bb22cbdd7da1d488d9fb8d6579070"}, {file = "astroid-3.3.11.tar.gz", hash = "sha256:1e5a5011af2920c7c67a53f65d536d65bfa7116feeaf2354d8b94f29573bb0ce"},
] ]
[package.dependencies] [package.dependencies]
@@ -510,25 +510,25 @@ testing = ["pytest", "pytest-benchmark"]
[[package]] [[package]]
name = "pylint" name = "pylint"
version = "4.0.4" version = "3.3.9"
description = "python code static checker" description = "python code static checker"
optional = false optional = false
python-versions = ">=3.10.0" python-versions = ">=3.9.0"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "pylint-4.0.4-py3-none-any.whl", hash = "sha256:63e06a37d5922555ee2c20963eb42559918c20bd2b21244e4ef426e7c43b92e0"}, {file = "pylint-3.3.9-py3-none-any.whl", hash = "sha256:01f9b0462c7730f94786c283f3e52a1fbdf0494bbe0971a78d7277ef46a751e7"},
{file = "pylint-4.0.4.tar.gz", hash = "sha256:d9b71674e19b1c36d79265b5887bf8e55278cbe236c9e95d22dc82cf044fdbd2"}, {file = "pylint-3.3.9.tar.gz", hash = "sha256:d312737d7b25ccf6b01cc4ac629b5dcd14a0fcf3ec392735ac70f137a9d5f83a"},
] ]
[package.dependencies] [package.dependencies]
astroid = ">=4.0.2,<=4.1.dev0" astroid = ">=3.3.8,<=3.4.0.dev0"
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
dill = [ dill = [
{version = ">=0.2", markers = "python_version < \"3.11\""}, {version = ">=0.2", markers = "python_version < \"3.11\""},
{version = ">=0.3.7", markers = "python_version >= \"3.12\""}, {version = ">=0.3.7", markers = "python_version >= \"3.12\""},
{version = ">=0.3.6", markers = "python_version == \"3.11\""}, {version = ">=0.3.6", markers = "python_version == \"3.11\""},
] ]
isort = ">=5,<5.13 || >5.13,<8" isort = ">=4.2.5,<5.13 || >5.13,<7"
mccabe = ">=0.6,<0.8" mccabe = ">=0.6,<0.8"
platformdirs = ">=2.2" platformdirs = ">=2.2"
tomli = {version = ">=1.1", markers = "python_version < \"3.11\""} tomli = {version = ">=1.1", markers = "python_version < \"3.11\""}
@@ -810,14 +810,14 @@ files = [
[[package]] [[package]]
name = "urllib3" name = "urllib3"
version = "2.6.0" version = "2.6.3"
description = "HTTP library with thread-safe connection pooling, file post, and more." description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false optional = false
python-versions = ">=3.9" python-versions = ">=3.9"
groups = ["main", "dev"] groups = ["main", "dev"]
files = [ files = [
{file = "urllib3-2.6.0-py3-none-any.whl", hash = "sha256:c90f7a39f716c572c4e3e58509581ebd83f9b59cced005b7db7ad2d22b0db99f"}, {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"},
{file = "urllib3-2.6.0.tar.gz", hash = "sha256:cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1"}, {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"},
] ]
[package.extras] [package.extras]
@@ -845,4 +845,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"]
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "b256595f1ded6221a9ad4db8063d588e9f1a1f61725c5a2f062f5d7a3de19655" content-hash = "afb3ac8669e7231e88074031a1f8375f0ebb117a7436beb940f6da8b46ddd0e5"

View File

@@ -17,7 +17,7 @@ humanize = "^4.12.1"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
pytest = "^8.0.0" pytest = "^8.0.0"
black = "^25.0.0" black = "^25.0.0"
pylint = "^4.0.0" pylint = "^3.0.3"
rope = "^1.11.0" rope = "^1.11.0"
mypy = "^1.8.0" mypy = "^1.8.0"
types-requests = "^2.31.0.20240106" types-requests = "^2.31.0.20240106"