-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge main into stable/4.0.x. Update 20231109
* commit 'c504ee995bee16faf22501909cdd4efafd6aafff': Bump the opentelemetry-dependencies group (#283) Bump flake8 from 6.0.0 to 6.1.0 in /requirements (#279) Bump leonsteinhaeuser/project-beta-automations from 2.1.0 to 2.2.1 (#267) Bump actions/checkout from 3 to 4 (#268) Fix docker python updates in dependabot (#281) Bump fastjsonschema from 2.17.1 to 2.18.1 in /requirements (#278) Bump psycopg2 from 2.9.6 to 2.9.9 in /requirements (#280) Bump black from 23.7.0 to 23.11.0 in /requirements (#277) Bump redis from 4.6.0 to 5.0.1 in /requirements (#272) Bump mypy from 1.4.1 to 1.6.1 in /requirements (#275) Bump pytest from 7.4.0 to 7.4.3 in /requirements (#273) Bump autoflake from 2.2.0 to 2.2.1 in /requirements (#276) Bump debugpy from 1.6.7 to 1.8.0 in /requirements (#274) Bump flask from 2.3.2 to 3.0.0 in /requirements (#271) Add dependabot.yml (#265) Fix signal handler (#264)
- Loading branch information
Showing
9 changed files
with
60 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" | ||
directory: "/requirements/" | ||
schedule: | ||
interval: "daily" | ||
assignees: | ||
- "jsangmeister" | ||
groups: | ||
opentelemetry-dependencies: | ||
patterns: | ||
- "opentelemetry-*" | ||
open-pull-requests-limit: 42 | ||
|
||
- package-ecosystem: "pip" | ||
directory: "/system_tests/" | ||
schedule: | ||
interval: "daily" | ||
assignees: | ||
- "jsangmeister" | ||
|
||
- package-ecosystem: "docker" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
assignees: | ||
- "jsangmeister" | ||
ignore: | ||
- dependency-name: "python" | ||
update-types: ["version-update:semver-minor"] | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
assignees: | ||
- "jsangmeister" |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# update to newer version as soon as https://github.com/konradhalas/dacite/issues/218 is fixed | ||
dacite==1.7.0 | ||
fastjsonschema==2.17.1 | ||
Flask==2.3.2 | ||
fastjsonschema==2.18.1 | ||
Flask==3.0.0 | ||
gunicorn==21.2.0 | ||
psycopg2==2.9.6 | ||
redis==4.6.0 | ||
psycopg2==2.9.9 | ||
redis==5.0.1 | ||
|
||
# opentelemetry | ||
opentelemetry-api==1.19.0 | ||
opentelemetry-sdk==1.19.0 | ||
opentelemetry-exporter-otlp==1.19.0 | ||
opentelemetry-instrumentation-flask==0.40b0 | ||
opentelemetry-api==1.21.0 | ||
opentelemetry-sdk==1.21.0 | ||
opentelemetry-exporter-otlp==1.21.0 | ||
opentelemetry-instrumentation-flask==0.42b0 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
-r requirements-general.txt | ||
|
||
# testing | ||
pytest==7.4.0 | ||
pytest==7.4.3 | ||
pytest-cov==4.1.0 | ||
|
||
# linting & formatting | ||
black==23.7.0 | ||
autoflake==2.2.0 | ||
black==23.11.0 | ||
autoflake==2.2.1 | ||
isort==5.12.0 | ||
flake8==6.0.0 | ||
mypy==1.4.1 | ||
flake8==6.1.0 | ||
mypy==1.6.1 | ||
|
||
# other dev stuff | ||
debugpy==1.6.7 | ||
debugpy==1.8.0 | ||
pip-check==2.8.1 |
This file contains 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
This file contains 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