Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump slack-sdk from 3.27.1 to 3.27.2 in /backend #522

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps slack-sdk from 3.27.1 to 3.27.2.

Release notes

Sourced from slack-sdk's releases.

version 3.27.2

Changes


Commits
  • 70cf7ba version 3.27.2
  • a1c0d3e Fix #1496 Async client uses blocking call when uploading file with v2 (#1498)
  • 694ec2f Fix #1468 RichTextElement.elements items are never promoted to a proper Pyt...
  • 059dd68 Omit two websocket_client/websockets tests due to their instability on GitHub...
  • f8906fe Update pytest-cov requirement from <5,>=2 to >=2,<6 (#1488)
  • 2ea061e Simplify dependencies for dependabot (#1484)
  • b7a2323 Update dependabot.yml (#1481)
  • c490966 Bump codecov/codecov-action from 3 to 4 (#1469)
  • 9bb1801 Bump actions/setup-python from 4 to 5 (#1471)
  • 6e8462d Update flake8 requirement from <7,>=5.0.4 to >=5.0.4,<8 (#1474)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [slack-sdk](https://github.com/slackapi/python-slack-sdk) from 3.27.1 to 3.27.2.
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/python-slack-sdk/blob/main/docs-v2/changelog.html)
- [Commits](slackapi/python-slack-sdk@v3.27.1...v3.27.2)

---
updated-dependencies:
- dependency-name: slack-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 20, 2024
@echoboomer echoboomer merged commit 8a7b9c6 into main Jun 14, 2024
6 checks passed
@echoboomer echoboomer deleted the dependabot/pip/backend/slack-sdk-3.27.2 branch June 14, 2024 00:48
i5o pushed a commit to i5o/incident-bot that referenced this pull request Jun 14, 2024
Bumps [slack-sdk](https://github.com/slackapi/python-slack-sdk) from 3.27.1 to 3.27.2.
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/python-slack-sdk/blob/main/docs-v2/changelog.html)
- [Commits](slackapi/python-slack-sdk@v3.27.1...v3.27.2)

---
updated-dependencies:
- dependency-name: slack-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
VHlushchen pushed a commit to trustpointai/incident-bot that referenced this pull request Jun 26, 2024
* Bump requests-mock from 1.11.0 to 1.12.1 in /backend (incidentbot#521)

Bumps [requests-mock](https://github.com/jamielennox/requests-mock) from 1.11.0 to 1.12.1.
- [Release notes](https://github.com/jamielennox/requests-mock/releases)
- [Commits](jamielennox/requests-mock@1.11.0...1.12.1)

---
updated-dependencies:
- dependency-name: requests-mock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump slack-sdk from 3.27.1 to 3.27.2 in /backend (incidentbot#522)

Bumps [slack-sdk](https://github.com/slackapi/python-slack-sdk) from 3.27.1 to 3.27.2.
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/python-slack-sdk/blob/main/docs-v2/changelog.html)
- [Commits](slackapi/python-slack-sdk@v3.27.1...v3.27.2)

---
updated-dependencies:
- dependency-name: slack-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump flask-limiter from 3.6.0 to 3.7.0 in /backend (incidentbot#523)

Bumps [flask-limiter](https://github.com/alisaifee/flask-limiter) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/alisaifee/flask-limiter/releases)
- [Changelog](https://github.com/alisaifee/flask-limiter/blob/master/HISTORY.rst)
- [Commits](alisaifee/flask-limiter@3.6.0...3.7.0)

---
updated-dependencies:
- dependency-name: flask-limiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump axios from 1.6.8 to 1.7.2 in /frontend (incidentbot#531)

Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.8...v1.7.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump requests from 2.31.0 to 2.32.3 in /backend (incidentbot#534)

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.3.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.3)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pytest from 8.2.0 to 8.2.2 in /backend (incidentbot#536)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.2.
- [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.2.0...8.2.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump braces from 3.0.2 to 3.0.3 in /frontend (incidentbot#540)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @mui/material from 5.15.16 to 5.15.19 in /frontend (incidentbot#535)

Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.15.16 to 5.15.19.
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v5.15.19/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.19/packages/mui-material)

---
updated-dependencies:
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Replace links with networks in docker compose (incidentbot#539)

Links are deprecated in docker and not supported in podman. This
commit replaces them with networks.

* Bump styled-components from 6.1.8 to 6.1.11 in /frontend (incidentbot#526)

Bumps [styled-components](https://github.com/styled-components/styled-components) from 6.1.8 to 6.1.11.
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](styled-components/styled-components@v6.1.8...v6.1.11)

---
updated-dependencies:
- dependency-name: styled-components
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Release v1.10.8 - Fix bug with PagerDuty integration. (incidentbot#542)

* Bump slack-sdk from 3.27.2 to 3.29.0 in /backend (incidentbot#546)

* Add Slack channel name to actions description (incidentbot#500)

* Add channel #name to description

* Fix test

* Bump to v1.10.4

* Update digest_notification.py

* Update tests

* Bump to v1.10.9

* Bump atlassian-python-api from 3.41.11 to 3.41.14 in /backend (incidentbot#550)

* Bump slack-bolt from 1.18.1 to 1.19.0 in /backend (incidentbot#548)

* Release v1.12.0 - Bugfixes, refactors. (incidentbot#552)

* Release v1.12.0 - Bugfixes, refactors.

* Revert change made to config.yaml during testing.

* npm update

* Release v1.12.1 - Bugfix in ui. (incidentbot#553)

* Release v1.12.2 - Fix timestamps, various corrections. (incidentbot#555)

* Frontend maintenance. (incidentbot#556)

* Bump slack-sdk from 3.29.0 to 3.30.0 in /backend (incidentbot#557)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Fedosin <mfedosin@newrelic.com>
Co-authored-by: Scott Hawkins <scott@echoboomer.net>
Co-authored-by: Ignacio Rodríguez <ignacio@fosfori.to>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant