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

Scheduled weekly dependency update for week 06 #376

Merged
merged 8 commits into from
Feb 10, 2022

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Feb 7, 2022

Update boto3 from 1.20.41 to 1.20.49.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update botocore from 1.23.41 to 1.23.49.

Changelog

1.23.49

=======

* api-change:``athena``: You can now optionally specify the account ID that you expect to be the owner of your query results output location bucket in Athena. If the account ID of the query results bucket owner does not match the specified account ID, attempts to output to the bucket will fail with an S3 permissions error.
* api-change:``rds``: updates for RDS Custom for Oracle 12.1 support
* api-change:``lakeformation``: Add support for calling Update Table Objects without a TransactionId.

1.23.48

=======

* api-change:``ec2``: adds support for AMIs in Recycle Bin
* api-change:``robomaker``: The release deprecates the use various APIs of RoboMaker Deployment Service in favor of AWS IoT GreenGrass v2.0.
* api-change:``meteringmarketplace``: Add CustomerAWSAccountId to ResolveCustomer API response and increase UsageAllocation limit to 2500.
* api-change:``rbin``: Add EC2 Image recycle bin support.

1.23.47

=======

* api-change:``emr``: Update emr client to latest version
* api-change:``personalize``: Adding minRecommendationRequestsPerSecond attribute to recommender APIs.
* enhancement:Request headers: Adding request headers with retry information.
* api-change:``appflow``: Launching Amazon AppFlow Custom Connector SDK.
* api-change:``dynamodb``: Documentation update for DynamoDB Java SDK.
* api-change:``iot``: This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID.
* api-change:``comprehend``: Amazon Comprehend now supports sharing and importing custom trained models from one AWS account to another within the same region.
* api-change:``ce``: Doc-only update for Cost Explorer API that adds INVOICING_ENTITY dimensions
* api-change:``fis``: Added GetTargetResourceType and ListTargetResourceTypesAPI actions. These actions return additional details about resource types and parameters that can be targeted by FIS actions. Added a parameters field for the targets that can be specified in experiment templates.
* api-change:``es``: Allows customers to get progress updates for blue/green deployments
* api-change:``glue``: Launch Protobuf support for AWS Glue Schema Registry
* api-change:``elasticache``: Documentation update for AWS ElastiCache

1.23.46

=======

* api-change:``appconfigdata``: Documentation updates for AWS AppConfig Data.
* api-change:``athena``: This release adds a field, AthenaError, to the GetQueryExecution response object when a query fails.
* api-change:``appconfig``: Documentation updates for AWS AppConfig
* api-change:``cognito-idp``: Doc updates for Cognito user pools API Reference.
* api-change:``secretsmanager``: Feature are ready to release on Jan 28th
* api-change:``sagemaker``: This release added a new NNA accelerator compilation support for Sagemaker Neo.

1.23.45

=======

* api-change:``ec2``: X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth
* api-change:``kafka``: Amazon MSK has updated the CreateCluster and UpdateBrokerStorage API that allows you to specify volume throughput during cluster creation and broker volume updates.
* api-change:``connect``: This release adds support for configuring a custom chat duration when starting a new chat session via the StartChatContact API. The default value for chat duration is 25 hours, minimum configurable value is 1 hour (60 minutes) and maximum configurable value is 7 days (10,080 minutes).
* api-change:``amplify``: Doc only update to the description of basicauthcredentials to describe the required encoding and format.
* api-change:``opensearch``: Allows customers to get progress updates for blue/green deployments

1.23.44

=======

* api-change:``frauddetector``: Added new APIs for viewing past predictions and obtaining prediction metadata including prediction explanations: ListEventPredictions and GetEventPredictionMetadata
* api-change:``ebs``: Documentation updates for Amazon EBS Direct APIs.
* api-change:``codeguru-reviewer``: Added failure state and adjusted timeout in waiter
* api-change:``securityhub``: Adding top level Sample boolean field
* api-change:``sagemaker``: API changes relating to Fail steps in model building pipeline and add PipelineExecutionFailureReason in PipelineExecutionSummary.

1.23.43

=======

* api-change:``fsx``: This release adds support for growing SSD storage capacity and growing/shrinking SSD IOPS for FSx for ONTAP file systems.
* api-change:``efs``: Update efs client to latest version
* api-change:``connect``: This release adds support for custom vocabularies to be used with Contact Lens. Custom vocabularies improve transcription accuracy for one or more specific words.
* api-change:``guardduty``: Amazon GuardDuty expands threat detection coverage to protect Amazon Elastic Kubernetes Service (EKS) workloads.

1.23.42

=======

* api-change:``route53-recovery-readiness``: Updated documentation for Route53 Recovery Readiness APIs.
Links

Update dash from 2.0.0 to 2.1.0.

Changelog

2.1.0

- New `icicle` trace type.
 - New `legendrank` trace attribute.
 - Several other additions and bug fixes.
Links

Update dash-bootstrap-components from 1.0.2 to 1.0.3.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update humanize from 3.13.1 to 3.14.0.

Changelog

3.14.0

Changed

* Don't deprecate `time.Unit` enumeration (252) hugovk
* Use `humanize.intcomma` to format years in `time` module (246) carterbox

Deprecated

* Deprecate `when` parameter of `naturaldelta` (248) carterbox
Links

Update MetPy from 1.1.0 to 1.2.0.

Changelog

1.2.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

Highlights
* Added K-Index and Totals Totals sounding index functions
* Added wind gusts to parse METAR output
* Significant performance increase for moist lapse and a variety of related functions
* GEMPAK sounding reader is much faster now
* Fixed SkewT compatibility with Matplotlib 3.5
* Fixes for a variety of edge cases in `moist_lapse`
* Variety of bugs fixed in METAR and GEMPAK readers
* Full support for Python 3.10

New Features 🎉
* Add K Index calculate function. by C2oWisComing in https://github.com/Unidata/MetPy/pull/1990
* SPC convective outlook example by 23ccozad in https://github.com/Unidata/MetPy/pull/2021
* Add a fixture that provides numpy, masked, and dask array functions by rpmanser in https://github.com/Unidata/MetPy/pull/1935
* NHC wind probabilities example by 23ccozad in https://github.com/Unidata/MetPy/pull/2034
* Add TT, VT and CT calculate function. by C2oWisComing in https://github.com/Unidata/MetPy/pull/2113
Enhancements 😄
* Avoid error when wind and vis groups are in the wrong order by sgdecker in https://github.com/Unidata/MetPy/pull/2019
* Documentation equation improvements by dopplershift in https://github.com/Unidata/MetPy/pull/2035
* Improve the error message when metpy_crs is missing by sgdecker in https://github.com/Unidata/MetPy/pull/2056
* Add note showing real-world case to upper-air example by sgdecker in https://github.com/Unidata/MetPy/pull/2054
* Infer name of station ID key in add_station_lat_lon by sgdecker in https://github.com/Unidata/MetPy/pull/2053
* Add wind gusts to parsed METAR output by dopplershift in https://github.com/Unidata/MetPy/pull/2076
* Fix lifted_index cannot calculate when data at 500 hpa is missing by C2oWisComing in https://github.com/Unidata/MetPy/pull/2110
* Doc fixes in kinematics.py by sgdecker in https://github.com/Unidata/MetPy/pull/2168
* allow range for contours by kgoebber in https://github.com/Unidata/MetPy/pull/2152
* add smoothing for declarative by kgoebber in https://github.com/Unidata/MetPy/pull/2156
* Readme Tweaks by dopplershift in https://github.com/Unidata/MetPy/pull/2206
* Add zoom interpolation function by kgoebber in https://github.com/Unidata/MetPy/pull/2155
* Add description of `scale` to declarative tutorial by sgdecker in https://github.com/Unidata/MetPy/pull/2273
* Refactor moist_lapse by dopplershift in https://github.com/Unidata/MetPy/pull/2263
* Validate declarative interface attributes by sgdecker in https://github.com/Unidata/MetPy/pull/2170
Bugs Fixed 🐛
* Swap "See Also" and "Notes" section in docs by brianlo747 in https://github.com/Unidata/MetPy/pull/2036
* Clarify degree to which DDT is implemented by sgdecker in https://github.com/Unidata/MetPy/pull/2048
* Fix name of time_window attribute in declarative tutorial by sgdecker in https://github.com/Unidata/MetPy/pull/2058
* Fix UnboundLocalError in snxarray by nawendt in https://github.com/Unidata/MetPy/pull/2057
* Add argument name check in preprocess_and_wrap, and fix dewpoint_from_specific_humidity by jthielen in https://github.com/Unidata/MetPy/pull/2073
* Fix broken links in GEMPAK Comparison Guide by sgdecker in https://github.com/Unidata/MetPy/pull/2085
* Allow adjacent points in sounding to have the same pressure by sgdecker in https://github.com/Unidata/MetPy/pull/2089
* A couple of doc fixes by dopplershift in https://github.com/Unidata/MetPy/pull/2068
* Store grid mapping on metpy_crs coord rather than DataArray attrs in GEMPAK reader by jthielen in https://github.com/Unidata/MetPy/pull/2066
* Updated URL for beginner issues by wxman22 in https://github.com/Unidata/MetPy/pull/2114
* Convert instances of boolean indexing to ndarrays to pass dask tests in basic module by rpmanser in https://github.com/Unidata/MetPy/pull/2090
* fix bug 2137 use scale with barbs by kgoebber in https://github.com/Unidata/MetPy/pull/2140
* Fix plot_kwargs bug by kgoebber in https://github.com/Unidata/MetPy/pull/2148
* Fix incorrect name in Declarative Tutorial by sgdecker in https://github.com/Unidata/MetPy/pull/2172
* Correct docs for search_radius in interpolate functions by dopplershift in https://github.com/Unidata/MetPy/pull/2184
* Correct array shape typos in natural_neighbor_to_grid by jthielen in https://github.com/Unidata/MetPy/pull/2216
* Fix GEMPAK date parsing by sgdecker in https://github.com/Unidata/MetPy/pull/2231
* BUG: Fix handling of reference level for moist_lapse (Fixes 2128) by dopplershift in https://github.com/Unidata/MetPy/pull/2239
* Update stations.txt by russ-schumacher in https://github.com/Unidata/MetPy/pull/2274
* Handle truncated vertical visibility by sgdecker in https://github.com/Unidata/MetPy/pull/2270
* Unit support for interpolation functions by dopplershift in https://github.com/Unidata/MetPy/pull/2271
Other Changes
* Denote unused return value as such by dopplershift in https://github.com/Unidata/MetPy/pull/2026
* Misc cleanups by dopplershift in https://github.com/Unidata/MetPy/pull/2029
* `CITATION.cff` 1.2.0 by dcamron in https://github.com/Unidata/MetPy/pull/2143
* Ejssm citations by dcamron in https://github.com/Unidata/MetPy/pull/2142
* Python 3.10 by dopplershift in https://github.com/Unidata/MetPy/pull/2177
* run conda tests on python 3.10 by akrherz in https://github.com/Unidata/MetPy/pull/2214
* Matplotlib Updates by dopplershift in https://github.com/Unidata/MetPy/pull/2179
* Fix linkchecker build by dopplershift in https://github.com/Unidata/MetPy/pull/2221
* Ignore flaky AMS meeting link by dopplershift in https://github.com/Unidata/MetPy/pull/2223
* DOC: Fix redirecting link (Fixes 2234) by dopplershift in https://github.com/Unidata/MetPy/pull/2236
* Reduce warning to a debug log message by dopplershift in https://github.com/Unidata/MetPy/pull/2241
* MNT: Update test images by dopplershift in https://github.com/Unidata/MetPy/pull/2249
* Sourcery refactored main branch by sourcery-ai in https://github.com/Unidata/MetPy/pull/1848
* Replace pytest.warns(None) by dopplershift in https://github.com/Unidata/MetPy/pull/2245
* Fix up xarray doc links redirecting by dopplershift in https://github.com/Unidata/MetPy/pull/2260
* Math tweaks by dopplershift in https://github.com/Unidata/MetPy/pull/2261
* Add `__repr__` to TreeNode objects by sgdecker in https://github.com/Unidata/MetPy/pull/2269
* support versions like x.y in docs/conf.py by akrherz in https://github.com/Unidata/MetPy/pull/2291
* Improve some thermo calculation bottlenecks by refactoring how units are handled by jthielen in https://github.com/Unidata/MetPy/pull/2064

New Contributors
* C2oWisComing made their first contribution in https://github.com/Unidata/MetPy/pull/1990
* brianlo747 made their first contribution in https://github.com/Unidata/MetPy/pull/2036
* wxman22 made their first contribution in https://github.com/Unidata/MetPy/pull/2114
* russ-schumacher made their first contribution in https://github.com/Unidata/MetPy/pull/2274

**Full Changelog**: https://github.com/Unidata/MetPy/compare/v1.1.0...v1.2.0
Links

Update phonenumbers from 8.12.41 to 8.12.42.

Changelog

8.12.42

Metadata changes:
- Updated phone metadata for region code(s):
BG, BI, CF, DZ, GF, GP, HK, IR, MA, MQ, MW, PK, PL, PM, QA, TJ
- Updated short number metadata for region code(s):
AG, AI, AS, BB, BM, BS, CA, DM, DO, GD, GU, JM, KN, KY, LC, MP, MS, PR, SX,
TC, TT, US, VC, VG, VI
- Updated geocoding data for country calling code(s): 61 (en), 213 (en)
- Updated carrier data for country calling code(s):
45 (en), 48 (en), 57 (en), 98 (en, fa), 236 (en), 243 (en), 257 (en),
420 (en), 421 (en), 508 (en), 675 (en), 852 (en, zh), 974 (en), 992 (en)
Links

Update pycryptodome from 3.13.0 to 3.14.1.

Changelog

3.14.1

++++++++++++++++++++++++++

Resolved issues
---------------
* GH595: Fixed memory leak for GMP integers.
Thanks to Witalij Siebert and Pablo Quílez.

3.14.0

++++++++++++++++++++++++++

New features
------------
* Add support for curve NIST P-192.
Links

Update pycryptodomex from 3.13.0 to 3.14.1.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update sentry-sdk from 1.5.3 to 1.5.4.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update tableauhyperapi from 0.0.14109 to 0.0.14265.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update Twisted from 21.7.0 to 22.1.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update web3 from 5.26.0 to 5.27.0.

Changelog

5.27.0

--------------------

Features
~~~~~~~~

- Added Async functions for Geth TxPool (`1413
<https://github.com/ethereum/web3.py/issues/1413>`__)
- external modules are no longer required to inherit from the
``web3.module.Module`` class (`2304
<https://github.com/ethereum/web3.py/issues/2304>`__)
- Add async `eth.get_logs` method (`2310
<https://github.com/ethereum/web3.py/issues/2310>`__)
- add Async access to `default_account` and `default_block` (`2315
<https://github.com/ethereum/web3.py/issues/2315>`__)
- Update eth-tester and eth-account dependencies to pull in bugfix from
eth-keys (`2320 <https://github.com/ethereum/web3.py/issues/2320>`__)


Bugfixes
~~~~~~~~

- Fixed issues with parsing tuples and nested tuples in event logs (`2211
<https://github.com/ethereum/web3.py/issues/2211>`__)
- In ENS the contract function to resolve an ENS address was being called twice
in error. One of those calls was removed. (`2318
<https://github.com/ethereum/web3.py/issues/2318>`__)
- ``to_hexbytes`` block formatters no longer throw when value is ``None``
(`2321 <https://github.com/ethereum/web3.py/issues/2321>`__)


Improved Documentation
~~~~~~~~~~~~~~~~~~~~~~

- fix typo in `eth.account` docs (`2111
<https://github.com/ethereum/web3.py/issues/2111>`__)
- explicitly add `output_values` to contracts example (`2293
<https://github.com/ethereum/web3.py/issues/2293>`__)
- update imports for `AsyncHTTPProvider` sample code (`2302
<https://github.com/ethereum/web3.py/issues/2302>`__)
- fixed broken link to filter schema (`2303
<https://github.com/ethereum/web3.py/issues/2303>`__)
- add github link to the main docs landing page (`2313
<https://github.com/ethereum/web3.py/issues/2313>`__)
- fix typos and update referenced `geth` version (`2326
<https://github.com/ethereum/web3.py/issues/2326>`__)


Misc
~~~~

- `2217 <https://github.com/ethereum/web3.py/issues/2217>`__
Links

Update mimesis from 5.2.1 to 5.3.0.

Changelog

5.3.0

-------------

**Added**:

- Added method ``to_pickle()``, ``to_json()`` and ``to_csv()`` for ``schema.Schema``.


**Optimizations**:

- Significantly improved performance of ``shortcuts.romanize()``
- Use ``random.choices()`` to generate random strings instead of ``random.choice()`` for selecting individual characters. This can lead to a significant speed up, but will also change the reproducibility of values when upgrading to this version as the two methods use different algorithms.
- Optimized ``Address.latitude()``, ``Address.longitude()``, and ``Address.coordinates()`` when passing ``dms=True``.
- Optimized ``Development.version()``.

**Fixed**:

- Fix duplication of parameter name on using ``Internet.query_parameter()`` (See `1177 <https://github.com/lk-geimfari/mimesis/issues/1177>`_).
- Fix reseeding of the random generator of ``Generic``. This was a regression in v5.1.0. (See `1150 <https://github.com/lk-geimfari/mimesis/issues/1150>`_).
- ``Development.version()`` now supports use of both the ``calver`` and ``pre_release`` flags together.
- Providers now have an isolated ``random`` instance when using a seed of ``None``.
Links

@bwoodsend
Copy link
Member

I'm already midway through fixing the pytest runner issue.

@bwoodsend bwoodsend force-pushed the pyup-scheduled-update-2022-02-07 branch from 031407c to 6ed2bfa Compare February 9, 2022 22:17
@bwoodsend bwoodsend merged commit a8acd74 into master Feb 10, 2022
@bwoodsend bwoodsend deleted the pyup-scheduled-update-2022-02-07 branch February 10, 2022 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants