-
Notifications
You must be signed in to change notification settings - Fork 0
Bump mysql-connector-python from 8.4.0 to 9.0.0 #192
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
Merged
EntchenEric
merged 1 commit into
ver/0.5.0
from
dependabot/pip/mysql-connector-python-9.0.0
Jul 1, 2024
Merged
Bump mysql-connector-python from 8.4.0 to 9.0.0 #192
EntchenEric
merged 1 commit into
ver/0.5.0
from
dependabot/pip/mysql-connector-python-9.0.0
Jul 1, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.4.0 to 9.0.0. --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
EntchenEric
reviewed
Jul 1, 2024
Member
EntchenEric
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good!
EntchenEric
added a commit
that referenced
this pull request
Jul 20, 2024
* Bump mysql-connector-python from 8.4.0 to 9.0.0 (#192) Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.4.0 to 9.0.0. --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * added backend for AI token and added automatic refilling at 00:00 on first every month (#193) * changed dict -> Dict * Updated requirements.txt * Removed unused imgurpython Package * added feedback command for Tanjun Testers * made xp bar only draw when >= 2% filled (causes error if not) * Fixed adding XP not working when no level config is provided. * fixed wrong localisation being used in countingchallange mode failing * made progress actially reset when cointing challenge is failed. * Bump mysql-connector-python from 8.4.0 to 9.0.0 (#219) Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.4.0 to 9.0.0. --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: EntchenEric <eseidel2004@gmail.com> * Performance and code smell improvements (#223) * Drop files from .gitignore * Fixed breaking error in giveaway message channel requirement * Removed guildId from countingChallenge backend * moved sensible information from config to env * Added venv files * Added nosec: B311 comments stating that PRNGs are valid in these specific cases. * Increased max recursion depth of ci * removed some occurrences of duplicate code * Update ci.yml * added custom run_flake8 script * Updated gitignroe * 182 level leaderboard command (#227) * Fixed env not being loaded correctly * Added leaderboard command * Added Bot status sending * Fixed dotenv loading not working * Improve example env file * Update README.md * Update endpoint url in alivemonitory.py Changed to new encrypted endpoint * Update SECURITY.md * fixed @everyone role not working as exspected with lock and unlock command * Added automatic Backup of database * 190 command to add custom situation (#231) * Fixed database backup not actually backing up anything * Added command to add and remove custom AI situation * Added ask_custom ai command (#232) * fixed xp boost being calculated wrong * fixed that somehow none of the giveaway requirements worked * fixed some issues in math functionplotter * Made description in EmbedCreator not trough modal but message instead to support emojis, roleMentiones etc. * made min and max size of pool 1 for now to hopefully fix Database integrity issues * added askgpt command * added command to ask tanjuwun something * Added image commands * fixed custom situation autocomplete not working with multiple custom situations * added new tanjun tester --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arion2000 <github@arion2000.xyz>
EntchenEric
added a commit
that referenced
this pull request
Jul 23, 2024
* Bump mysql-connector-python from 8.4.0 to 9.0.0 (#192) Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.4.0 to 9.0.0. --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * added backend for AI token and added automatic refilling at 00:00 on first every month (#193) * changed dict -> Dict * Updated requirements.txt * Removed unused imgurpython Package * added feedback command for Tanjun Testers * made xp bar only draw when >= 2% filled (causes error if not) * Fixed adding XP not working when no level config is provided. * fixed wrong localisation being used in countingchallange mode failing * made progress actially reset when cointing challenge is failed. * Bump mysql-connector-python from 8.4.0 to 9.0.0 (#219) Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.4.0 to 9.0.0. --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: EntchenEric <eseidel2004@gmail.com> * added fun commands * updated fun commands --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: EntchenEric <eseidel2004@gmail.com>
EntchenEric
added a commit
that referenced
this pull request
Dec 2, 2024
* 6 fun commands (#234) * Bump mysql-connector-python from 8.4.0 to 9.0.0 (#192) Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.4.0 to 9.0.0. --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * added backend for AI token and added automatic refilling at 00:00 on first every month (#193) * changed dict -> Dict * Updated requirements.txt * Removed unused imgurpython Package * added feedback command for Tanjun Testers * made xp bar only draw when >= 2% filled (causes error if not) * Fixed adding XP not working when no level config is provided. * fixed wrong localisation being used in countingchallange mode failing * made progress actially reset when cointing challenge is failed. * Bump mysql-connector-python from 8.4.0 to 9.0.0 (#219) Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.4.0 to 9.0.0. --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: EntchenEric <eseidel2004@gmail.com> * added fun commands * updated fun commands --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: EntchenEric <eseidel2004@gmail.com> * Bump aiohttp from 3.9.3 to 3.9.5 (#236) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.5. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.9.3...v3.9.5) --- updated-dependencies: - dependency-name: aiohttp 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 numpy from 2.0.0 to 2.0.1 (#235) Bumps [numpy](https://github.com/numpy/numpy) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: numpy 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 sympy from 1.12.1 to 1.13.1 (#230) Bumps [sympy](https://github.com/sympy/sympy) from 1.12.1 to 1.13.1. - [Release notes](https://github.com/sympy/sympy/releases) - [Commits](sympy/sympy@sympy-1.12.1...sympy-1.13.1) --- updated-dependencies: - dependency-name: sympy 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> * added autopublish command * added avatar command * added utility banner command * added feedback command * added command to get avatar decoration of user * added afk command --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: aswa <99275906+aswa29@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps mysql-connector-python from 8.4.0 to 9.0.0.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)