Skip to content

Commit 00a6a21

Browse files
⬆ Bump the python-packages group across 1 directory with 8 updates
Bumps the python-packages group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pytz](https://github.com/stub42/pytz) | `2024.1` | `2024.2` | | [mypy](https://github.com/python/mypy) | `1.11.1` | `1.12.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.5` | `0.6.9` | | [types-pytz](https://github.com/python/typeshed) | `2024.1.0.20240417` | `2024.2.0.20241003` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.6.0` | `7.6.3` | | [dirty-equals](https://github.com/samuelcolvin/dirty-equals) | `0.7.1.post0` | `0.8.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | Updates `pytz` from 2024.1 to 2024.2 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2024.1...release_2024.2) Updates `mypy` from 1.11.1 to 1.12.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.1...v1.12.0) Updates `pre-commit` from 3.8.0 to 4.0.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.8.0...v4.0.1) Updates `ruff` from 0.5.5 to 0.6.9 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.5...0.6.9) Updates `types-pytz` from 2024.1.0.20240417 to 2024.2.0.20241003 - [Commits](https://github.com/python/typeshed/commits) Updates `coverage[toml]` from 7.6.0 to 7.6.3 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.0...7.6.3) Updates `dirty-equals` from 0.7.1.post0 to 0.8.0 - [Release notes](https://github.com/samuelcolvin/dirty-equals/releases) - [Commits](samuelcolvin/dirty-equals@v0.7.1-post0...v0.8.0) Updates `pytest` from 8.3.2 to 8.3.3 - [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.3.2...8.3.3) --- updated-dependencies: - dependency-name: pytz 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: pre-commit dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: types-pytz dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: dirty-equals 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-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a21d9e commit 00a6a21

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

requirements/linting.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ filelock==3.13.1
1414
# via virtualenv
1515
identify==2.5.35
1616
# via pre-commit
17-
mypy==1.11.1
17+
mypy==1.12.0
1818
# via -r requirements/linting.in
1919
mypy-extensions==1.0.0
2020
# via mypy
2121
nodeenv==1.8.0
2222
# via pre-commit
2323
platformdirs==4.2.0
2424
# via virtualenv
25-
pre-commit==3.8.0
25+
pre-commit==4.0.1
2626
# via -r requirements/linting.in
2727
pyyaml==6.0.1
2828
# via pre-commit
29-
ruff==0.5.5
29+
ruff==0.6.9
3030
# via -r requirements/linting.in
31-
types-pytz==2024.1.0.20240417
31+
types-pytz==2024.2.0.20241003
3232
# via -r requirements/linting.in
3333
typing-extensions==4.10.0
3434
# via mypy

requirements/testing.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ charset-normalizer==3.3.2
1010
# via requests
1111
codecov==2.1.13
1212
# via -r requirements/testing.in
13-
coverage[toml]==7.6.0
13+
coverage[toml]==7.6.3
1414
# via
1515
# -r requirements/testing.in
1616
# codecov
1717
# pytest-cov
18-
dirty-equals==0.7.1.post0
18+
dirty-equals==0.8.0
1919
# via -r requirements/testing.in
2020
idna==3.6
2121
# via requests
@@ -31,7 +31,7 @@ pluggy==1.5.0
3131
# via pytest
3232
pygments==2.17.2
3333
# via rich
34-
pytest==8.3.2
34+
pytest==8.3.3
3535
# via
3636
# -r requirements/testing.in
3737
# pytest-cov
@@ -40,8 +40,6 @@ pytest-cov==5.0.0
4040
# via -r requirements/testing.in
4141
pytest-pretty==1.2.0
4242
# via -r requirements/testing.in
43-
pytz==2024.1
44-
# via dirty-equals
4543
requests==2.31.0
4644
# via codecov
4745
rich==13.7.0

0 commit comments

Comments
 (0)