Skip to content

Commit 9baded3

Browse files
Bump the python-packages group with 9 updates (#2376)
* Bump the python-packages group with 9 updates Bumps the python-packages group with 9 updates: | Package | From | To | | --- | --- | --- | | [a2wsgi](https://github.com/abersheeran/a2wsgi) | `1.10.4` | `1.10.6` | | [twine](https://github.com/pypa/twine) | `5.0.0` | `5.1.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.3.7` | `0.5.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.2` | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.1` | | [cryptography](https://github.com/pyca/cryptography) | `42.0.5` | `42.0.8` | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.4` | `7.5.4` | | [mkdocs](https://github.com/mkdocs/mkdocs) | `1.5.3` | `1.6.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.17` | `9.5.27` | Updates `a2wsgi` from 1.10.4 to 1.10.6 - [Commits](abersheeran/a2wsgi@v1.10.4...v1.10.6) Updates `twine` from 5.0.0 to 5.1.1 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@5.0.0...v5.1.1) Updates `ruff` from 0.3.7 to 0.5.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.3.7...0.5.0) Updates `pytest` from 8.1.1 to 8.2.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.1.1...8.2.2) Updates `mypy` from 1.9.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v1.10.1) Updates `cryptography` from 42.0.5 to 42.0.8 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.5...42.0.8) Updates `coverage` from 7.4.4 to 7.5.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.4.4...7.5.4) Updates `mkdocs` from 1.5.3 to 1.6.0 - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](mkdocs/mkdocs@1.5.3...1.6.0) Updates `mkdocs-material` from 9.5.17 to 9.5.27 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.17...9.5.27) --- updated-dependencies: - dependency-name: a2wsgi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mkdocs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]> * Ignore UP031 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcelo Trylesinski <[email protected]>
1 parent 9279825 commit 9baded3

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

pyproject.toml

+4-7
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ line-length = 120
6565

6666
[tool.ruff.lint]
6767
select = ["E", "F", "I", "FA", "UP"]
68-
ignore = ["B904", "B028"]
68+
ignore = ["B904", "B028", "UP031"]
6969

7070
[tool.ruff.lint.isort]
7171
combine-as-imports = true
@@ -90,16 +90,13 @@ filterwarnings = [
9090
"error",
9191
'ignore: \"watchgod\" is deprecated\, you should switch to watchfiles \(`pip install watchfiles`\)\.:DeprecationWarning',
9292
"ignore:Uvicorn's native WSGI implementation is deprecated.*:DeprecationWarning",
93-
"ignore: 'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning"
93+
"ignore: 'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning",
9494
]
9595

9696
[tool.coverage.run]
9797
source_pkgs = ["uvicorn", "tests"]
9898
plugins = ["coverage_conditional_plugin"]
99-
omit = [
100-
"uvicorn/workers.py",
101-
"uvicorn/__main__.py",
102-
]
99+
omit = ["uvicorn/workers.py", "uvicorn/__main__.py"]
103100

104101
[tool.coverage.report]
105102
precision = 2
@@ -128,7 +125,7 @@ py-not-win32 = "sys_platform != 'win32'"
128125
py-linux = "sys_platform == 'linux'"
129126
py-darwin = "sys_platform == 'darwin'"
130127
py-gte-38 = "sys_version_info >= (3, 8)"
131-
py-lt-38 = "sys_version_info < (3, 8)"
128+
py-lt-38 = "sys_version_info < (3, 8)"
132129
py-gte-39 = "sys_version_info >= (3, 9)"
133130
py-lt-39 = "sys_version_info < (3, 9)"
134131
py-gte-310 = "sys_version_info >= (3, 10)"

requirements.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@
55
h11 @ git+https://github.com/python-hyper/h11.git@master
66

77
# Explicit optionals
8-
a2wsgi==1.10.4
8+
a2wsgi==1.10.6
99
wsproto==1.2.0
1010
websockets==12.0
1111

1212
# Packaging
1313
build==1.2.1
14-
twine==5.0.0
14+
twine==5.1.1
1515

1616
# Testing
17-
ruff==0.3.7
18-
pytest==8.1.1
17+
ruff==0.5.0
18+
pytest==8.2.2
1919
pytest-mock==3.14.0
20-
mypy==1.9.0
20+
mypy==1.10.1
2121
types-click==7.1.8
2222
types-pyyaml==6.0.12.20240311
2323
trustme==1.1.0
24-
cryptography==42.0.5
25-
coverage==7.4.4
24+
cryptography==42.0.8
25+
coverage==7.5.4
2626
coverage-conditional-plugin==0.9.0
2727
httpx==0.27.0
2828
watchgod==0.8.2
2929

3030
# Documentation
31-
mkdocs==1.5.3
32-
mkdocs-material==9.5.17
31+
mkdocs==1.6.0
32+
mkdocs-material==9.5.27

0 commit comments

Comments
 (0)