Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gundotio/worf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.23
Choose a base ref
...
head repository: gundotio/worf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1a3b473
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 7, 2023

  1. Copy the full SHA
    914d678 View commit details
  2. Package updates

    autopep8 2.0.1 -> 2.0.2
    coverage 7.1.0 -> 7.2.1
    cryptography 39.0.0 -> 39.0.2
    django 4.1.6 -> 4.1.7
    faker 16.6.1 -> 17.6.0
    flake8-bugbear 23.1.20 -> 23.2.13
    gitpython 3.1.30 -> 3.1.31
    markdown-it-py 2.1.0 -> 2.2.0
    more-itertools 9.0.0 -> 9.1.0
    platformdirs 2.6.2 -> 3.1.0
    pytest 7.2.1 -> 7.2.2
    pytest-xdist 3.1.0 -> 3.2.0
    rich 13.3.1 -> 13.3.2
    stevedore 4.1.1 -> 5.0.0
    watchdog 2.2.1 -> 2.3.1
    zipp 3.12.1 -> 3.15.0
    web-flow authored and stevelacey committed Mar 7, 2023
    Copy the full SHA
    02da6a3 View commit details
  3. Copy the full SHA
    5c75d48 View commit details
  4. Copy the full SHA
    1a3b473 View commit details
Showing with 214 additions and 172 deletions.
  1. +163 −161 poetry.lock
  2. +8 −0 pyproject.toml
  3. +7 −0 tests/test_utils.py
  4. +35 −11 worf/fields.py
  5. +1 −0 worf/utils.py
Loading