Giter Site home page Giter Site logo

little-cheesemonger's People

Contributors

chrisantonellis avatar dependabot[bot] avatar evpearson avatar ezvp4 avatar fhightower avatar jamescurtin avatar joaufi avatar koalacards avatar mustafacantekir avatar plannigan avatar rayz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

little-cheesemonger's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency isort to v5.13.2
  • Update dependency mypy to v0.991
  • Update dependency pytest-mock to v3.14.0
  • Update actions/checkout action to v4
  • Update actions/setup-python action to v5
  • Update actions/upload-artifact action to v4
  • Update codecov/codecov-action action to v4
  • Update dependency black to v24
  • Update dependency flake8 to v7
  • Update dependency mypy to v1
  • Update dependency pytest to v8
  • Update dependency pytest-cov to v5
  • Update suzuki-shunsuke/github-action-renovate-config-validator action to v1
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
docker/Dockerfile
  • python 3.10-buster
docker/manylinux.Dockerfile
github-actions
.github/workflows/main.yml
  • actions/checkout v2
  • actions/setup-python v2
  • actions/checkout v2
  • actions/setup-python v2
  • actions/checkout v2
  • actions/setup-python v2
  • actions/checkout v2
  • actions/setup-python v2
  • actions/checkout v2
  • actions/setup-python v2
  • actions/checkout v2
  • actions/setup-python v2
  • actions/upload-artifact v2
  • actions/upload-artifact v2
  • codecov/codecov-action v3.1.1
  • actions/checkout v2
  • actions/setup-python v2
.github/workflows/publish_release.yml
  • actions/checkout v2
  • actions/setup-python v2
  • pypa/gh-action-pypi-publish 27b31702a0e7fc50959f5ad993c78deac1bdfc29
.github/workflows/renovate_linting.yml
  • actions/checkout v3
  • suzuki-shunsuke/github-action-renovate-config-validator v0.1.2
pip_requirements
requirements-test.txt
  • bandit ==1.7.0
  • black ==22.3.0
  • bump2version ==1.0.1
  • flake8 ==4.0.1
  • isort ==5.10.1
  • mypy ==0.910
  • pytest ==6.2.5
  • pytest-cov ==3.0.0
  • pytest-mock ==3.6.1
  • pdbpp ==0.10.3
  • types-PyYAML ==6.0.12
  • types-toml ==0.10.8
requirements.txt
  • click ==8.0.3
  • toml ==0.10.2
  • typing-extensions ~=3.7

  • Check this box to trigger a request for Renovate to run again on this repository

Add support for Click ~8.0

Detailed Description

setup.cfg currently pins the required version of click to ~7.1. Now that an 8.x major version of click has been released, we should expand the supported version range for little-cheesemonger.

๐Ÿงน Add Renovate

Description

๐Ÿ‘‹ This repository is not currently configured for Renovate. This issue proposes the steps necessary to add Renovate to this project!

๐Ÿ’ก Not familiar with Renovate, or are confused about what advantages it holds over GitHub's Dependabot? Learn more here!

Steps to Add

  1. Review the guide for Adding Renovate to Existing Projects.
  2. Assign yourself to this issue to signal to others that you intend to work on it. If you ultimately decide not to pursue this, please remember to un-assign yourself so that others may participate!
  3. The renovate[bot] account has already auto-filed a Configure Renovate PR against this repository, feel free to reference the proposed changes in your own Pull Request. If you are contributing to this project as a Hacktoberfest participant, you must file your own PR in order to get credit for your contribution!
  4. You may find that the CI build for this project is failing for unrelated reasons. If you are not already a contributor to this project and don't feel comfortable attempting to fix the build, that's okay! There's plenty of other ways you can contribute to Wayfair's open source projects :) Feel free to consult the list of our other participating repositories here!
  5. In order to catch potential JSON syntax errors or other mis-configurations, please add Renovate linting to this project's existing GitHub Workflow CI pipeline, or create a new one (eg. .github/workflows/lint.yml). See here for an example.
  6. If this repository is currently configured to use GitHub's Dependabot, you must also deprecate support for Dependabot in order to avoid conflicts with Renovate. This is typically as simple as removing the .github/dependabot.yml file. See here for an example.

Checklist

  • I have read the Adding Renovate to Existing Projects guide.
  • I have assigned this issue to myself avoid duplicating efforts with other potential contributors.
  • I have verified this repository does not already have Renovate configured (or proposed in an open PR by another contributor).
  • If the renovate[bot] account has already auto-filed a Configure Renovate PR in this repository, I confirm that I will create a separate PR under my own GitHub account, using the initial PR as inspiration.
  • I confirm that I have added Renovate linting to this project's existing CI pipeline, or have created a new linting workflow if one doesn't already exist.
  • If this repository is currently configured to use GitHub's Dependabot, my PR will also deprecate support for Dependabot in order to avoid conflicts with Renovate.

Run tests on python 3.9 & 3.10

Detailed Description

We're only running tests on 3.6-3.8. We should add 3.9 and possibly 3.10 as these are the most Python versions available. (In addition, we'll confirm that the library runs with no issues on 3.9 and 3.10).

Alternatives Considered

NA

Possible Implementation

This should be a straightforward change, following the existing model in docker-compose.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.