diff options
author | 2022-08-05 21:16:47 +0000 | |
---|---|---|
committer | 2022-08-05 21:16:47 +0000 | |
commit | 1891ca81008761558e00b1d5a5337e64457af53e (patch) | |
tree | 4a385a24103cb99e4e4de08ea57a5b4d9ef5dc59 | |
parent | Merge pull request #198 from python-discord/dependabot/pip/sentry-sdk-1.9.2 (diff) |
Bump flake8 from 5.0.3 to 5.0.4
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/5.0.3...5.0.4)
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | poetry.lock | 23 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 20 deletions
diff --git a/poetry.lock b/poetry.lock index 41f2951..70bc4be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -66,7 +66,7 @@ python-versions = "*" [[package]] name = "flake8" -version = "5.0.3" +version = "5.0.4" description = "the modular source code checker: pep8 pyflakes and co" category = "dev" optional = false @@ -385,19 +385,6 @@ python-versions = ">=3.7" [[package]] name = "urllib3" -version = "1.26.10" -description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4" - -[package.extras] -brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"] -secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"] -socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] - -[[package]] -name = "urllib3" version = "1.26.11" description = "HTTP library with thread-safe connection pooling, file post, and more." category = "main" @@ -466,7 +453,7 @@ python-versions = ">=3.7" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "5a5f921cdc9a82804fd69066b32ef9e9e95da53898fc50f71e676411b2d141f8" +content-hash = "b906a7e3f5788eaeed2d742c7f4c6c2fa4920c7b6e202cdf8e1230967017daaa" [metadata.files] anyio = [ @@ -494,8 +481,8 @@ deepmerge = [ {file = "deepmerge-1.0.1.tar.gz", hash = "sha256:4b44779ed3d2fb791bb181fc2683423496fea428abb7af37feb23286de7f0a1a"}, ] flake8 = [ - {file = "flake8-5.0.3-py2.py3-none-any.whl", hash = "sha256:93aa565ae2f0316b95bb57a354f2b2d55ee8508e1fe1cb13b77b9c195b4a2537"}, - {file = "flake8-5.0.3.tar.gz", hash = "sha256:b27fd7faa8d90aaae763664a489012292990388e5d3604f383b290caefbbc922"}, + {file = "flake8-5.0.4-py2.py3-none-any.whl", hash = "sha256:7a1cf6b73744f5806ab95e526f6f0d8c01c66d7bbe349562d22dfca20610b248"}, + {file = "flake8-5.0.4.tar.gz", hash = "sha256:6fbe320aad8d6b95cec8b8e47bc933004678dc63095be98528b7bdd2a9f510db"}, ] flake8-annotations = [ {file = "flake8-annotations-2.9.1.tar.gz", hash = "sha256:11f09efb99ae63c8f9d6b492b75fe147fbc323179fddfe00b2e56eefeca42f57"}, @@ -766,8 +753,6 @@ typing-extensions = [ {file = "typing_extensions-4.3.0.tar.gz", hash = "sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6"}, ] urllib3 = [ - {file = "urllib3-1.26.10-py2.py3-none-any.whl", hash = "sha256:8298d6d56d39be0e3bc13c1c97d133f9b45d797169a0e11cdd0e0489d786f7ec"}, - {file = "urllib3-1.26.10.tar.gz", hash = "sha256:879ba4d1e89654d9769ce13121e0f94310ea32e8d2f8cf587b77c08bbcdb30d6"}, {file = "urllib3-1.26.11-py2.py3-none-any.whl", hash = "sha256:c33ccba33c819596124764c23a97d25f32b28433ba0dedeb77d873a38722c9bc"}, {file = "urllib3-1.26.11.tar.gz", hash = "sha256:ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a"}, ] diff --git a/pyproject.toml b/pyproject.toml index 2d5bfa2..e286f4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ deepmerge = "^1.0.1" sentry-sdk = "^1.9.2" [tool.poetry.dev-dependencies] -flake8 = "^5.0.3" +flake8 = "^5.0.4" flake8-annotations = "^2.9.1" [build-system] |