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

chore: Bump hypothesis from 5.38.0 to 5.38.1 #16

Merged
merged 2 commits into from
Oct 27, 2020

Conversation

dependabot-preview[bot]
Copy link

Bumps hypothesis from 5.38.0 to 5.38.1.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 5.38.1

This patch fixes "builds()", so that when passed "infer" for an argument with a non-"typing.Optional" type annotation and a default value of "None" to build a class which defines an explicit "signature" attribute, either "None" or that type may be generated.

This is unlikely to happen unless you are using pydantic (issue #2648).

The canonical version of these notes (with links) is on readthedocs.

Commits
  • fb63a09 Bump hypothesis-python version to 5.38.1 and update changelog
  • a476c80 Merge pull request #2649 from Zac-HD/signature-optional
  • 27cf0ee Release notes in PR builds
  • 4381620 None-aware signature override
  • See full diff in compare view

Dependabot compatibility score

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.

Dependabot commands and options

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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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:

  • Update frequency (including time of day and day of week)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 27, 2020
@dependabot-preview dependabot-preview bot requested a review from rvodden October 27, 2020 07:16
@codeclimate
Copy link

codeclimate bot commented Oct 27, 2020

Code Climate has analyzed commit a4e7eb9 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 67.4% (0.0% change).

View more on Code Climate.

@rvodden rvodden merged commit 2edc891 into master Oct 27, 2020
@rvodden rvodden deleted the dependabot/pip/hypothesis-5.38.1 branch October 27, 2020 08:49
rvodden pushed a commit that referenced this pull request Oct 28, 2020
* Bump hypothesis from 5.38.0 to 5.38.1

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.38.0 to 5.38.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.38.0...hypothesis-python-5.38.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>
rvodden added a commit that referenced this pull request Oct 29, 2020
* Fix finite differences

* Fixed comprehensive rectangles

* Fixed flow_over_gaussian

* Painted the examples black

* Set up ReadTheDocs

* Added contents pages to readthedocs

* Fixed wheel_on_inclined_plane

* Fixed tutorial vehical picture

* Painted everything black

* Painted all the thing blacker

* isorted everything

* painted the docs black

* Migrated unit tests to hypothesis

* Bump mypy from 0.770 to 0.790 (#7)

* Bump mypy from 0.770 to 0.790

Bumps [mypy](https://github.com/python/mypy) from 0.770 to 0.790.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.770...v0.790)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Bump hypothesis from 5.38.0 to 5.38.1 (#16)

* Bump hypothesis from 5.38.0 to 5.38.1

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.38.0 to 5.38.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.38.0...hypothesis-python-5.38.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Bump pytest from 5.4.3 to 6.1.1 (#10)

* Bump pytest from 5.4.3 to 6.1.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to 6.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@5.4.3...6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Set up ReadTheDocs

* Got inclined wheel working

* Fixed badges

* Fixed badges

* Bump zest-releaser from 6.22.0 to 6.22.1 (#5)

* Bump zest-releaser from 6.22.0 to 6.22.1

Bumps [zest-releaser](https://zestreleaser.readthedocs.io) from 6.22.0 to 6.22.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fixed circle to build dependabot prs

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Richard Vodden <richard.vodden@babylonhealth.com>

* Set up ReadTheDocs

* Painted all the thing blacker

* Fixed badges on README.md

* Synced deps with master

* Fixed comprehensive rectangles

* Fixed flow_over_gaussian

* Painted the examples black

* Added contents pages to readthedocs

* Fixed wheel_on_inclined_plane

* Fixed badges

* Fixed badges

* Created tutorial schedule

* Added some documentation

* Removed tests from codeclimate commentary

* Removed tests from codeclimate commentary

* Updated poetry.lock

* Fixed the cognitive complexity of line.__call__()

* Made composition naming consistent

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>
rvodden added a commit that referenced this pull request Nov 1, 2020
* Fix finite differences

* Fixed comprehensive rectangles

* Fixed flow_over_gaussian

* Painted the examples black

* Set up ReadTheDocs

* Added contents pages to readthedocs

* Fixed wheel_on_inclined_plane

* Fixed tutorial vehical picture

* Painted everything black

* Painted all the thing blacker

* isorted everything

* painted the docs black

* Migrated unit tests to hypothesis

* Bump mypy from 0.770 to 0.790 (#7)

* Bump mypy from 0.770 to 0.790

Bumps [mypy](https://github.com/python/mypy) from 0.770 to 0.790.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.770...v0.790)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Bump hypothesis from 5.38.0 to 5.38.1 (#16)

* Bump hypothesis from 5.38.0 to 5.38.1

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.38.0 to 5.38.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.38.0...hypothesis-python-5.38.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Bump pytest from 5.4.3 to 6.1.1 (#10)

* Bump pytest from 5.4.3 to 6.1.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to 6.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@5.4.3...6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Set up ReadTheDocs

* Got inclined wheel working

* Fixed badges

* Fixed badges

* Bump zest-releaser from 6.22.0 to 6.22.1 (#5)

* Bump zest-releaser from 6.22.0 to 6.22.1

Bumps [zest-releaser](https://zestreleaser.readthedocs.io) from 6.22.0 to 6.22.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fixed circle to build dependabot prs

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Richard Vodden <richard.vodden@babylonhealth.com>

* Set up ReadTheDocs

* Painted all the thing blacker

* Fixed badges on README.md

* Synced deps with master

* Fixed comprehensive rectangles

* Fixed flow_over_gaussian

* Painted the examples black

* Added contents pages to readthedocs

* Fixed wheel_on_inclined_plane

* Fixed badges

* Fixed badges

* Created tutorial schedule

* Added some documentation

* Removed tests from codeclimate commentary

* Removed tests from codeclimate commentary

* Updated poetry.lock

* Fixed the cognitive complexity of line.__call__()

* Made composition naming consistent

* Introduced the Angle object

* Fixed tests

* Told pytest to test docstrings (and fixed them :) )

* Factored the drawing logic out to backend

* Fixed erroneous imports

* Fixed simple circle.py

* Fixed layered_medium_3xi.py

* Fixed vehicle_dim.py

* Fixed vehicle

* Fixed pendulum1.py

* Fixed poetry lock file

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>
rvodden added a commit that referenced this pull request Nov 10, 2020
* Fix finite differences

* Fixed comprehensive rectangles

* Fixed flow_over_gaussian

* Painted the examples black

* Set up ReadTheDocs

* Added contents pages to readthedocs

* Fixed wheel_on_inclined_plane

* Fixed tutorial vehical picture

* Painted everything black

* Painted all the thing blacker

* isorted everything

* painted the docs black

* Migrated unit tests to hypothesis

* Bump mypy from 0.770 to 0.790 (#7)

* Bump mypy from 0.770 to 0.790

Bumps [mypy](https://github.com/python/mypy) from 0.770 to 0.790.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.770...v0.790)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Bump hypothesis from 5.38.0 to 5.38.1 (#16)

* Bump hypothesis from 5.38.0 to 5.38.1

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.38.0 to 5.38.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.38.0...hypothesis-python-5.38.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Bump pytest from 5.4.3 to 6.1.1 (#10)

* Bump pytest from 5.4.3 to 6.1.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to 6.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@5.4.3...6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Set up ReadTheDocs

* Got inclined wheel working

* Fixed badges

* Fixed badges

* Bump zest-releaser from 6.22.0 to 6.22.1 (#5)

* Bump zest-releaser from 6.22.0 to 6.22.1

Bumps [zest-releaser](https://zestreleaser.readthedocs.io) from 6.22.0 to 6.22.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fixed circle to build dependabot prs

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Richard Vodden <richard.vodden@babylonhealth.com>

* Set up ReadTheDocs

* Painted all the thing blacker

* Fixed badges on README.md

* Synced deps with master

* Fixed comprehensive rectangles

* Fixed flow_over_gaussian

* Painted the examples black

* Added contents pages to readthedocs

* Fixed wheel_on_inclined_plane

* Fixed badges

* Fixed badges

* Created tutorial schedule

* Added some documentation

* Removed tests from codeclimate commentary

* Removed tests from codeclimate commentary

* Updated poetry.lock

* Fixed the cognitive complexity of line.__call__()

* Made composition naming consistent

* Introduced the Angle object

* Fixed tests

* Told pytest to test docstrings (and fixed them :) )

* Factored the drawing logic out to backend

* Fixed erroneous imports

* Fixed simple circle.py

* Fixed layered_medium_3xi.py

* Fixed vehicle_dim.py

* Fixed vehicle

* Fixed pendulum1.py

* Fixed poetry lock file

* Fixed dependabot

* Fixed rotation test

* Bump hypothesis from 5.41.0 to 5.41.1 (#28)

* Bump hypothesis from 5.41.0 to 5.41.1

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.41.0 to 5.41.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.41.0...hypothesis-python-5.41.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Fixed Hatch Test

* fixed hello_world.py

* Fixed layered_medium_2.py

* fixed layered_medium_general.py

* Fixed mesh_function.py

* fixed staggered_mesh_function.py

* Fixed remaining non-bugged examples

* Ported Spring

* Bump scipy from 1.5.3 to 1.5.4 (#29)

* Bump scipy from 1.5.3 to 1.5.4

Bumps [scipy](https://github.com/scipy/scipy) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.5.3...v1.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Fixed some precision issues

* Bump hypothesis from 5.41.1 to 5.41.2 (#30)

* Bump hypothesis from 5.41.1 to 5.41.2

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.41.1 to 5.41.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.41.1...hypothesis-python-5.41.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Ported dashpot

* Restricted operating range to preserve precision

* Fixed oscillator_sketch1.py

* removed oscillator_sketch2.py

* Fixed tests

* Tidyed up point logic

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>
rvodden added a commit that referenced this pull request Nov 10, 2020
* Fix finite differences

* Fixed comprehensive rectangles

* Fixed flow_over_gaussian

* Painted the examples black

* Set up ReadTheDocs

* Added contents pages to readthedocs

* Fixed wheel_on_inclined_plane

* Fixed tutorial vehical picture

* Painted everything black

* Painted all the thing blacker

* isorted everything

* painted the docs black

* Migrated unit tests to hypothesis

* Bump mypy from 0.770 to 0.790 (#7)

* Bump mypy from 0.770 to 0.790

Bumps [mypy](https://github.com/python/mypy) from 0.770 to 0.790.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.770...v0.790)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Bump hypothesis from 5.38.0 to 5.38.1 (#16)

* Bump hypothesis from 5.38.0 to 5.38.1

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.38.0 to 5.38.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.38.0...hypothesis-python-5.38.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Bump pytest from 5.4.3 to 6.1.1 (#10)

* Bump pytest from 5.4.3 to 6.1.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to 6.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@5.4.3...6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Set up ReadTheDocs

* Got inclined wheel working

* Fixed badges

* Fixed badges

* Bump zest-releaser from 6.22.0 to 6.22.1 (#5)

* Bump zest-releaser from 6.22.0 to 6.22.1

Bumps [zest-releaser](https://zestreleaser.readthedocs.io) from 6.22.0 to 6.22.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fixed circle to build dependabot prs

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Richard Vodden <richard.vodden@babylonhealth.com>

* Set up ReadTheDocs

* Painted all the thing blacker

* Fixed badges on README.md

* Synced deps with master

* Fixed comprehensive rectangles

* Fixed flow_over_gaussian

* Painted the examples black

* Added contents pages to readthedocs

* Fixed wheel_on_inclined_plane

* Fixed badges

* Fixed badges

* Created tutorial schedule

* Added some documentation

* Removed tests from codeclimate commentary

* Removed tests from codeclimate commentary

* Updated poetry.lock

* Fixed the cognitive complexity of line.__call__()

* Made composition naming consistent

* Introduced the Angle object

* Fixed tests

* Told pytest to test docstrings (and fixed them :) )

* Factored the drawing logic out to backend

* Fixed erroneous imports

* Fixed simple circle.py

* Fixed layered_medium_3xi.py

* Fixed vehicle_dim.py

* Fixed vehicle

* Fixed pendulum1.py

* Fixed poetry lock file

* Fixed dependabot

* Fixed rotation test

* Bump hypothesis from 5.41.0 to 5.41.1 (#28)

* Bump hypothesis from 5.41.0 to 5.41.1

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.41.0 to 5.41.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.41.0...hypothesis-python-5.41.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Fixed Hatch Test

* fixed hello_world.py

* Fixed layered_medium_2.py

* fixed layered_medium_general.py

* Fixed mesh_function.py

* fixed staggered_mesh_function.py

* Fixed remaining non-bugged examples

* Ported Spring

* Bump scipy from 1.5.3 to 1.5.4 (#29)

* Bump scipy from 1.5.3 to 1.5.4

Bumps [scipy](https://github.com/scipy/scipy) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.5.3...v1.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Fixed some precision issues

* Bump hypothesis from 5.41.1 to 5.41.2 (#30)

* Bump hypothesis from 5.41.1 to 5.41.2

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.41.1 to 5.41.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.41.1...hypothesis-python-5.41.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Ported dashpot

* Restricted operating range to preserve precision

* Fixed oscillator_sketch1.py

* removed oscillator_sketch2.py

* Fixed tests

* Tidyed up point logic

* Reconfigured codeclimate to make it less winey

* added release cycle to circle configuration

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>
rvodden added a commit that referenced this pull request Nov 11, 2020
* Fix finite differences

* Fixed comprehensive rectangles

* Fixed flow_over_gaussian

* Painted the examples black

* Set up ReadTheDocs

* Added contents pages to readthedocs

* Fixed wheel_on_inclined_plane

* Fixed tutorial vehical picture

* Painted everything black

* Painted all the thing blacker

* isorted everything

* painted the docs black

* Migrated unit tests to hypothesis

* Bump mypy from 0.770 to 0.790 (#7)

* Bump mypy from 0.770 to 0.790

Bumps [mypy](https://github.com/python/mypy) from 0.770 to 0.790.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.770...v0.790)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Bump hypothesis from 5.38.0 to 5.38.1 (#16)

* Bump hypothesis from 5.38.0 to 5.38.1

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.38.0 to 5.38.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.38.0...hypothesis-python-5.38.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Bump pytest from 5.4.3 to 6.1.1 (#10)

* Bump pytest from 5.4.3 to 6.1.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to 6.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@5.4.3...6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Set up ReadTheDocs

* Got inclined wheel working

* Fixed badges

* Fixed badges

* Bump zest-releaser from 6.22.0 to 6.22.1 (#5)

* Bump zest-releaser from 6.22.0 to 6.22.1

Bumps [zest-releaser](https://zestreleaser.readthedocs.io) from 6.22.0 to 6.22.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fixed circle to build dependabot prs

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Richard Vodden <richard.vodden@babylonhealth.com>

* Set up ReadTheDocs

* Painted all the thing blacker

* Fixed badges on README.md

* Synced deps with master

* Fixed comprehensive rectangles

* Fixed flow_over_gaussian

* Painted the examples black

* Added contents pages to readthedocs

* Fixed wheel_on_inclined_plane

* Fixed badges

* Fixed badges

* Created tutorial schedule

* Added some documentation

* Removed tests from codeclimate commentary

* Removed tests from codeclimate commentary

* Updated poetry.lock

* Fixed the cognitive complexity of line.__call__()

* Made composition naming consistent

* Introduced the Angle object

* Fixed tests

* Told pytest to test docstrings (and fixed them :) )

* Factored the drawing logic out to backend

* Fixed erroneous imports

* Fixed simple circle.py

* Fixed layered_medium_3xi.py

* Fixed vehicle_dim.py

* Fixed vehicle

* Fixed pendulum1.py

* Fixed poetry lock file

* Fixed dependabot

* Fixed rotation test

* Bump hypothesis from 5.41.0 to 5.41.1 (#28)

* Bump hypothesis from 5.41.0 to 5.41.1

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.41.0 to 5.41.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.41.0...hypothesis-python-5.41.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Fixed Hatch Test

* fixed hello_world.py

* Fixed layered_medium_2.py

* fixed layered_medium_general.py

* Fixed mesh_function.py

* fixed staggered_mesh_function.py

* Fixed remaining non-bugged examples

* Ported Spring

* Bump scipy from 1.5.3 to 1.5.4 (#29)

* Bump scipy from 1.5.3 to 1.5.4

Bumps [scipy](https://github.com/scipy/scipy) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.5.3...v1.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Fixed some precision issues

* Bump hypothesis from 5.41.1 to 5.41.2 (#30)

* Bump hypothesis from 5.41.1 to 5.41.2

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.41.1 to 5.41.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.41.1...hypothesis-python-5.41.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Ported dashpot

* Restricted operating range to preserve precision

* Fixed oscillator_sketch1.py

* removed oscillator_sketch2.py

* Fixed tests

* Tidyed up point logic

* Reconfigured codeclimate to make it less winey

* added release cycle to circle configuration

* fixed release cycle

* Fixed tests

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>
rvodden added a commit that referenced this pull request Nov 12, 2020
* Fix finite differences

* Fixed comprehensive rectangles

* Fixed flow_over_gaussian

* Painted the examples black

* Set up ReadTheDocs

* Added contents pages to readthedocs

* Fixed wheel_on_inclined_plane

* Fixed tutorial vehical picture

* Painted everything black

* Painted all the thing blacker

* isorted everything

* painted the docs black

* Migrated unit tests to hypothesis

* Bump mypy from 0.770 to 0.790 (#7)

* Bump mypy from 0.770 to 0.790

Bumps [mypy](https://github.com/python/mypy) from 0.770 to 0.790.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.770...v0.790)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Bump hypothesis from 5.38.0 to 5.38.1 (#16)

* Bump hypothesis from 5.38.0 to 5.38.1

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.38.0 to 5.38.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.38.0...hypothesis-python-5.38.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Bump pytest from 5.4.3 to 6.1.1 (#10)

* Bump pytest from 5.4.3 to 6.1.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to 6.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@5.4.3...6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Set up ReadTheDocs

* Got inclined wheel working

* Fixed badges

* Fixed badges

* Bump zest-releaser from 6.22.0 to 6.22.1 (#5)

* Bump zest-releaser from 6.22.0 to 6.22.1

Bumps [zest-releaser](https://zestreleaser.readthedocs.io) from 6.22.0 to 6.22.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fixed circle to build dependabot prs

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Richard Vodden <richard.vodden@babylonhealth.com>

* Set up ReadTheDocs

* Painted all the thing blacker

* Fixed badges on README.md

* Synced deps with master

* Fixed comprehensive rectangles

* Fixed flow_over_gaussian

* Painted the examples black

* Added contents pages to readthedocs

* Fixed wheel_on_inclined_plane

* Fixed badges

* Fixed badges

* Created tutorial schedule

* Added some documentation

* Removed tests from codeclimate commentary

* Removed tests from codeclimate commentary

* Updated poetry.lock

* Fixed the cognitive complexity of line.__call__()

* Made composition naming consistent

* Introduced the Angle object

* Fixed tests

* Told pytest to test docstrings (and fixed them :) )

* Factored the drawing logic out to backend

* Fixed erroneous imports

* Fixed simple circle.py

* Fixed layered_medium_3xi.py

* Fixed vehicle_dim.py

* Fixed vehicle

* Fixed pendulum1.py

* Fixed poetry lock file

* Fixed dependabot

* Fixed rotation test

* Bump hypothesis from 5.41.0 to 5.41.1 (#28)

* Bump hypothesis from 5.41.0 to 5.41.1

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.41.0 to 5.41.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.41.0...hypothesis-python-5.41.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Fixed Hatch Test

* fixed hello_world.py

* Fixed layered_medium_2.py

* fixed layered_medium_general.py

* Fixed mesh_function.py

* fixed staggered_mesh_function.py

* Fixed remaining non-bugged examples

* Ported Spring

* Bump scipy from 1.5.3 to 1.5.4 (#29)

* Bump scipy from 1.5.3 to 1.5.4

Bumps [scipy](https://github.com/scipy/scipy) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.5.3...v1.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Fixed some precision issues

* Bump hypothesis from 5.41.1 to 5.41.2 (#30)

* Bump hypothesis from 5.41.1 to 5.41.2

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.41.1 to 5.41.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.41.1...hypothesis-python-5.41.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* Ported dashpot

* Restricted operating range to preserve precision

* Fixed oscillator_sketch1.py

* removed oscillator_sketch2.py

* Fixed tests

* Tidyed up point logic

* Reconfigured codeclimate to make it less winey

* added release cycle to circle configuration

* fixed release cycle

* Fixed tests

* Still fixing the pipeline

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>
@rvodden rvodden changed the title Bump hypothesis from 5.38.0 to 5.38.1 chore: Bump hypothesis from 5.38.0 to 5.38.1 Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant