Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump psycopg-pool from 3.2.1 to 3.2.2 #771

Merged
merged 1 commit into from
May 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps psycopg-pool from 3.2.1 to 3.2.2.

Commits
  • a7f632e chore: bump psycopg_pool package version to 3.2.2
  • 7c484e8 Merge branch 'pool-empty-query-check' into maint-pool-3.2
  • 6877fca docs(pool): mention running an empty query on check in news file
  • a570913 refactor(pool): replace --ping with empty string
  • 755d775 perf(pool): replace SELECT 1 with an empty query
  • 261cb58 fix(pool): avoid possible deadlock (until timeout) on pool closing
  • f966528 fix(pool): make sure there are no connection in the pool after close()
  • f8060a4 test(pool): more lenient timeout in reconnect test timings
  • 0d1b355 Merge branch 'async-to-sync-jobs' into maint-pool-3.2
  • b59fc60 feat(tools): check last modification times in async_to_sync.py
  • 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 [psycopg-pool](https://github.com/psycopg/psycopg) from 3.2.1 to 3.2.2.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@pool-3.2.1...pool-3.2.2)

---
updated-dependencies:
- dependency-name: psycopg-pool
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 13, 2024
Copy link

Eco-CI Output:

Label 🖥 avg. CPU utilization [%] 🔋 Total Energy [Joules] 🔌 avg. Power [Watts] Duration [Seconds]
Total Run 23.601 1277.97 3.59992 363
Measurement #1 23.871 1277.97 3.59992 355

📈 Energy graph:

 
 8.18 ┤                                                                                                    ╭──╮
 7.54 ┤                                                                                                    │  │
 6.90 ┤                                                                                                    │  │
 6.26 ┤                                                                             ╭╮            ╭╮╭╮    ╭╯  │
 5.62 ┤                                                                             ││            │╰╯│   ╭╯   │
 4.97 ┤                        ╭╮           ╭─╮                                    ╭╯│    ╭╮      │  ╰─╮╭╯    ╰╮
 4.33 ┤     ╭╮                 │╰╮          │ │                                    │ │╭───╯│      │    ╰╯      │     ╭╮    ╭╮
 3.69 ┤    ╭╯╰─────────────────╯ ╰──────────╯ ╰────────────────────────────────────╯ ╰╯    ╰╮    ╭╯            │    ╭╯╰────╯╰──╮         ╭╮          ╭╮ ╭────╮╭─────────────────────────────────────────────────╮                   ╭──────────╮╭─────────────────────────────────────────────────────────────────╮ ╭────────────╮╭───────╮╭────╮╭───────────────────────
 3.05 ┤    │                                                                                │    │             │    │          ╰╮        │╰─╮        ││ │    ╰╯                                                 │                   │          ││                                                                 │ │            ╰╯       ╰╯    ╰╯
 2.41 ┤    │                                                                                │    │             │    │           │       ╭╯  │        ││ │                                                       │                   │          ││                                                                 │ │
 1.77 ┼────╯                                                                                ╰────╯             ╰────╯           ╰───────╯   ╰────────╯╰─╯                                                       ╰───────────────────╯          ╰╯                                                                 ╰─╯
                                                                                                                                                                                 Watts over time

🌳 CO2 Data:
City: Boydton, Lat: 36.677696, Lon: -78.37471
Carbon Intensity for this location: 325 gCO₂eq/kWh
SCI: 0.415340 gCO₂eq / pipeline run emitted

@ArneTR ArneTR merged commit 41e28ec into main May 13, 2024
4 checks passed
@ArneTR ArneTR deleted the dependabot/pip/main/psycopg-pool-3.2.2 branch May 13, 2024 11:55
ArneTR added a commit that referenced this pull request May 13, 2024
* main: (206 commits)
  Bump psycopg-pool from 3.2.1 to 3.2.2 (#771)
  Event listener most be removed after repaint as it might trigger too often
  Bump redis from 5.0.3 to 5.0.4 (#756)
  Bump orjson from 3.10.2 to 3.10.3 (#764)
  Bump schema from 0.7.5 to 0.7.7 (#765)
  Added more sanity checks for duplicate and wrong container names; Added also better error display if docker container boot failed (#762)
  Bump tqdm from 4.66.2 to 4.66.4 (#760)
  Bump orjson from 3.10.1 to 3.10.2 (#759)
  Bump fastapi from 0.110.2 to 0.110.3 (#758)
  Updated XGBoost
  Bump green-coding-solutions/eco-ci-energy-estimation from 2 to 3 (#754)
  Eco-CI must render even for old data
  CI Badge in Readme update
  Bump orjson from 3.10.0 to 3.10.1 (#747)
  Bump aiohttp from 3.9.4 to 3.9.5 (#749)
  Bump fastapi from 0.110.1 to 0.110.2 (#751)
  Added run_id to cluster error
  Added basic optimizations (#752)
  Redis must restart when docker agent receives sigint
  Added reduced mail to client also in cluster
  ...
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant