Skip to content

Commit

Permalink
Merge #225
Browse files Browse the repository at this point in the history
225: Update importlib_metadata to 3.3.0 r=duckinator a=pyup-bot


This PR updates [importlib_metadata](https://pypi.org/project/importlib_metadata) from **3.1.1** to **3.3.0**.



<details>
  <summary>Changelog</summary>
  
  
   ### 3.3.0
   ```
   ======

* * 265: ``EntryPoint`` objects now expose a ``.dist`` object
  referencing the ``Distribution`` when constructed from a
  Distribution.
   ```
   
  
  
   ### 3.2.0
   ```
   ======

* The object returned by ``metadata()`` now has a
  formally-defined protocol called ``PackageMetadata``
  with declared support for the ``.get_all()`` method.
  Fixes 126.
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/importlib-metadata
  - Changelog: https://pyup.io/changelogs/importlib-metadata/
  - Repo: https://github.com/python/importlib_metadata
</details>



Co-authored-by: pyup-bot <github-bot@pyup.io>
  • Loading branch information
bors[bot] and pyup-bot authored Dec 14, 2020
2 parents 9329e64 + 1755624 commit 3f13e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install_requires =
twine==3.2.0
click==7.1.2
coloredlogs==15.0
importlib_metadata==3.1.1
importlib_metadata==3.3.0

tests_require =
bork[testing]
Expand Down

0 comments on commit 3f13e80

Please sign in to comment.