| Commit message (Collapse) | Author | Lines |
|
|
|
* fix: don't create a new session to upload to the pastebin
noticed this earlier but didn't see it get fixed
this is a simple fix that lessens creating an
unnecessary session
* fix the other two instances
https://discord.com/channels/267624335836053506/291284109232308226/1419909021460336680
|
|
When redirecting commands, upload a paste of the original invocation command to the paste server for users to copy/paste.
---------
Co-authored-by: Joe Banks <[email protected]>
|
|
|
|
|
|
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
Mainly for pydis-core, but bump other dependencies as well
|
|
|
|
Modified as per FutureWarning
|
|
|
|
|
|
|
|
|
|
Bumps the pip group with 1 update in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp).
Updates `aiohttp` from 3.11.13 to 3.12.14
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.13...v3.12.14)
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.12.14
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
Bumps [lxml](https://github.com/lxml/lxml) from 5.3.1 to 6.0.0.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-5.3.1...lxml-6.0.0)
---
updated-dependencies:
- dependency-name: lxml
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
|
|
Co-authored-by: Johannes Christ <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 8134dbd62f211f5e35429faa71a0be11d5716c3b.
|
|
|
|
|
|
|
|
|
|
|
|
into one object; update and tidy related tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bumps [deepdiff](https://github.com/seperman/deepdiff) from 7.0.1 to 8.5.0.
- [Release notes](https://github.com/seperman/deepdiff/releases)
- [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst)
- [Commits](https://github.com/seperman/deepdiff/compare/7.0.1...8.5.0)
---
updated-dependencies:
- dependency-name: deepdiff
dependency-version: 8.5.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
Bumps the pip group with 1 update: [h11](https://github.com/python-hyper/h11).
Updates `h11` from 0.14.0 to 0.16.0
- [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0)
---
updated-dependencies:
- dependency-name: h11
dependency-version: 0.16.0
dependency-type: indirect
dependency-group: pip
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
3.12 support has been removed but !timeit was not updated.
Corrects the error of inferior programmers like @ChrisLovering.
|