2 Commits

Author SHA1 Message Date
dependabot[bot]
596a969605 Bump mypy from 1.6.0 to 1.6.1
Bumps [mypy](https://github.com/python/mypy) from 1.6.0 to 1.6.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 11:12:44 +00:00
dependabot[bot]
30a036f024 Bump types-requests from 2.31.0.9 to 2.31.0.10 (#330)
Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.9 to 2.31.0.10.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 07:11:54 -04:00
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -660,13 +660,13 @@ files = [
[[package]]
name = "types-requests"
version = "2.31.0.9"
version = "2.31.0.10"
description = "Typing stubs for requests"
optional = false
python-versions = ">=3.7"
files = [
{file = "types-requests-2.31.0.9.tar.gz", hash = "sha256:3bb11188795cc3aa39f9635032044ee771009370fb31c3a06ae952b267b6fcd7"},
{file = "types_requests-2.31.0.9-py3-none-any.whl", hash = "sha256:140e323da742a0cd0ff0a5a83669da9ffcebfaeb855d367186b2ec3985ba2742"},
{file = "types-requests-2.31.0.10.tar.gz", hash = "sha256:dc5852a76f1eaf60eafa81a2e50aefa3d1f015c34cf0cba130930866b1b22a92"},
{file = "types_requests-2.31.0.10-py3-none-any.whl", hash = "sha256:b32b9a86beffa876c0c3ac99a4cd3b8b51e973fb8e3bd4e0a6bb32c7efad80fc"},
]
[package.dependencies]
@@ -717,4 +717,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "033180f9252755178e74094876eb50e53a1eeac41402e52b41f23d56deead9d3"
content-hash = "93ee2f0421f8ec3026c8e69fe76da259c3b97ec053029be4605299c96e15767a"

View File

@@ -19,7 +19,7 @@ black = "^23.10.1"
pylint = "^3.0.2"
rope = "^1.10.0"
mypy = "^1.6.1"
types-requests = "^2.31.0.9"
types-requests = "^2.31.0.10"
[build-system]
requires = ["poetry-core"]