Skip to content

Commit

Permalink
Upgrade dependencies (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Perez <[email protected]>
  • Loading branch information
Tomperez98 and coactive-tomas authored Feb 9, 2024
1 parent cab77c7 commit d9cfe85
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pyrgo"
version = "2.2.4"
version = "2.2.5"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
Expand Down
1 change: 1 addition & 0 deletions pyrgo/cli/cmds/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def _complete_cmd(

cmd.add_args(
args=[
"--strip-extras",
"--resolver=backtracking",
"-o",
config.requirements.joinpath(f"{env}.txt")
Expand Down
6 changes: 3 additions & 3 deletions requirements/core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements/core.txt pyproject.toml
# pip-compile --output-file=requirements/core.txt --strip-extras pyproject.toml
#
boolean-py==4.0
# via license-expression
build==1.0.3
# via
# pip-tools
# pyrgo (pyproject.toml)
cachecontrol[filecache]==0.14.0
cachecontrol==0.14.0
# via
# cachecontrol
# pip-audit
Expand Down Expand Up @@ -48,7 +48,7 @@ markupsafe==2.1.5
# via
# jinja2
# pdoc
mashumaro[orjson,toml]==3.12
mashumaro==3.12
# via
# mashumaro
# pyrgo (pyproject.toml)
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements/dev.txt pyproject.toml
# pip-compile --extra=dev --output-file=requirements/dev.txt --strip-extras pyproject.toml
#
boolean-py==4.0
# via license-expression
build==1.0.3
# via
# pip-tools
# pyrgo (pyproject.toml)
cachecontrol[filecache]==0.14.0
cachecontrol==0.14.0
# via
# cachecontrol
# pip-audit
Expand All @@ -22,7 +22,7 @@ click==8.1.7
# via
# pip-tools
# pyrgo (pyproject.toml)
coverage[toml]==7.4.1
coverage==7.4.1
# via
# coverage
# pytest-cov
Expand Down Expand Up @@ -52,7 +52,7 @@ markupsafe==2.1.5
# via
# jinja2
# pdoc
mashumaro[orjson,toml]==3.12
mashumaro==3.12
# via
# mashumaro
# pyrgo (pyproject.toml)
Expand Down

0 comments on commit d9cfe85

Please sign in to comment.