aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2023-12-20Bump sentry-sdk from 1.39.0 to 1.39.1 (#2847)Gravatar dependabot[bot]-6/+6
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-20Bump coverage from 7.3.2 to 7.3.3 (#2848)Gravatar dependabot[bot]-56/+67
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18download pull request artifact with curlGravatar shtlrs-1/+1
2023-12-16Bump bot-core version (#2853)Gravatar ChrisJL-189/+194
This version ensures response content for requests to site api aren't read if site returns a HTTP 204 response code.
2023-12-15Bump actions/upload-artifact from 3 to 4 (#2850)Gravatar dependabot[bot]-1/+1
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-14Bump sentry-sdk from 1.38.0 to 1.39.0 (#2844)Gravatar dependabot[bot]-6/+6
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-13Bump pre-commit from 3.5.0 to 3.6.0 (#2841)Gravatar dependabot[bot]-6/+6
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-13Bump feedparser from 6.0.10 to 6.0.11 (#2840)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-13Bump pydis-core from 10.4.0 to 10.5.0 (#2842)Gravatar dependabot[bot]-8/+8
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07Fix broken hyperlink rendering in windows-path tagGravatar thegamecracks-1/+1
2023-12-06Bump emoji from 2.8.0 to 2.9.0 (#2837)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-05Bump ruff from 0.1.6 to 0.1.7 (#2836)Gravatar dependabot[bot]-20/+20
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01Bump aiohttp from 3.9.0 to 3.9.1 (#2829)Gravatar dependabot[bot]-79/+79
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01Bump sentry-sdk from 1.37.1 to 1.38.0 (#2830)Gravatar dependabot[bot]-6/+17
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27Use async context manager for asyncio timeoutGravatar Chris Lovering-1/+1
Solves BOT-3P1
2023-11-25Don't shadow user object with dict when searching for infractionsGravatar Chris Lovering-2/+2
Solves #2827 Solves BOT-3P0
2023-11-25Use new Discord markdown support for bot messages (#2726)Gravatar MikoĊ‚aj Kruczek-103/+103
* feat: use new markdown feature in new help channel message * feat(tags): update bullet points to dashes in tags * feat(tags): add dashes to async libraries list * feat: update markdown in patreon command * feat: update markdown in otname command * feat: update markdown in filter command * feat: update markdown in voiceverify command * feat: update markdown in docs command * feat: update markdown in bigbrother command * feat: update markdown in talentpool command
2023-11-25Replace usage of async_timeout with asyncio.timeoutGravatar Chris Lovering-2/+1
async_timeout was a sub-dep of aiohttp, which was removed in 3.9.0 for Pytohn 3.11+ due to asyncio.timeout being a thing.
2023-11-25Bump deps to latestGravatar Chris Lovering-622/+623
2023-11-25Ignore pydantic depracted warning when searching for custom attrGravatar Chris Lovering-5/+12
2023-11-25Make use of the logging util from bot-coreGravatar Chris Lovering-51/+11
2023-11-25Make tag file location not relative to bot (#2795)Gravatar Robin-1/+1
2023-11-23Bump pytest-xdist from 3.4.0 to 3.5.0 (#2823)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-23Bump sentry-sdk from 1.35.0 to 1.36.0 (#2821)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-15Bump python-frontmatter from 1.0.0 to 1.0.1 (#2812)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-15Bump deepdiff from 6.7.0 to 6.7.1 (#2815)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13Bump pytest-xdist from 3.3.1 to 3.4.0 (#2813)Gravatar dependabot[bot]-5/+5
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.3.1 to 3.4.0. - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13Bump sentry-sdk from 1.34.0 to 1.35.0 (#2814)Gravatar dependabot[bot]-5/+5
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.34.0 to 1.35.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.34.0...1.35.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-10Bump httpx from 0.25.0 to 0.25.1 (#2804)Gravatar dependabot[bot]-6/+7
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-08Appeased the linterGravatar Xithrius-1/+0
2023-11-09Bump ruff from 0.0.291 to 0.1.5Gravatar dependabot[bot]-21/+21
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.291 to 0.1.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.291...v0.1.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2023-11-09Bump deepdiff from 6.6.1 to 6.7.0 (#2806)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-08Bump tldextract from 5.0.1 to 5.1.0 (#2803)Gravatar dependabot[bot]-5/+8
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06Bump rapidfuzz from 3.4.0 to 3.5.2 (#2801)Gravatar dependabot[bot]-112/+94
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06Bump sentry-sdk from 1.33.0 to 1.34.0 (#2802)Gravatar dependabot[bot]-6/+6
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-01Bump sentry-sdk from 1.32.0 to 1.33.0 (#2798)Gravatar dependabot[bot]-6/+6
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-28Remove cooldown role (#2774)Gravatar ChrisJL-23/+4
2023-10-27Bump pydis-core from 10.2.0 to 10.4.0 (#2796)Gravatar dependabot[bot]-9/+9
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-26Bump pytest from 7.4.2 to 7.4.3 (#2794)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-22Bump deepdiff from 6.6.0 to 6.6.1 (#2790)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-21Bump tldextract from 5.0.0 to 5.0.1 (#2791)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-18Bump urllib3 from 2.0.6 to 2.0.7 (#2789)Gravatar dependabot[bot]-3/+3
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17Bump pre-commit from 3.4.0 to 3.5.0 (#2788)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12Bump sentry-sdk from 1.31.0 to 1.32.0 (#2784)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12Bump tldextract from 3.6.0 to 5.0.0 (#2785)Gravatar dependabot[bot]-6/+6
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-10Bump aiohttp from 3.8.5 to 3.8.6 (#2783)Gravatar dependabot[bot]-90/+90
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-10Bump rapidfuzz from 3.3.1 to 3.4.0 (#2782)Gravatar dependabot[bot]-111/+111
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06Bump deepdiff from 6.5.0 to 6.6.0 (#2781)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-05Bump regex from 2023.8.8 to 2023.10.3 (#2780)Gravatar dependabot[bot]-92/+92
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-04Bump coverage from 7.3.1 to 7.3.2 (#2778)Gravatar dependabot[bot]-55/+55
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>