Skip to content

Commit

Permalink
Bump the minor-patch group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.4` | `2.10.5` |
| [atlassian-python-api](https://github.com/atlassian-api/atlassian-python-api) | `3.41.16` | `3.41.18` |
| [pypandoc](https://github.com/JessicaTegner/pypandoc) | `1.14` | `1.15` |
| [bandit](https://github.com/PyCQA/bandit) | `1.8.0` | `1.8.2` |
| [responses](https://github.com/getsentry/responses) | `0.25.3` | `0.25.5` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.6` | `0.9.1` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.1` | `0.25.2` |


Updates `pydantic` from 2.10.4 to 2.10.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.4...v2.10.5)

Updates `atlassian-python-api` from 3.41.16 to 3.41.18
- [Release notes](https://github.com/atlassian-api/atlassian-python-api/releases)
- [Commits](https://github.com/atlassian-api/atlassian-python-api/commits)

Updates `pypandoc` from 1.14 to 1.15
- [Release notes](https://github.com/JessicaTegner/pypandoc/releases)
- [Changelog](https://github.com/JessicaTegner/pypandoc/blob/master/release.md)
- [Commits](JessicaTegner/pypandoc@v1.14...v1.15)

Updates `bandit` from 1.8.0 to 1.8.2
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.8.0...1.8.2)

Updates `responses` from 0.25.3 to 0.25.5
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.25.3...0.25.5)

Updates `ruff` from 0.8.6 to 0.9.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.6...0.9.1)

Updates `pytest-asyncio` from 0.25.1 to 0.25.2
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.1...v0.25.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: atlassian-python-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: pypandoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: bandit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: responses
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 45beb00 commit 0560468
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
80 changes: 40 additions & 40 deletions poetry.lock

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

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ license = "MPL"
[tool.poetry.dependencies]
python = ">=3.12, <3.14"
fastapi = "^0.115.6"
pydantic = {version = "^2.10.4", extras = ["email"]}
pydantic = {version = "^2.10.5", extras = ["email"]}
uvicorn = {extras = ["standard"], version = "^0.34.0"}
atlassian-python-api = "^3.41.16"
atlassian-python-api = "^3.41.18"
dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
Jinja2 = "^3.1.5"
sentry-sdk = {extras = ["fastapi"], version = "^2.19.2"}
Expand All @@ -19,25 +19,25 @@ backoff = "^2.2.1"
statsd = "^4.0.1"
requests = "^2.32.3"
pydantic-settings = "^2.7.1"
pypandoc = "^1.14"
pypandoc = "^1.15"

[tool.poetry.group.dev.dependencies]
pre-commit = "^4.0.1"
coverage = {extras = ["toml"], version = "^7.6"}
mypy = "^1.14"
detect-secrets = "^1.5.0"
bandit = "^1.8.0"
bandit = "^1.8.2"
pytest = "^8.3.4"
yamllint = "^1.35.1"
pytest-dotenv = "^0.5.2"
types-requests = "^2.32.0"
responses = "^0.25.3"
responses = "^0.25.5"
httpx = "^0.28.1"
factory-boy = "^3.3.1"
pytest-factoryboy = "^2.7.0"
ruff = "^0.8.6"
ruff = "^0.9.1"
pytest-mock = "^3.14.0"
pytest-asyncio = "^0.25.1"
pytest-asyncio = "^0.25.2"


[build-system]
Expand Down

0 comments on commit 0560468

Please # to comment.