Skip to content

Commit

Permalink
use 3.0.1rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
ihoubr committed Jul 1, 2024
1 parent 7c8153f commit 091df45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pw
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import sys
from pathlib import Path
from venv import EnvBuilder

VERSION = "3.0.1rc2"
VERSION = "3.0.1rc3"

PYPROJECTX_INSTALL_DIR_ENV_VAR = "PYPROJECTX_INSTALL_DIR"
PYPROJECTX_PACKAGE_ENV_VAR = "PYPROJECTX_PACKAGE"
Expand Down
2 changes: 1 addition & 1 deletion pw.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[main]
requirements = ["build==1.2.1", "cachecontrol==0.14.0", "certifi==2024.6.2", "cffi==1.16.0", "cfgv==3.4.0", "charset-normalizer==3.3.2", "cleo==2.1.0", "colorama==0.4.6", "crashtest==0.4.1", "cryptography==42.0.8", "defusedxml==0.7.1", "distlib==0.3.8", "dulwich==0.21.7", "fastjsonschema==2.20.0", "filelock==3.15.4", "httpie==3.2.2", "identify==2.5.36", "idna==3.7", "installer==0.7.0", "jaraco-classes==3.4.0", "jeepney==0.8.0", "keyring==24.3.1", "markdown-it-py==3.0.0", "mdurl==0.1.2", "more-itertools==10.3.0", "msgpack==1.0.8", "multidict==6.0.5", "nodeenv==1.9.1", "packaging==24.1", "pexpect==4.9.0", "pip==24.1.1", "pkginfo==1.11.1", "platformdirs==4.2.2", "poetry-core==1.9.0", "poetry-plugin-export==1.8.0", "poetry==1.8.3", "pre-commit==3.7.1", "ptyprocess==0.7.0", "px-utils==1.1.0", "pycparser==2.22", "pygments==2.18.0", "pyproject-hooks==1.1.0", "pysocks==1.7.1", "pywin32-ctypes==0.2.2", "pyyaml==6.0.1", "rapidfuzz==3.9.3", "requests-toolbelt==1.0.0", "requests==2.32.3", "rich==13.7.1", "ruff==0.5.0", "secretstorage==3.3.3", "setuptools==70.1.1", "shellingham==1.5.4", "tomlkit==0.12.5", "trove-classifiers==2024.5.22", "urllib3==2.2.2", "virtualenv==20.26.3", "xattr==1.1.0"]
requirements = ["build==1.2.1", "cachecontrol==0.14.0", "certifi==2024.6.2", "cffi==1.16.0 ; sys_platform == 'darwin' or (platform_python_implementation != 'PyPy' and sys_platform == 'linux')", "cfgv==3.4.0", "charset-normalizer==3.3.2", "cleo==2.1.0", "colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'", "crashtest==0.4.1", "cryptography==42.0.8 ; sys_platform == 'linux'", "defusedxml==0.7.1", "distlib==0.3.8", "dulwich==0.21.7", "fastjsonschema==2.20.0", "filelock==3.15.4", "httpie==3.2.2", "identify==2.5.36", "idna==3.7", "installer==0.7.0", "jaraco-classes==3.4.0", "jeepney==0.8.0 ; sys_platform == 'linux'", "keyring==24.3.1", "markdown-it-py==3.0.0", "mdurl==0.1.2", "more-itertools==10.3.0", "msgpack==1.0.8", "multidict==6.0.5", "nodeenv==1.9.1", "packaging==24.1", "pexpect==4.9.0", "pip==24.1.1", "pkginfo==1.11.1", "platformdirs==4.2.2", "poetry-core==1.9.0", "poetry-plugin-export==1.8.0", "poetry==1.8.3", "pre-commit==3.7.1", "ptyprocess==0.7.0", "px-utils==1.1.0", "pycparser==2.22 ; sys_platform == 'darwin' or (platform_python_implementation != 'PyPy' and sys_platform == 'linux')", "pygments==2.18.0", "pyproject-hooks==1.1.0", "pysocks==1.7.1", "pywin32-ctypes==0.2.2 ; sys_platform == 'win32'", "pyyaml==6.0.1", "rapidfuzz==3.9.3", "requests-toolbelt==1.0.0", "requests==2.32.3", "rich==13.7.1", "ruff==0.5.0", "secretstorage==3.3.3 ; sys_platform == 'linux'", "setuptools==70.2.0", "shellingham==1.5.4", "tomlkit==0.12.5", "trove-classifiers==2024.5.22", "urllib3==2.2.2", "virtualenv==20.26.3", "xattr==1.1.0 ; sys_platform == 'darwin'"]
hash = "23cc211542554a4643085383e6cfac68"
post-install = "pre-commit install"

0 comments on commit 091df45

Please sign in to comment.