Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2025

Bumps gevent from 25.5.1 to 25.8.1.

Commits
  • 4fe588c Preparing release 25.8.1
  • 693afaa Merge pull request #2135 from gevent/issue1895
  • aea5a34 Fix #1895 by tweaking the assertion.
  • 2c55e85 Merge pull request #2134 from gevent/issue2084
  • 8bfe59a Fix ares_build.h default (broke Windows builds.)
  • 831c6a4 Tweak CI environment reporting.
  • 620b88e Update c-ares to 1.34.5
  • 385f80a Merge pull request #2133 from gevent/2100
  • e9bcee8 Tweak docs and comments; Fix a SyntaxWarning (Thanks a lot, PEP765.)
  • 662df9d Tweak building manylinux3.14
  • Additional commits viewable in compare view

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 [gevent](https://github.com/gevent/gevent) from 25.5.1 to 25.8.1.
- [Release notes](https://github.com/gevent/gevent/releases)
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst)
- [Commits](gevent/gevent@25.5.1...25.8.1)

---
updated-dependencies:
- dependency-name: gevent
  dependency-version: 25.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file minor python Pull requests that update python code labels Aug 29, 2025
Copy link
Member

@prandla prandla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes all the annoying AssertionErrors in ResourceService 🥳

@prandla prandla merged commit 821fed5 into main Aug 29, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/pip/gevent-25.8.1 branch August 29, 2025 22:56
ronryv added a commit to ioi-isr/cms that referenced this pull request Nov 1, 2025
* CWS: Mark ajax request endpoints as @api_login_required (cms-dev#1522)

This prevents cases where they would redirect to the login screen
unexpectedly. Also improved handling of errors in the submission details
popup.

* AWS: don't refresh the page when contest phase changes (cms-dev#1510)

* make AWS more resilient towards missing ScoreTypes and Languages (cms-dev#1460)

* Translated using Weblate (Estonian)

Currently translated at 100.0% (311 of 311 strings)

Translation: CMS/main
Translate-URL: https://hosted.weblate.org/projects/cms/main/et/

* Translated using Weblate (French)

Currently translated at 100.0% (311 of 311 strings)

Translation: CMS/main
Translate-URL: https://hosted.weblate.org/projects/cms/main/fr/

* Translated using Weblate (Arabic)

Currently translated at 54.9% (171 of 311 strings)

Translation: CMS/main
Translate-URL: https://hosted.weblate.org/projects/cms/main/ar/

* Translated using Weblate (Chinese (Traditional Han script))

Currently translated at 67.5% (210 of 311 strings)

Translation: CMS/main
Translate-URL: https://hosted.weblate.org/projects/cms/main/zh_Hant/

* Translated using Weblate (Italian)

Currently translated at 100.0% (311 of 311 strings)

Translation: CMS/main
Translate-URL: https://hosted.weblate.org/projects/cms/main/it/

* Initialize Hebrew translation

* mention weblate more explicitly in README (cms-dev#1531)

this was requested by the Weblate support team.

* Remove some unused files (cms-dev#1533)

We don't use codacy any more (at least it doesn't seem so?) and we use
weblate instead of onesky now.

* Fix possible timing leak in validate_password (cms-dev#1535)

* Make the helper scripts in docker/ a bit more robust

When the git repo is in a detached HEAD state, GIT_BRANCH_NAME became
"HEAD", which docker does not like as a project name. So I lowercased it
and added a cms- in front for good measure.

* Make functional test suite not depend on git

* Bump gevent from 25.5.1 to 25.8.1 (cms-dev#1538)

Bumps [gevent](https://github.com/gevent/gevent) from 25.5.1 to 25.8.1.
- [Release notes](https://github.com/gevent/gevent/releases)
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst)
- [Commits](gevent/gevent@25.5.1...25.8.1)

---
updated-dependencies:
- dependency-name: gevent
  dependency-version: 25.8.1
  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>

* fix schema_diff_test on new debian (cms-dev#1551)

* Bump zope-event from 5.1 to 6.0 (cms-dev#1555)

Bumps [zope-event](https://github.com/zopefoundation/zope.event) from 5.1 to 6.0.
- [Changelog](https://github.com/zopefoundation/zope.event/blob/master/CHANGES.rst)
- [Commits](zopefoundation/zope.event@5.1...6.0)

---
updated-dependencies:
- dependency-name: zope-event
  dependency-version: '6.0'
  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>

* Bump zope-interface from 7.2 to 8.0 (cms-dev#1554)

Bumps [zope-interface](https://github.com/zopefoundation/zope.interface) from 7.2 to 8.0.
- [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst)
- [Commits](zopefoundation/zope.interface@7.2...8.0)

---
updated-dependencies:
- dependency-name: zope-interface
  dependency-version: '8.0'
  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>

* Bump version to 1.6.dev0 (cms-dev#1532)

* Add rws public config and configurable id column

* Avoid reading GEN if score parameters are already found in task.yaml

* Fixes

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: p. randla <[email protected]>
Co-authored-by: Pasit Sangprachathanarak <[email protected]>
Co-authored-by: Muaath Alqarni <[email protected]>
Co-authored-by: LittleCube <[email protected]>
Co-authored-by: William Di Luigi <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elia Soldati <[email protected]>
Co-authored-by: Francesco Vercellesi <[email protected]>
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 minor python Pull requests that update python code

Development

Successfully merging this pull request may close these issues.

2 participants