Skip to content

Commit

Permalink
⬆ Bump the python-packages group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 5a21d9e commit 00a6a21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions requirements/linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ filelock==3.13.1
# via virtualenv
identify==2.5.35
# via pre-commit
mypy==1.11.1
mypy==1.12.0
# via -r requirements/linting.in
mypy-extensions==1.0.0
# via mypy
nodeenv==1.8.0
# via pre-commit
platformdirs==4.2.0
# via virtualenv
pre-commit==3.8.0
pre-commit==4.0.1
# via -r requirements/linting.in
pyyaml==6.0.1
# via pre-commit
ruff==0.5.5
ruff==0.6.9
# via -r requirements/linting.in
types-pytz==2024.1.0.20240417
types-pytz==2024.2.0.20241003
# via -r requirements/linting.in
typing-extensions==4.10.0
# via mypy
Expand Down
8 changes: 3 additions & 5 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ charset-normalizer==3.3.2
# via requests
codecov==2.1.13
# via -r requirements/testing.in
coverage[toml]==7.6.0
coverage[toml]==7.6.3
# via
# -r requirements/testing.in
# codecov
# pytest-cov
dirty-equals==0.7.1.post0
dirty-equals==0.8.0
# via -r requirements/testing.in
idna==3.6
# via requests
Expand All @@ -31,7 +31,7 @@ pluggy==1.5.0
# via pytest
pygments==2.17.2
# via rich
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/testing.in
# pytest-cov
Expand All @@ -40,8 +40,6 @@ pytest-cov==5.0.0
# via -r requirements/testing.in
pytest-pretty==1.2.0
# via -r requirements/testing.in
pytz==2024.1
# via dirty-equals
requests==2.31.0
# via codecov
rich==13.7.0
Expand Down

0 comments on commit 00a6a21

Please sign in to comment.