Compare commits

...

3 Commits

Author SHA1 Message Date
0188d8e43d chore(pip-prod)(deps): bump pyjwt from 2.8.0 to 2.9.0
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.8.0...2.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 18:14:57 +01:00
4994aa301d Release once per week instead of daily 2024-07-31 22:05:13 +01:00
9ad8fae9ac chore(pip-prod)(deps): bump sentry-sdk from 2.11.0 to 2.12.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/2.11.0...2.12.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-31 18:23:28 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ name: Release
on:
workflow_dispatch:
schedule:
- cron: "0 9 * * *"
- cron: "0 9 * * 0"
jobs:
create_release:

View File

@ -26,14 +26,14 @@ platformdirs==4.2.2
pluggy==1.5.0
py==1.11.0
pycodestyle==2.12.0
PyJWT==2.8.0
PyJWT==2.9.0
pyparsing==3.1.2
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
PyYAML==6.0.1
requests==2.32.3
requests-toolbelt==1.0.0
sentry-sdk==2.11.0
sentry-sdk==2.12.0
six==1.16.0
toml==0.10.2
tomli==2.0.1