From b457459ca148b50c9e905c6b89a5eaa81c2c156f Mon Sep 17 00:00:00 2001 From: Veselin Penev Date: Sun, 16 Jun 2024 22:30:55 +0200 Subject: [PATCH] new file: .github/workflows/macos_venv.yml --- .github/workflows/macos_venv.yml | 22 ++++++++++++++++++++ requirements.txt | 35 ++++++++++++++++---------------- 2 files changed, 39 insertions(+), 18 deletions(-) create mode 100644 .github/workflows/macos_venv.yml diff --git a/.github/workflows/macos_venv.yml b/.github/workflows/macos_venv.yml new file mode 100644 index 000000000..e01f525e6 --- /dev/null +++ b/.github/workflows/macos_venv.yml @@ -0,0 +1,22 @@ +name: MacOS build +on: [push] + +jobs: + macos_build_venv: + name: macos build + runs-on: macos-11 + + strategy: + matrix: + python-version: ["3.8", "3.9", "3.10"] + + steps: + - uses: actions/checkout@v4 + + - name: set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v3 + with: + python-version: ${{ matrix.python-version }} + + - name: make clean venv + run: make clean venv diff --git a/requirements.txt b/requirements.txt index 23a0449d5..d2bd1c426 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,31 +9,30 @@ # pre_commit appdirs==1.4.4 -attrs==22.2.0 +attrs==23.2.0 Automat==22.10.0 base58==2.1.1 cffi==1.15.1 -coincurve==16.0.0 -constantly==15.1.0 -coverage==6.2 -cryptography==39.0.0 +coincurve==20.0.0 +constantly==23.10.4 +# coverage==6.2 +cryptography==42.0.8 hyperlink==21.0.0 -idna==3.4 +idna==3.7 incremental==22.10.0 -mock==5.0.1 -psutil==5.9.4 -pyasn1==0.4.8 -pyasn1-modules==0.2.8 -pycparser==2.21 -pycryptodomex==3.16.0 -PyNaCl==1.5 -pynacl==1.5.0 -pyparsing==3.0.9 +# mock==5.0.1 +psutil==5.9.8 +pyasn1==0.6.0 +pyasn1-modules==0.4.0 +pycparser==2.22 +pycryptodomex==3.20.0 +PyNaCl==1.5.0 +pyparsing==3.1.2 PySocks==1.7.1 -requests==2.27.1 -service-identity==21.1.0 +requests==2.32.3 +service-identity==24.1.0 six==1.16.0 Twisted==22.4.0 -typing_extensions==4.1.1 +typing_extensions==4.12.2 zope.interface==5.5.2