Skip to content

Bump the pip group in /app with 4 updates #40

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

Open
wants to merge 60 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 9, 2024

Bumps the pip group in /app with 4 updates: certifi, urllib3, wheel and zipp.

Updates certifi from 2024.6.2 to 2024.7.4

Commits

Updates urllib3 from 1.26.18 to 1.26.19

Release notes

Sourced from urllib3's releases.

1.26.19

🚀 urllib3 is fundraising for HTTP/2 support

urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support for 2023. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.

Thank you for your support.

Changes

  • Added the Proxy-Authorization header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect.

Full Changelog: urllib3/urllib3@1.26.18...1.26.19

Note that due to an issue with our release automation, no multiple.intoto.jsonl file is available for this release.

Changelog

Sourced from urllib3's changelog.

1.26.19 (2024-06-17)

  • Added the Proxy-Authorization header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect.
  • Fixed handling of OpenSSL 3.2.0 new error message for misconfiguring an HTTP proxy as HTTPS. ([#3405](https://github.com/urllib3/urllib3/issues/3405) <https://github.com/urllib3/urllib3/issues/3405>__)
Commits

Updates wheel from 0.37.1 to 0.38.1

Changelog

Sourced from wheel's changelog.

Release Notes

UNRELEASED

  • Canonicalize requirements in METADATA file (PR by Wim Jeantine-Glenn)

0.43.0 (2024-03-11)

  • Dropped support for Python 3.7
  • Updated vendored packaging to 24.0

0.42.0 (2023-11-26)

  • Allowed removing build tag with wheel tags --build ""
  • Fixed wheel pack and wheel tags writing updated WHEEL fields after a blank line, causing other tools to ignore them
  • Fixed wheel pack and wheel tags writing WHEEL with CRLF line endings or a mix of CRLF and LF
  • Fixed wheel pack --build-number "" not removing build tag from WHEEL (above changes by Benjamin Gilbert)

0.41.3 (2023-10-30)

  • Updated vendored packaging to 23.2
  • Fixed ABI tag generation for CPython 3.13a1 on Windows (PR by Sam Gross)

0.41.2 (2023-08-22)

  • Fixed platform tag detection for GraalPy and 32-bit python running on an aarch64 kernel (PR by Matthieu Darbois)
  • Fixed wheel tags to not list directories in RECORD files (PR by Mike Taves)
  • Fixed ABI tag generation for GraalPy (PR by Michael Simacek)

0.41.1 (2023-08-05)

  • Fixed naming of the data_dir directory in the presence of local version segment given via egg_info.tag_build (PR by Anderson Bravalheri)
  • Fixed version specifiers in Requires-Dist being wrapped in parentheses

0.41.0 (2023-07-22)

  • Added full support of the build tag syntax to wheel tags (you can now set a build tag like 123mytag)
  • Fixed warning on Python 3.12 about onerror deprecation. (PR by Henry Schreiner)
  • Support testing on Python 3.12 betas (PR by Ewout ter Hoeven)

0.40.0 (2023-03-14)

... (truncated)

Commits
  • 6f1608d Created a new release
  • cf8f5ef Moved news item from PR #484 to its proper place
  • 9ec2016 Removed install dependency on setuptools (#483)
  • 747e1f6 Fixed PyPy SOABI parsing (#484)
  • 7627548 [pre-commit.ci] pre-commit autoupdate (#480)
  • 7b9e8e1 Test on Python 3.11 final
  • a04dfef Updated the pypi-publish action
  • 94bb62c Fixed docs not building due to code style changes
  • d635664 Updated the codecov action to the latest version
  • fcb94cd Updated version to match the release
  • Additional commits viewable in compare view

Updates zipp from 3.6.0 to 3.19.1

Changelog

Sourced from zipp's changelog.

v3.19.1

Bugfixes

  • Improved handling of malformed zip files. (#119)

v3.19.0

Features

  • Implement is_symlink. (#117)

v3.18.2

No significant changes.

v3.18.1

No significant changes.

v3.18.0

Features

  • Bypass ZipFile.namelist in glob for better performance. (#106)
  • Refactored glob functionality to support a more generalized solution with support for platform-specific path separators. (#108)

Bugfixes

  • Add special accounting for pypy when computing the stack level for text encoding warnings. (#114)

v3.17.0

Features

... (truncated)

Commits

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

* Check for gaps in incremental snapshots (`functions.sh`)
* Define custom runtime config for each module (`run_local.sh`)
* Add functionality for removing failed incremental snapshots and
  extracting new_start_date for runtime_config (`run-local.sh` and
  `backfill_snapshots.py`)

Change-Id: Ibf5bb2359f2fbd7c0d66b7a189b9cda6b246a064
Change-Id: Iecc5e9da24bd5dc572dd258acf9c38197ad9ee77
Change-Id: If732cfb209961ea7695b459c0013c597ddde0c77
Change-Id: Ie044abde842f97fb7729441a4150a246e766bfb4
Change-Id: I154a790a5149dd7055e44cc845cf954287944e75
Change-Id: I15b24847c6ed0fde5dc670a5ae3f427f7f1000ba
Change-Id: Ib4b6681170de0ff85239a5935118863c7deb8e90
* Update `config.yaml.template` to be in the up-to-date state

Change-Id: Ic799d80814da61dd402b691e5c265c072551d147
Change-Id: I83c4ae851f656ff3e7e7e7ec1f7fe52a768ed2d3
Change-Id: I460de625d55e02c4aa64751b70d0b2088a2f6a30
Change-Id: Ibe705310daff382b7ea979b8afd172372bbd6b30
By specifying `gaarf.params.template.skan4` we can get renamed metric
names from Google Ads API.

Change-Id: If0250cd1c90d6675d802effa4bc16fb1affd4394
Change-Id: Iae17155dfb57b542422666259349ac39ee759830
Change-Id: I33e3b82d0dd57665ad235dd62e3e580fcf098e87
Change-Id: Ia549a7876c2c379f8646ea72e2a543c9eb9923f6
Change-Id: Id14b2976e26209d7233bd4dc90eed45e005c0ab0
Change-Id: I6e328cfcac8db2dc57d3bb3ec3ece1fa14104e3b
Change-Id: Ibc78782b938dcbfa855bb1c562d1f7c92ee4d1e8
Change-Id: I5902ea65dc35c89f84b61b5357017b36446a8fcc
Change-Id: I8661c6ed991b63e465640e13d236685b1ba2f983
Change-Id: Iecf4f4d2aebe1111afd21ab2c9e7ed7f40ca56de
Change-Id: I07dacb6c6a9d24abc0d4861a3ecd7dff6b468ab9
Change-Id: I90f047008e980c602c3df4dfe39ae9928c2b886e
Change-Id: Ibe154f9e78d9aae176a346cde06fdf66f7933d13
Change-Id: Id87480620c2d3365f1d40f459a7c8bd1e67ddd3e
Change-Id: I8f428dfa69bf312ec32a1258c8a7811ed732ac83
…tables

Change-Id: I2814dd05fc0e8d7b199de1de7a5886ad4c8f4781
Change-Id: Ie25156a814490c1986c0aee0452250844a1a86ce
Change-Id: Iee29aeb077e1e1ec42874f1a6cfb3dfac53bef8a
* Initial load and incremental saving should work with config
* Generate initial_date macro when defining the config
* Check incremental load only when not performing initial_load
* Infer initial_date from config when performing incremental_load_check

Change-Id: I87fcb6967501d223ecbc755cf8f34b54aa586e26
AndreyMarkinPPC and others added 27 commits May 30, 2024 14:36
* Don't ask for confirmation for resetting snapshot in quite mode.
* Provide better message for changing start_date when performing
  backfill of performance snapshots.
* Remove $runtime_config when running bq_queries

Change-Id: Iee37993bd9e1b75655d1619c50a2f0df91e36688
Logic for building performance snapshots should be the same of in
`incremental_load.sql`.

Change-Id: Ia2fa1f1249f6add6b0465c9fefbbf7618ce452c7
Change-Id: I1be10a4eb5efea49fd1a84c3f9cf81ba10b8dc0c
Change-Id: I7e418fbbe4b3a91fe0824915351ab1e96c1b2915
setup: added pubsub.publisher, run.invoker roles

Change-Id: I754cb93922968a92bfca3bd1d47b4ee126ac3e7f
Change-Id: I9041eb193b9270615c8596f470f23afe746f425a
Change-Id: Ia7aee154f4ba97e10cb59dfab044020e72e7b1c0
Change-Id: Ia7fa690ec92add9c827a37a7231c9ec18e6a6e4a
Change-Id: I44714f3fca4e699a1842d976cd7ffa3481da5d69
Change-Id: Ic4bb3ff18ff62dfbdb67e3128ef593c483325ca2
Change-Id: I3812f2f20d09e48f0a8a65461fc2ef78a94d4f19
Change-Id: I7099b6a0c643ed1ee8f10345424bc24f0736e701
Change-Id: I1394c14c124829f6af6239f4b6e98803ec31a0b1
Change-Id: If4467212bc61a253f4e538cb1d02f765398a231a
Change-Id: I0f2217237ec3d5d689fe188d980d45610689af12
Bump to google-ads-api-report-fetcher to 1.14.2

Change-Id: Ic20d758dcfa7c969746a3c5c5c19a6acf5fdd16c
* Don't remove files in cloud storage
* Copy only application files

Change-Id: I2d59f97acddefe35a2bb85a1bebae63d1ceca680
Change-Id: Id344b7c7940324451ecc0f578e7853a453b09d3d
Change-Id: I2ebac6dd3a9deeb42632831f45dfe71410e4fa9f
* Update test script to work with 17 version (remove deprecated v14)
* Update Github Actions workflow to work with version 15, 16, 17

Change-Id: I9d130fda4822d44d186bf7f2d6cbda5cb9c96df8
Change-Id: I0d566ae1d628866ac052f32deaca19df788b42b1
Update gaarf to 1.14.3 version

Change-Id: I61c180b3adf4f572bbd66bc55ef4148623517ec6
* Ensure that config is build only from gaarf_config argument
  (previously there were options from building from CLI)
* Switch to using BigQuery executor to execute queries (instead of
  helper method `writer_data_to_bq`
* Refactor bid_budgets snapshots backfilling into more granular methods
  * Verify that snapshots exists with `_get_bid_budgets_snapshots_dates`
  * Verify that snapshots are missing with
    `_get_bid_budges_snapshot_missing_dates`
  * Handle actual snapshot recovery with
    `restore_missing_bid_budget_snapshots`
    * Move core logic of actual recovery into
      `_restore_bid_budget_history`
  * Handle writing restored snapshots with
    `save_restored_change_history`
* Add tests for `_restore_bid_budget_history`
* Update documentation and module imports

Change-Id: Ia799f64c359aa541707a49f6553a3e56bfed8f5d
* Switch to new syntax of defining queries
* Extract common query customization logic into DateRangeQuery
* Format import
* Add missing docstrings

Change-Id: I71a0bec2398dd2e357ed5e3bcc3ff7535647abf4
* Ensure that config is build only from gaarf_config argument
* Switch to using BigQueryWriter instead of relying on
  `write_data_to_bq` helper method
* Simplify code in `conv_lag_adjustment`
* Return `GaarfReport` in src/conv_lag_builder.py` to simplify writing
* Format imports
* Add missing docstrings

Change-Id: I06b7712466c19a3bc27ad93754bdcf0c7010b903
* Limit backfilling of cohorts only to last 5 days
* Extract methods from `restore_missing_cohorts`:
  * `_get_asset_cohort_snapshots` - checks whether there are enough
    snapshots to perform backfill
  * `restore_missing_cohorts` - produces queries for backfilling cohorts
  * `save_restored_asset_cohort` - executes backfilling query
* Add tests

Change-Id: I996a60bcc9a7b46a57b1f273ef797068bba7b68b
Bumps the pip group in /app with 4 updates: [certifi](https://github.com/certifi/python-certifi), [urllib3](https://github.com/urllib3/urllib3), [wheel](https://github.com/pypa/wheel) and [zipp](https://github.com/jaraco/zipp).


Updates `certifi` from 2024.6.2 to 2024.7.4
- [Commits](certifi/python-certifi@2024.06.02...2024.07.04)

Updates `urllib3` from 1.26.18 to 1.26.19
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.18...1.26.19)

Updates `wheel` from 0.37.1 to 0.38.1
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.37.1...0.38.1)

Updates `zipp` from 3.6.0 to 3.19.1
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.6.0...v3.19.1)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: wheel
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: zipp
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 9, 2024
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.

2 participants