Skip to content

Commit

Permalink
chore: update twine (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahnu authored Aug 21, 2024
1 parent 9cd468d commit d45fe8b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = 'syrupy'
license = 'Apache-2.0'
version = "4.6.2"
version = "4.6.1"
description = 'Pytest Snapshot Test Utility'
authors = ['Noah Ulster']
readme = 'README.md'
Expand Down Expand Up @@ -47,7 +47,7 @@ flake8 = '^7.0.0'
flake8-bugbear = '^24.0.0'
flake8-builtins = '^2.1.0'
flake8-comprehensions = '^3.10.1'
twine = '^4.0.2'
twine = '^5.1.1'
semver = '^3.0.0'
setuptools-scm = '^8.0.0'
debugpy = '^1.6.6'
Expand Down

0 comments on commit d45fe8b

Please sign in to comment.