Skip to content

Commit

Permalink
Bump the python group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 3 updates: [pydantic](https://github.com/pydantic/pydantic), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff).


Updates `pydantic` from 2.10.1 to 2.10.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.1...v2.10.2)

Updates `pytest` from 8.3.3 to 8.3.4
- [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.3...8.3.4)

Updates `ruff` from 0.8.0 to 0.8.1
- [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.8.0...0.8.1)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Dec 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent abe0f4e commit acf9fa9
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -25,14 +25,14 @@ nest-asyncio = "1.6.0"
scrapy = "2.12.0"
ics = {version = "0.8.0.dev0", allow-prereleases = true}
teemup = "1.2.1"
pydantic = "2.10.1"
pydantic = "2.10.2"
scrapy-impersonate = "1.4.1"
linkedin-api = "2.3.1"
diskcache = "5.6.3"

[tool.poetry.group.dev.dependencies]
cookiecutter = "2.6.0"
pytest = "8.3.3"
pytest = "8.3.4"
pytest-ruff = "0.4.1"
ruff = "0.8.*"

0 comments on commit acf9fa9

Please sign in to comment.