| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|\
| |
| | |
Moderator changes minor refactor
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
python-discord/don't-hardcode-python-version-in-timeit
Don't hardcode which python version to use in timeit command
|
| | |
|
|\ \
| | |
| | | |
Bump deepdiff from 7.0.1 to 8.5.0
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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]>
|
|\ \
| | |
| | | |
Bump h11 from 0.14.0 to 0.16.0 in the pip group
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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]>
|
|\ \ \
| |/ /
|/| | |
Simplify PEP cog to use PEP API
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Bump markdownify from 0.14.1 to 1.1.0
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Now _inline is set as a pseudo value in parent_tags
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bumps [markdownify](https://github.com/matthewwithanm/python-markdownify) from 0.14.1 to 1.1.0.
- [Release notes](https://github.com/matthewwithanm/python-markdownify/releases)
- [Commits](https://github.com/matthewwithanm/python-markdownify/compare/0.14.1...1.1.0)
---
updated-dependencies:
- dependency-name: markdownify
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\ \ \ \
| |_|_|/
|/| | | |
Display selected lines from our pastebin as codeblock
|
| | | |
| | | |
| | | | |
Co-authored-by: Anand <[email protected]>
|
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | | |
3.12 support has been removed but !timeit was not updated.
Corrects the error of inferior programmers like @ChrisLovering.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Replace 3.12 support in snekbox for 3.14-dev
* Add extra info about pre-release versions in snekbox output
* Dynamically get the default snekbox Python version by looking at the first supported version
* Move snekbox help docs to the @command decorator
This allows us to use a f-string to get the supported Python versions, instead of hard coding
* Update snekbox tests to use new default python version
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
This allows us to use a f-string to get the supported Python versions, instead of hard coding
|
| | | |
| | | |
| | | |
| | | | |
supported version
|