Skip to content

Commit

Permalink
Merge pull request #224 from emnify/development
Browse files Browse the repository at this point in the history
Release Candidate
  • Loading branch information
Th3Un1q3 authored Feb 7, 2024
2 parents 0d2e265 + c607677 commit d603ad7
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
access_token: ${{ github.token }}


- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.EMNIFY_GITHUB_ACTIONS_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
access_token: ${{ github.token }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Prepare doc-gen
run: docker build . -f docs/Dockerfile.dev -t emnify/python-sdk-docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: gitleaks
uses: zricethezav/gitleaks-action@v1.6.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: pip install -r req.txt
Expand Down
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ verify_ssl = true
name = "pypi"

[packages]
certifi = "==2023.5.7"
certifi = "==2023.7.22"
charset-normalizer = "==3.1.0"
distlib = "==0.3.6"
filelock = "==3.12.2"
idna = "==3.4"
importlib-metadata = "==6.7.0"
pipenv = "==2023.6.18"
pipenv = "==2023.7.23"
platformdirs = "==3.5.1"
pydantic = "==1.10.9"
requests = "==2.31.0"
six = "==1.16.0"
typing-extensions = "==4.5.0"
urllib3 = "==1.26.16"
virtualenv = "==20.21.1"
typing-extensions = "==4.7.1"
urllib3 = "==2.0.4"
virtualenv = "==20.24.1"
virtualenv-clone = "==0.5.7"
zipp = "==3.15.0"

Expand Down
20 changes: 10 additions & 10 deletions docs/req.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Jinja2==3.1.2
Sphinx==5.3.0
sphinx-autoapi==2.1.1
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
furo==2023.3.27
Jinja2>=3.1.2
Sphinx>=5.3.0
sphinx-autoapi>=2.1.1
sphinxcontrib-applehelp>=1.0.2
sphinxcontrib-devhelp>=1.0.2
sphinxcontrib-htmlhelp>=2.0.0
sphinxcontrib-jsmath>=1.0.1
sphinxcontrib-qthelp>=1.0.3
sphinxcontrib-serializinghtml>=1.1.5
furo>=2023.7.26

0 comments on commit d603ad7

Please sign in to comment.