Monzo-API 1.3.0__tar.gz → 1.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {monzo_api-1.3.0 → monzo_api-1.3.1}/.github/workflows/codeql-analysis.yml +4 -4
- {monzo_api-1.3.0 → monzo_api-1.3.1}/.github/workflows/publish.yml +3 -3
- {monzo_api-1.3.0 → monzo_api-1.3.1}/.github/workflows/uv.yml +3 -3
- {monzo_api-1.3.0 → monzo_api-1.3.1}/.github/workflows/zizmor.yml +2 -2
- {monzo_api-1.3.0 → monzo_api-1.3.1}/CHANGELOG.rst +4 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/Monzo_API.egg-info/PKG-INFO +1 -1
- {monzo_api-1.3.0 → monzo_api-1.3.1}/PKG-INFO +1 -1
- {monzo_api-1.3.0 → monzo_api-1.3.1}/pyproject.toml +1 -1
- {monzo_api-1.3.0 → monzo_api-1.3.1}/uv.lock +1 -1
- {monzo_api-1.3.0 → monzo_api-1.3.1}/.dcignore +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/.editorconfig +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/.github/FUNDING.yml +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/.github/dependabot.yml +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/.gitignore +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/.sonarlint/connectedMode.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/LICENSE +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/Monzo_API.egg-info/SOURCES.txt +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/Monzo_API.egg-info/dependency_links.txt +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/Monzo_API.egg-info/top_level.txt +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/README.rst +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/SECURITY.md +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/Makefile +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/make.bat +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/__init__.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/access_token.rst +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/api_observations.rst +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/basic_api_queries.rst +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/changelog.rst +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/conf.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/developers.rst +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/images/api_authorize_alert.png +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/images/api_authorize_email.png +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/images/api_authorize_login.png +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/images/create-client-1.png +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/images/create-client-2.png +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/images/create-client-3.png +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/images/create-client-4.png +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/images/sign-in-1.png +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/images/sign-in-2.png +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/images/sign-in-3.png +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/images/sign-in-alert.png +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/images/sign-in-authorise.png +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/images/sign-in-email.png +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/index.rst +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/license.rst +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/modules.rst +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/monzo.endpoints.rst +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/monzo.handlers.rst +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/monzo.rst +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/monzo_setup.rst +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/refreshing_tokens.rst +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/docs/source/tutorials.rst +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/examples/__init__.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/examples/auth_step_01.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/examples/auth_step_02.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/examples/create_feed_item.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/examples/get_accounts.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/examples/get_whoami.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/__init__.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/authentication.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/endpoints/__init__.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/endpoints/account.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/endpoints/attachment.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/endpoints/balance.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/endpoints/feed_item.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/endpoints/monzo.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/endpoints/pot.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/endpoints/receipt.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/endpoints/transaction.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/endpoints/webhooks.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/endpoints/whoami.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/exceptions.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/handlers/__init__.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/handlers/filesystem.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/handlers/storage.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/helpers.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/monzo/httpio.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/py.typed +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/setup.cfg +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/sonar-project.properties +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/__init__.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/helpers.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_payloads/Accounts.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_payloads/Annotate.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_payloads/Balance.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_payloads/FeedItem.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_payloads/Logout.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_payloads/Receipt.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_payloads/ReceiptCreate.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_payloads/ReceiptDelete.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_payloads/Transaction.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_payloads/TransactionFetchSingle.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_payloads/Webhooks.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_payloads/WebhooksCreate.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_payloads/WebhooksDelete.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_payloads/WhoAmI.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_payloads/__init__.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/Accounts.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/Accounts_Flex_Loan_Type.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/Accounts_Flex_Type.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/Accounts_Loan_Type.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/Accounts_Unknown_Type.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/Annotate.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/Balance.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/FeedItem.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/Logout.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/Receipt.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/ReceiptCreated.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/ReceiptDeleted.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/Transaction.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/TransactionFetchSingle.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/WebhooksCreated.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/WebhooksDeleted.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/WebhooksNone.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/WebhooksOne.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/WhoAmI.json +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/mock_responses/__init__.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/test_authentication.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/test_endpoints.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/test_httpio_errors.py +0 -0
- {monzo_api-1.3.0 → monzo_api-1.3.1}/tests/test_payload.py +0 -0
|
@@ -32,17 +32,17 @@ jobs:
|
|
|
32
32
|
|
|
33
33
|
steps:
|
|
34
34
|
- name: Checkout repository
|
|
35
|
-
uses: actions/checkout@
|
|
35
|
+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
|
|
36
36
|
with:
|
|
37
37
|
persist-credentials: false
|
|
38
38
|
|
|
39
39
|
- name: Initialize CodeQL
|
|
40
|
-
uses: github/codeql-action/init@
|
|
40
|
+
uses: github/codeql-action/init@c16c0f3f2812ec4bb3750a5ed64873fe2ce0fbef
|
|
41
41
|
with:
|
|
42
42
|
languages: ${{ matrix.language }}
|
|
43
43
|
|
|
44
44
|
- name: Autobuild
|
|
45
|
-
uses: github/codeql-action/autobuild@
|
|
45
|
+
uses: github/codeql-action/autobuild@c16c0f3f2812ec4bb3750a5ed64873fe2ce0fbef
|
|
46
46
|
|
|
47
47
|
- name: Perform CodeQL Analysis
|
|
48
|
-
uses: github/codeql-action/analyze@
|
|
48
|
+
uses: github/codeql-action/analyze@c16c0f3f2812ec4bb3750a5ed64873fe2ce0fbef
|
|
@@ -24,16 +24,16 @@ jobs:
|
|
|
24
24
|
- "3.12"
|
|
25
25
|
steps:
|
|
26
26
|
- name: Checkout
|
|
27
|
-
uses: actions/checkout@
|
|
27
|
+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
|
|
28
28
|
with:
|
|
29
29
|
fetch-depth: 0
|
|
30
30
|
persist-credentials: false
|
|
31
31
|
- name: Install uv
|
|
32
|
-
uses: astral-sh/setup-uv@
|
|
32
|
+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d
|
|
33
33
|
with:
|
|
34
34
|
python-version: ${{ matrix.python-version }}
|
|
35
35
|
enable-cache: false
|
|
36
36
|
- name: UV Build
|
|
37
37
|
run: uv build
|
|
38
38
|
- name: Publish package distributions to PyPI
|
|
39
|
-
uses: pypa/gh-action-pypi-publish@
|
|
39
|
+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33
|
|
@@ -36,12 +36,12 @@ jobs:
|
|
|
36
36
|
- "ubuntu-latest"
|
|
37
37
|
steps:
|
|
38
38
|
- name: Checkout
|
|
39
|
-
uses: actions/checkout@
|
|
39
|
+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
|
|
40
40
|
with:
|
|
41
41
|
fetch-depth: 0
|
|
42
42
|
persist-credentials: false
|
|
43
43
|
- name: Install uv
|
|
44
|
-
uses: astral-sh/setup-uv@
|
|
44
|
+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d
|
|
45
45
|
with:
|
|
46
46
|
python-version: ${{ matrix.python-version }}
|
|
47
47
|
- name: Set PYTHON_GIL
|
|
@@ -72,7 +72,7 @@ jobs:
|
|
|
72
72
|
- "ubuntu-latest"
|
|
73
73
|
steps:
|
|
74
74
|
- name: Checkout
|
|
75
|
-
uses: actions/checkout@
|
|
75
|
+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
|
|
76
76
|
with:
|
|
77
77
|
fetch-depth: 0
|
|
78
78
|
persist-credentials: false
|
|
@@ -25,11 +25,11 @@ jobs:
|
|
|
25
25
|
actions: read # Required for private repositories.
|
|
26
26
|
steps:
|
|
27
27
|
- name: Checkout repository
|
|
28
|
-
uses: actions/checkout@
|
|
28
|
+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
|
|
29
29
|
with:
|
|
30
30
|
persist-credentials: false
|
|
31
31
|
- name: Run zizmor 🌈
|
|
32
|
-
uses: zizmorcore/zizmor-action@
|
|
32
|
+
uses: zizmorcore/zizmor-action@3dc1ecc9bcb9e94e9b2c709687979e1298497054
|
|
33
33
|
with:
|
|
34
34
|
inputs: |
|
|
35
35
|
.github/*.yml
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|