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

Initial Update #2

Merged
merged 2 commits into from
Jun 24, 2022
Merged

Initial Update #2

merged 2 commits into from
Jun 24, 2022

Conversation

pyup-bot
Copy link
Collaborator

This PR sets up pyup.io on this repo and updates all dependencies at once, in a single branch.

Subsequent pull requests will update one dependency at a time, each in their own branch. If you want to start with that right away, simply close this PR.

Update pygeoif from 0.6 to 0.7.

Changelog

0.7

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

- fix broken multipolygon [mindflayer]
- add "bbox" to `__geo_interface__` output [jzmiller1]
Links

Update requests-oauthlib from 0.6.1 to 1.0.0.

Changelog

1.0.0

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

- **Removed support for Python 2.6 and Python 3.3.**
This project now supports Python 2.7, and Python 3.4 and above.
- Added several examples to the documentation.
- Added plentymarkets compliance fix.
- Added a ``token`` property to OAuth1Session, to match the corresponding
``token`` property on OAuth2Session.

0.8.0

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

- Added Fitbit compliance fix.
- Fixed an issue where newlines in the response body for the access token
request would cause errors when trying to extract the token.
- Fixed an issue introduced in v0.7.0 where users passing ``auth`` to several
methods would encounter conflicts with the ``client_id`` and
``client_secret``-derived auth. The user-supplied ``auth`` argument is now
used in preference to those options.

0.7.0

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

- Allowed ``OAuth2Session.request`` to take the ``client_id`` and
``client_secret`` parameters for the purposes of automatic token refresh,
which may need them.

0.6.2

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

- Use ``client_id`` and ``client_secret`` for the Authorization header if
provided.
- Allow explicit bypass of the Authorization header by setting ``auth=False``.
- Pass through the ``proxies`` kwarg when refreshing tokens.
- Miscellaneous cleanups.
Links

@codecov
Copy link

codecov bot commented Sep 21, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #2   +/-   ##
=======================================
  Coverage   96.44%   96.44%           
=======================================
  Files           3        3           
  Lines         309      309           
=======================================
  Hits          298      298           
  Misses         11       11

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 0a07de3...0889665. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.44% when pulling 0889665 on pyup-initial-update into 0a07de3 on master.

@cleder cleder merged commit 7409d8c into master Jun 24, 2022
@cleder cleder deleted the pyup-initial-update branch June 24, 2022 18:52
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.

3 participants