Daniel Thorn
83985958d9
Generate requirements with python 3.8 ( #1021 )
...
and enforce via CI
2020-06-01 11:44:11 -07:00
Anna Scholtz
270c60911e
Fix dependencies
2020-05-28 14:12:24 -07:00
Anna Scholtz
72a60c3bb3
Fix tests
2020-05-28 14:12:24 -07:00
Anna Scholtz
ac6cb9ddaa
Create tasks with validation
2020-05-28 14:12:24 -07:00
Anna Scholtz
1116be16b6
Pull in telemetry-airflow
2020-05-28 14:12:24 -07:00
Daniel Thorn
a08fa06b69
update dependencies ( #994 )
...
also fix unregistered marker warnings
also fix new lint errors
2020-05-20 15:55:17 -07:00
dependabot-preview[bot]
38c1947bdc
Bump pytest from 5.3.5 to 5.4.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.3.5 to 5.4.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.3.5...5.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-08 16:39:32 -04:00
dependabot-preview[bot]
9f1655972c
Bump sqlparse from 0.3.0 to 0.3.1
...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse ) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases )
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG )
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.3.0...0.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-08 15:51:15 -04:00
Anna Scholtz
74cf1a4cbd
Use streaming for converting ndjson to json
2020-03-31 13:28:45 -07:00
Anna Scholtz
438b87a6da
Add tests for publishing json
2020-03-31 13:28:45 -07:00
Anna Scholtz
825b6ccf0e
Update entrypoint and format ndjson to json
2020-03-31 13:28:45 -07:00
Daniel Thorn
2310c6786a
Fix requirements.txt by generating from python 3.8 ( #838 )
2020-03-18 15:52:00 -07:00
Anthony Miyaguchi
4f0080559a
Add histograms to fenix glam etl ( #766 )
...
* Add initial template for histogram aggregates
* Factor out common functions and get all distributions
* Add viable query for histogram aggregates
* Add more efficient aggregation
* Update header and update comment
* Add code to generate clients daily histograms
* Add queries for generated sql
* Return non-zero exit code when histograms not found
* Delete empty queries to reduce data scanned
* Add non-zero exit code for scalars if probes are not found
* Sort histograms for stable output
* Add view for histogram aggregates
* Add initial sql for histogram aggregates
* Format template scripts
* Add mostly reformatted sql for aggregates
* Update histogram aggregates before adding statements
* Fix up details for daily aggregation
* Add completed histograms template
* Add code to generate clients histogram aggregates
* Add init for clients histogram aggregates
* Remove sample_id from set of attributes
* Add sections to run generated sql
* Add generated sql
* Remove extra latest_version columns
* Fix many small issues during first draft of sql
* Fix clients histogram aggregates
* Add initial modification to probe counts
* Add histogram bucket counts
* Add option to generate histogram probe counts
* Update generated_fenix_sql for histograms
* Add generated sql
* Update run_fenix_sql
* Fix bucket counts
* Update source table for probe counts
* Add missing ping_type to histograms
* Add first,last,num buckets
* Update probe counts so it succeeds
* Add mozilla_schema_generator to dependencies
* Add metadata from probe-info for custom distributions
* Update probe counts with metadata for custom distributions
* Add UDF for generating functional buckets
* Add proper bucketing by including range_max of measures
* Format histogram udfs
* Add updated templates to skip
* Add new queries to dryrun ignore
* Add view to the publish ignore list
* Fix python linting
* Remove old comments from probe counts
* Do not count metadata from custom distributions twice
* Remove sum from histogram aggregates
* Add generated SQL
* Add sample_id to histograms earlier in pipeline
* Add generated SQL
* Add comments to functional bucketing for metrics
2020-03-18 13:53:28 -07:00
dependabot-preview[bot]
907a860b97
Bump pytest-black from 0.3.7 to 0.3.8 ( #742 )
...
Bumps [pytest-black](https://github.com/shopkeep/pytest-black ) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/shopkeep/pytest-black/releases )
- [Commits](https://github.com/shopkeep/pytest-black/compare/0.3.7...0.3.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: Anthony Miyaguchi <acmiyaguchi@gmail.com>
2020-02-13 13:42:36 -08:00
dependabot-preview[bot]
4ed18beab1
Bump pytest from 5.3.2 to 5.3.5 ( #712 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.3.2 to 5.3.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.3.2...5.3.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-12 20:35:08 +01:00
Daniel Thorn
f3e11b4255
Use pip-compile instead of constraints.txt ( #736 )
...
* Fix docstyle check
* Use pip-compile instead of constraints.txt
2020-02-12 20:26:24 +01:00
Anthony Miyaguchi
cf511d8cc2
Add template for clients_scalar_aggregates ( #727 )
...
* Add initial moustache files for scalar_aggregates
* Add Jinja2 dependency
* Update templates with more parameters
* Add format clauses and add query to be formatted
* Add formatted sql
* Add generated sql
python -m bigquery_etl.glam.scalar_aggregates_incremental > sql/telemetry_derived/clients_scalar_aggregates_v1/query.sql
* Generalize clients_scalar_aggregates
* Refactor into attributes and attributes_list
* Add generated sql for generalized query
* Add glam templates to format_sql SKIP
* Fix dryrun by using AS and USING properly in sql
* Add generated sql
* Add instructions on adding new Python library
* Fix linting issues
* Use r""" for backslash in docstring
* Add Jinja2 dependencies to constraints.txt
* Document process for adding new Python dependencies
2020-02-12 09:43:37 -08:00
dependabot-preview[bot]
7615798e09
Bump pyyaml from 5.2 to 5.3 ( #647 )
2020-01-30 10:56:12 +00:00
dependabot-preview[bot]
7d0ea80920
Bump pytest-xdist from 1.30.0 to 1.31.0
...
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases )
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v1.30.0...v1.31.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-27 10:19:52 -05:00
dependabot-preview[bot]
009db768d9
Bump httplib2 from 0.14.0 to 0.15.0
...
Bumps [httplib2](https://github.com/httplib2/httplib2 ) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/httplib2/httplib2/releases )
- [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG )
- [Commits](https://github.com/httplib2/httplib2/compare/v0.14.0...v0.15.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-27 09:53:37 -05:00
dependabot-preview[bot]
c1eb04179c
Bump google-cloud-bigquery from 1.22.0 to 1.23.1
...
Bumps [google-cloud-bigquery](https://github.com/GoogleCloudPlatform/google-cloud-python ) from 1.22.0 to 1.23.1.
- [Release notes](https://github.com/GoogleCloudPlatform/google-cloud-python/releases )
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.22.0...bigquery-1.23.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-26 14:59:17 -05:00
dependabot-preview[bot]
3d2649349e
Bump pyyaml from 5.1.2 to 5.2
...
Bumps [pyyaml](https://github.com/yaml/pyyaml ) from 5.1.2 to 5.2.
- [Release notes](https://github.com/yaml/pyyaml/releases )
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES )
- [Commits](https://github.com/yaml/pyyaml/compare/5.1.2...5.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-26 14:56:31 -05:00
dependabot-preview[bot]
2f9725073c
Bump pytest from 5.3.0 to 5.3.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.3.0 to 5.3.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.3.0...5.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-18 11:36:11 -05:00
dependabot-preview[bot]
a07e5ffa33
Bump pytest from 5.2.3 to 5.3.0 ( #521 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.2.3 to 5.3.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.2.3...5.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-20 18:08:41 -05:00
dependabot-preview[bot]
9b93dcc03c
Bump pytest from 5.2.2 to 5.2.3 ( #509 )
...
* Bump pytest from 5.2.2 to 5.2.3
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.2.2...5.2.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump urllib3 from 1.25.6 to 1.25.7
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.25.6 to 1.25.7.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.6...1.25.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump google-cloud-bigquery from 1.21.0 to 1.22.0
Bumps [google-cloud-bigquery](https://github.com/GoogleCloudPlatform/google-cloud-python ) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/GoogleCloudPlatform/google-cloud-python/releases )
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.21.0...storage-1.22.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump google-auth from 1.7.0 to 1.7.1
Bumps [google-auth](https://github.com/GoogleCloudPlatform/google-auth-library-python ) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/GoogleCloudPlatform/google-auth-library-python/releases )
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/google-auth-library-python/compare/v1.7.0...v1.7.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-18 11:21:31 -05:00
dependabot-preview[bot]
aa19591fbc
Bump pytest-mypy from 0.4.1 to 0.4.2 ( #477 )
...
Bumps [pytest-mypy](https://github.com/dbader/pytest-mypy ) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/dbader/pytest-mypy/releases )
- [Changelog](https://github.com/dbader/pytest-mypy/blob/master/changelog.md )
- [Commits](https://github.com/dbader/pytest-mypy/compare/v0.4.1...v0.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-05 10:48:55 -05:00
dependabot-preview[bot]
e31a6e0da1
Bump pytest from 5.2.1 to 5.2.2 ( #449 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.2.1...5.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-25 09:05:03 -07:00
dependabot-preview[bot]
dae3f709e4
Bump google-cloud-bigquery from 1.20.0 to 1.21.0 ( #432 )
...
Bumps [google-cloud-bigquery](https://github.com/GoogleCloudPlatform/google-cloud-python ) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/GoogleCloudPlatform/google-cloud-python/releases )
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.20.0...bigquery-1.21.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-21 10:39:46 -07:00
dependabot-preview[bot]
b2f3fc81c0
Bump pytest from 5.2.0 to 5.2.1 ( #406 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.2.0...5.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-07 14:43:48 -07:00
dependabot-preview[bot]
d45401319a
Bump pytest-xdist from 1.29.0 to 1.30.0 ( #394 )
...
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases )
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v1.29.0...v1.30.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-02 10:00:04 -07:00
dependabot-preview[bot]
75c923896c
Bump pytest from 5.1.3 to 5.2.0 ( #392 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.1.3 to 5.2.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.1.3...5.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-30 17:14:11 -07:00
dependabot-preview[bot]
b08020b923
Bump httplib2 from 0.13.1 to 0.14.0 ( #387 )
...
Bumps [httplib2](https://github.com/httplib2/httplib2 ) from 0.13.1 to 0.14.0.
- [Release notes](https://github.com/httplib2/httplib2/releases )
- [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG )
- [Commits](https://github.com/httplib2/httplib2/compare/v0.13.1...v0.14.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-27 11:01:47 -07:00
dependabot-preview[bot]
93019d6c6d
Bump pytest from 5.1.2 to 5.1.3 ( #372 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.1.2...5.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 15:08:43 -07:00
dependabot-preview[bot]
3b58889cdb
Bump pytest-mypy from 0.4.0 to 0.4.1 ( #363 )
...
Bumps [pytest-mypy](https://github.com/dbader/pytest-mypy ) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/dbader/pytest-mypy/releases )
- [Changelog](https://github.com/dbader/pytest-mypy/blob/master/changelog.md )
- [Commits](https://github.com/dbader/pytest-mypy/compare/v0.4.0...v0.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 15:03:19 -07:00
dependabot-preview[bot]
a237e533e6
Bump google-cloud-bigquery from 1.19.0 to 1.20.0 ( #357 )
...
Bumps [google-cloud-bigquery](https://github.com/GoogleCloudPlatform/google-cloud-python ) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/GoogleCloudPlatform/google-cloud-python/releases )
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.19.0...bigquery-1.20.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 14:53:33 -07:00
dependabot-preview[bot]
cc5e46ad2f
Bump google-cloud-bigquery from 1.17.0 to 1.19.0
...
Bumps [google-cloud-bigquery](https://github.com/GoogleCloudPlatform/google-cloud-python ) from 1.17.0 to 1.19.0.
- [Release notes](https://github.com/GoogleCloudPlatform/google-cloud-python/releases )
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.17.0...storage-1.19.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-09 10:38:16 -04:00
dependabot-preview[bot]
dfdabe7d75
Bump pytest from 5.0.1 to 5.1.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.0.1 to 5.1.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.0.1...5.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-09 10:27:51 -04:00
dependabot-preview[bot]
1d5bf9dc63
Bump pytest-mypy from 0.3.3 to 0.4.0
...
Bumps [pytest-mypy](https://github.com/dbader/pytest-mypy ) from 0.3.3 to 0.4.0.
- [Release notes](https://github.com/dbader/pytest-mypy/releases )
- [Changelog](https://github.com/dbader/pytest-mypy/blob/master/changelog.md )
- [Commits](https://github.com/dbader/pytest-mypy/compare/v0.3.3...v0.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-09 09:46:44 -04:00
Anna Scholtz
9580029e20
UDF for unzipping gzipped bytes ( #272 )
...
* UDF for decompressing gzip data
* Update script for publishing UDFs to upload UDF dependency files
* Address review feedback for gunzip UDF
* Set default GCS bucket to moz-fx-data-prod-bigquery-etl
* Add function to upload UDF dependencies to GCS
* Set data-eng-circleci-tests context in CircleCI config
* Add approval step in CircleCI config
2019-08-26 10:53:06 -07:00
dependabot-preview[bot]
711ebe0bbb
Bump pyyaml from 5.1.1 to 5.1.2 ( #274 )
...
Bumps [pyyaml](https://github.com/yaml/pyyaml ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/yaml/pyyaml/releases )
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES )
- [Commits](https://github.com/yaml/pyyaml/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-06 10:16:47 -07:00
dependabot-preview[bot]
a9f1bd91bf
Bump google-cloud-bigquery from 1.16.0 to 1.17.0 ( #231 )
...
Bumps [google-cloud-bigquery](https://github.com/GoogleCloudPlatform/google-cloud-python ) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/GoogleCloudPlatform/google-cloud-python/releases )
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.16.0...bigquery-1.17.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-15 09:25:27 -07:00
dependabot-preview[bot]
ee50ffea96
Bump pytest from 5.0.0 to 5.0.1 ( #215 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.0.0...5.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-09 11:28:37 -07:00
dependabot-preview[bot]
ee554f1e72
Bump google-cloud-bigquery from 1.15.0 to 1.16.0 ( #213 )
...
Bumps [google-cloud-bigquery](https://github.com/GoogleCloudPlatform/google-cloud-python ) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/GoogleCloudPlatform/google-cloud-python/releases )
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.15.0...storage-1.16.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-03 09:49:42 -07:00
dependabot-preview[bot]
cff970b7c0
Bump pytest from 4.6.3 to 5.0.0 ( #208 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 4.6.3 to 5.0.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/4.6.3...5.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-01 08:59:14 -07:00
dependabot-preview[bot]
dd946f280b
Bump pytest-mypy from 0.3.2 to 0.3.3 ( #205 )
...
Bumps [pytest-mypy](https://github.com/dbader/pytest-mypy ) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/dbader/pytest-mypy/releases )
- [Changelog](https://github.com/dbader/pytest-mypy/blob/master/changelog.md )
- [Commits](https://github.com/dbader/pytest-mypy/compare/v0.3.2...v0.3.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-27 09:54:25 -07:00
dependabot-preview[bot]
8c0bf77118
Bump pytest-xdist from 1.28.0 to 1.29.0 ( #185 )
...
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) from 1.28.0 to 1.29.0.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases )
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v1.28.0...v1.29.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-19 08:56:18 -07:00
dependabot-preview[bot]
1aab2efef0
Bump google-cloud-bigquery from 1.14.0 to 1.15.0 ( #184 )
...
Bumps [google-cloud-bigquery](https://github.com/GoogleCloudPlatform/google-cloud-python ) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/GoogleCloudPlatform/google-cloud-python/releases )
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.14.0...storage-1.15.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-19 08:53:25 -07:00
dependabot-preview[bot]
47856ec5ea
Bump pytest from 4.5.0 to 4.6.3 ( #180 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 4.5.0 to 4.6.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/4.6.3/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/4.5.0...4.6.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-11 17:41:56 -07:00
dependabot-preview[bot]
9c21cf4eed
Bump pyyaml from 5.1 to 5.1.1 ( #178 )
...
Bumps [pyyaml](https://github.com/yaml/pyyaml ) from 5.1 to 5.1.1.
- [Release notes](https://github.com/yaml/pyyaml/releases )
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES )
- [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-11 17:33:35 -07:00
dependabot-preview[bot]
c1664574e9
Bump google-cloud-bigquery from 1.13.0 to 1.14.0 ( #176 )
...
Bumps [google-cloud-bigquery](https://github.com/GoogleCloudPlatform/google-cloud-python ) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/GoogleCloudPlatform/google-cloud-python/releases )
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.13.0...storage-1.14.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-06 20:39:28 -07:00