Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps mysql-connector-python from 8.4.0 to 9.0.0.

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 [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>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2024
@EntchenEric EntchenEric changed the base branch from master to ver/0.5.0 July 1, 2024 17:42
@EntchenEric EntchenEric merged commit 76d2401 into ver/0.5.0 Jul 1, 2024
@EntchenEric EntchenEric self-requested a review July 1, 2024 17:42
@dependabot dependabot bot deleted the dependabot/pip/mysql-connector-python-9.0.0 branch July 1, 2024 17:43
Copy link
Member

@EntchenEric EntchenEric left a 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

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants