Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 4 updates (#94)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: flake8-bugbear
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: slack-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 70f89e4 commit 2b168d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lint = [
"black==24.10.0",
"isort==5.13.2",
"flake8==7.1.1",
"flake8-bugbear==24.10.31",
"flake8-bugbear==24.12.12",
"flake8_formatter_junit_xml==0.0.6",
"flake8-colors==0.1.9",
"flake8-eradicate==1.5.0",
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
uvicorn==0.32.1
slack_sdk==3.33.5
uvicorn==0.34.0
slack_sdk==3.34.0
uvicorn-loguru-integration==0.3.0
httptools==0.6.4
requests==2.32.3
aiohttp==3.11.10
aiohttp==3.11.11
async-cache==1.1.1
setuptools==75.6.0
fastapi
Expand Down

0 comments on commit 2b168d5

Please sign in to comment.