Skip to content

Commit 7a4f7af

Browse files
⬆ Bump the python-packages group with 7 updates
Bumps the python-packages group with 7 updates: | Package | From | To | | --- | --- | --- | | [pytz](https://github.com/stub42/pytz) | `2024.1` | `2024.2` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.6.0` | `7.6.1` | | [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` | | [mypy](https://github.com/python/mypy) | `1.11.1` | `1.11.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.5` | `0.6.8` | | [types-pytz](https://github.com/python/typeshed) | `2024.1.0.20240417` | `2024.2.0.20240913` | 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 `coverage[toml]` from 7.6.0 to 7.6.1 - [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.1) 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) Updates `mypy` from 1.11.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.1...v1.11.2) Updates `ruff` from 0.5.5 to 0.6.8 - [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.8) Updates `types-pytz` from 2024.1.0.20240417 to 2024.2.0.20240913 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: 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 - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 58db4b0 commit 7a4f7af

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

requirements/linting.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ filelock==3.13.1
1414
# via virtualenv
1515
identify==2.5.35
1616
# via pre-commit
17-
mypy==1.11.1
17+
mypy==1.11.2
1818
# via -r requirements/linting.in
1919
mypy-extensions==1.0.0
2020
# via mypy
@@ -26,9 +26,9 @@ pre-commit==3.8.0
2626
# via -r requirements/linting.in
2727
pyyaml==6.0.1
2828
# via pre-commit
29-
ruff==0.5.5
29+
ruff==0.6.8
3030
# via -r requirements/linting.in
31-
types-pytz==2024.1.0.20240417
31+
types-pytz==2024.2.0.20240913
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.1
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)