Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Update pip-api to 0.0.3 #1410

Closed
wants to merge 1 commit into from
Closed

Conversation

pyup-bot
Copy link
Contributor

This PR updates pip-api from 0.0.1 to 0.0.3.

Changelog

0.0.3

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

- Fixed issue where comments in requirements files were not being ignored (10)

0.0.2

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

- Add `pip_api.parse_requirements` (6)
- Add `pip_api.installed_distributions` (1)
- Add support for pip 10.0.0, 18.0, and 18.1, as well as Python 3.7 compatibility (3)
Links

@codecov-io
Copy link

codecov-io commented Oct 25, 2018

Codecov Report

Merging #1410 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1410   +/-   ##
=======================================
  Coverage   93.29%   93.29%           
=======================================
  Files          48       48           
  Lines        1730     1730           
  Branches      170      170           
=======================================
  Hits         1614     1614           
  Misses         93       93           
  Partials       23       23

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f954144...98f0558. Read the comment docs.

@pyup-bot
Copy link
Contributor Author

pyup-bot commented Nov 5, 2018

Closing this in favor of #1432

@pyup-bot pyup-bot closed this Nov 5, 2018
@jezdez jezdez deleted the pyup-update-pip-api-0.0.1-to-0.0.3 branch November 5, 2018 17:18
jezdez pushed a commit that referenced this pull request Jan 17, 2019
Bumps [prismjs](https://github.com/LeaVerou/prism) from 1.8.4 to 1.15.0.
<details>
<summary>Release notes</summary>

*Sourced from [prismjs's releases](https://github.com/LeaVerou/prism/releases).*

> ## v1.15.0
> No release notes provided.
> 
> ## v1.14.0
> Release 1.14.0
> 
> ## v1.13.0
> Release 1.13.0
> 
> ## v1.12.2
> Release 1.12.2
> 
> ## v1.12.1
> Release 1.12.1
> 
> ## v1.12.0
> Release 1.12.0
> 
> ## v1.11.0
> Release 1.11.0
> 
> ## v1.10.0
> Release 1.10.0
> 
> ## v1.9.0
> Release 1.9.0
</details>
<details>
<summary>Changelog</summary>

*Sourced from [prismjs's changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md).*

> ## 1.15.0 (2018-06-16)
> 
> ### New components
> 
> * __Template Tookit 2__ ([#1418](https://github-redirect.dependabot.com/PrismJS/prism/issues/1418)) [[`e063992`](PrismJS/prism@e063992)]
> * __XQuery__ ([#1411](https://github-redirect.dependabot.com/PrismJS/prism/issues/1411)) [[`e326cb0`](PrismJS/prism@e326cb0)]
> * __TAP__ ([#1430](https://github-redirect.dependabot.com/PrismJS/prism/issues/1430)) [[`8c2b71f`](PrismJS/prism@8c2b71f)]
> 
> ### Updated components
> 
> * __HTTP__
> 	* Absolute path is a valid request uri ([#1388](https://github-redirect.dependabot.com/PrismJS/prism/issues/1388)) [[`f6e81cb`](PrismJS/prism@f6e81cb)]
> * __Kotlin__
> 	* Add keywords of Kotlin and modify it's number pattern. ([#1389](https://github-redirect.dependabot.com/PrismJS/prism/issues/1389)) [[`1bf73b0`](PrismJS/prism@1bf73b0)]
> 	* Add `typealias` keyword ([#1437](https://github-redirect.dependabot.com/PrismJS/prism/issues/1437)) [[`a21fdee`](PrismJS/prism@a21fdee)]
> * __JavaScript
> 	* Improve Regexp pattern [[`5b043cf`](PrismJS/prism@5b043cf)]
> 	* Add support for one level of nesting inside template strings. Fix [#1397](https://github-redirect.dependabot.com/PrismJS/prism/issues/1397) [[`db2d0eb`](PrismJS/prism@db2d0eb)]
> * __Elixir__
> 	* Elixir: Fix attributes consuming punctuation. Fix [#1392](https://github-redirect.dependabot.com/PrismJS/prism/issues/1392) [[`dac0485`](PrismJS/prism@dac0485)]
> * __Bash__
> 	* Change reserved keyword reference ([#1396](https://github-redirect.dependabot.com/PrismJS/prism/issues/1396)) [[`b94f01f`](PrismJS/prism@b94f01f)]
> * __PowerShell__
> 	* Allow for one level of nesting in expressions inside strings. Fix [#1407](https://github-redirect.dependabot.com/PrismJS/prism/issues/1407) [[`9272d6f`](PrismJS/prism@9272d6f)]
> * __JSX__
> 	* Allow for two levels of nesting inside JSX tags. Fix [#1408](https://github-redirect.dependabot.com/PrismJS/prism/issues/1408) [[`f1cd7c5`](PrismJS/prism@f1cd7c5)]
> 	* Add support for fragments short syntax. Fix [#1421](https://github-redirect.dependabot.com/PrismJS/prism/issues/1421) [[`38ce121`](PrismJS/prism@38ce121)]
> * __Pascal__
> 	* Add `objectpascal` as an alias to `pascal` ([#1426](https://github-redirect.dependabot.com/PrismJS/prism/issues/1426)) [[`a0bfc84`](PrismJS/prism@a0bfc84)]
> * __Swift__
> 	* Fix Swift 'protocol' keyword ([#1440](https://github-redirect.dependabot.com/PrismJS/prism/issues/1440)) [[`081e318`](PrismJS/prism@081e318)]
> 
> ### Updated plugins
> 
> * __File Highlight__
> 	* Fix issue causing the Download button to show up on every code blocks. [[`cd22499`](PrismJS/prism@cd22499)]
> 	* Simplify lang regex on File Highlight plugin ([#1399](https://github-redirect.dependabot.com/PrismJS/prism/issues/1399)) [[`7bc9a4a`](PrismJS/prism@7bc9a4a)]
> * __Show Language__
> 	* Don't process language if block language not set ([#1410](https://github-redirect.dependabot.com/PrismJS/prism/issues/1410)) [[`c111869`](PrismJS/prism@c111869)]
> * __Autoloader__
> 	* ASP.NET should require C# [[`fa328bb`](PrismJS/prism@fa328bb)]
> * __Line Numbers__
> 	* Make line-numbers styles more specific ([#1434](https://github-redirect.dependabot.com/PrismJS/prism/issues/1434), [#1435](https://github-redirect.dependabot.com/PrismJS/prism/issues/1435)) [[`9ee4f54`](PrismJS/prism@9ee4f54)]
> 
> ### Updated themes
> 
> * Add .token.class-name to rest of themes ([#1360](https://github-redirect.dependabot.com/PrismJS/prism/issues/1360)) [[`f356dfe`](PrismJS/prism@f356dfe)]
> 
> ### Other changes
> 
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`7d084d5`](PrismJS/prism@7d084d5) 1.15.0
- [`5f04f4d`](PrismJS/prism@5f04f4d) Merge pull request [#1440](https://github-redirect.dependabot.com/LeaVerou/prism/issues/1440) from PrismJS/fix-solidity-protocol
- [`09b56af`](PrismJS/prism@09b56af) Merge pull request [#1430](https://github-redirect.dependabot.com/LeaVerou/prism/issues/1430) from PrismJS/add-tap
- [`41e3d6a`](PrismJS/prism@41e3d6a) Update minified files
- [`2c6b6a4`](PrismJS/prism@2c6b6a4) Fix Swift protocol test
- [`791f400`](PrismJS/prism@791f400) Add tests
- [`f2b1964`](PrismJS/prism@f2b1964) Add Chinese translation
- [`081e318`](PrismJS/prism@081e318) Fix Swift 'protocol' keyword
- [`f356dfe`](PrismJS/prism@f356dfe) Add .token.class-name to rest of themes ([#1360](https://github-redirect.dependabot.com/LeaVerou/prism/issues/1360))
- [`1595770`](PrismJS/prism@1595770) Merge branch 'gh-pages'
- Additional commits viewable in [compare view](PrismJS/prism@v1.8.4...v1.15.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=prismjs&package-manager=npm_and_yarn&previous-version=1.8.4&new-version=1.15.0)](https://dependabot.com/compatibility-score.html?dependency-name=prismjs&package-manager=npm_and_yarn&previous-version=1.8.4&new-version=1.15.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants