Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️(opendata) upgrade data7 to 0.9.0
Browse files Browse the repository at this point in the history
This new release upgrade dependencies and allows to configure Sentry's
profiling.
jmaupetit committed Jan 8, 2025
1 parent ab21f16 commit c9ffa46
Showing 4 changed files with 64 additions and 56 deletions.
2 changes: 1 addition & 1 deletion src/opendata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -19,6 +19,6 @@ and this project adheres to

### Added

- Configured Data7 0.8.0
- Configured Data7 0.9.0

[unreleased]: https://github.com/MTES-MCT/qualicharge/
2 changes: 1 addition & 1 deletion src/opendata/Pipfile
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
data7 = "==0.8.0"
data7 = "==0.9.0"
psycopg = {extras = ["binary", "pool"], version = "==3.2.3"}

[dev-packages]
114 changes: 60 additions & 54 deletions src/opendata/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/opendata/settings.yaml
Original file line number Diff line number Diff line change
@@ -27,7 +27,9 @@ default:

# Sentry
sentry_dsn: null
sentry_enable_tracing: true
sentry_traces_sample_rate: 1.0
sentry_profiles_sample_rate: 1.0

# Pyinstrument
profiling: false

0 comments on commit c9ffa46

Please sign in to comment.