Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 4 updates (#86)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 4 updates in the / directory: [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear), [setuptools](https://github.com/pypa/setuptools), [setuptools-scm[toml]](https://github.com/pypa/setuptools_scm) and [slack-sdk](https://github.com/slackapi/python-slack-sdk).


Updates `flake8-bugbear` from 24.8.19 to 24.10.31
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@24.8.19...24.10.31)

Updates `setuptools` from 74.1.2 to 75.3.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v74.1.2...v75.3.0)

Updates `setuptools-scm[toml]` from 7.0.5 to 8.1.0
- [Release notes](https://github.com/pypa/setuptools_scm/releases)
- [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md)
- [Commits](pypa/setuptools-scm@v7.0.5...v8.1.0)

Updates `slack-sdk` from 3.33.2 to 3.33.3
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Commits](slackapi/python-slack-sdk@v3.33.2...v3.33.3)

---
updated-dependencies:
- dependency-name: flake8-bugbear
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: setuptools-scm[toml]
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: slack-sdk
  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 Nov 11, 2024
1 parent fc7ccd2 commit 2023872
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools==74.1.2",
"setuptools_scm[toml]==7.0.5",
"setuptools==75.3.0",
"setuptools_scm[toml]==8.1.0",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -36,7 +36,7 @@ lint = [
"black==24.10.0",
"isort==5.13.2",
"flake8==7.1.1",
"flake8-bugbear==24.8.19",
"flake8-bugbear==24.10.31",
"flake8_formatter_junit_xml==0.0.6",
"flake8-colors==0.1.9",
"flake8-eradicate==1.5.0",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
uvicorn==0.32.0
slack_sdk==3.33.2
slack_sdk==3.33.3
uvicorn-loguru-integration==0.3.0
httptools==0.6.4
requests==2.32.3
aiohttp==3.10.10
async-cache==1.1.1
setuptools==75.2.0
setuptools==75.3.0
fastapi
loguru
starlette
Expand Down

0 comments on commit 2023872

Please sign in to comment.