Skip to content

Commit

Permalink
build(deps): bump pandas from 2.2.2 to 2.2.3 (#246)
Browse files Browse the repository at this point in the history
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.2...v2.2.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 50e792d commit c994ded
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 32 deletions.
75 changes: 44 additions & 31 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log_cli_level = "INFO"

[tool.poetry.dependencies]
python = ">=3.11.0,<3.13.0"
pandas = "^2.2.0"
pandas = "^2.2.3"
advertools = "^0.14.1"
xmltodict = "^0.13.0"
sqlalchemy = "^2.0.35"
Expand Down

1 comment on commit c994ded

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
postgres
   insert_data.py43784%36–38, 56–58, 63
   insert_existing_data_example.py19384%25–27
postgres/schemas
   models.py1501093%124–131, 143–144, 202–203, 217–218
quotaclimat/data_ingestion
   scrap_sitemap.py1341787%27–28, 33–34, 66–71, 95–97, 138–140, 202, 223–228
quotaclimat/data_ingestion/ingest_db
   ingest_sitemap_in_db.py553733%21–42, 45–58, 62–73
quotaclimat/data_ingestion/scrap_html
   scrap_description_article.py36392%19–20, 32
quotaclimat/data_processing/mediatree
   api_import.py21413537%44–48, 53–72, 76–79, 85, 88–130, 136–151, 156, 169–181, 185–191, 204–216, 219–223, 229, 265–266, 269–305, 308–310
   channel_program.py1625864%28–30, 41–43, 60–61, 64–66, 100, 112, 117–119, 164–205
   config.py15287%7, 16
   detect_keywords.py209896%220, 278–285
   update_pg_keywords.py624527%14–107, 130, 137–141, 164–190, 197
   utils.py702269%28–52, 55, 64, 85–86
quotaclimat/utils
   healthcheck_config.py291452%22–24, 27–38
   logger.py241154%22–24, 28–37
   sentry.py11282%22–23
TOTAL125937470% 

Tests Skipped Failures Errors Time
89 0 💤 0 ❌ 0 🔥 1m 42s ⏱️

Please sign in to comment.