Skip to content

Commit

Permalink
Merge pull request #309 from jacebrowning/update-deps
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
jacebrowning committed May 28, 2023
2 parents 565e0d5 + d46a53a commit f82e782
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 99 deletions.
156 changes: 66 additions & 90 deletions poetry.lock

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

11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Version Control",
Expand All @@ -43,7 +44,7 @@ classifiers = [

python = "^3.8"

datafiles = "^2.1"
datafiles = "^2.1.2"
minilog = "^2.1"
universal-startfile = "~0.2"

Expand All @@ -54,15 +55,15 @@ black = "^22.1"
isort = "^5.10"

# Linters
mypy = "~0.940"
mypy = "^1.3"
pydocstyle = "*"
pylint = "~2.6"
types-freezegun = "*"
types-setuptools = "*"

# Testing
pytest = "^6"
pytest-cov = "*"
pytest = "^7.3"
pytest-cov = "^4.1"
pytest-describe = "^2.0"
pytest-expecter = "^3.0"
pytest-random = "*"
Expand All @@ -82,7 +83,7 @@ pyinstaller = "^4.0"
sniffer = "*"
macfsevents = { version = "*", platform = "darwin" }
pync = { version = "*", platform = "darwin" }
rope = "^0.14.0"
rope = "^0.14"

[tool.poetry.scripts]

Expand Down
4 changes: 0 additions & 4 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,6 @@ def it_should_create_links(config_with_link):

expect(os.listdir()).contains("my_link")

@pytest.mark.xfail(
os.name == "nt",
reason="https://github.com/jacebrowning/gitman/issues/284",
)
def it_should_not_overwrite_files(config_with_link):
os.system("touch my_link")

Expand Down

0 comments on commit f82e782

Please sign in to comment.