Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #305 from CSCfi/dev
Browse files Browse the repository at this point in the history
release 1.6.6
  • Loading branch information
teemukataja authored Jul 24, 2023
2 parents 61a71aa + 3781e39 commit 24cfe3a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.3.6
uses: dependabot/fetch-metadata@v1.6.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Wait other jobs are passed or failed
Expand Down
6 changes: 3 additions & 3 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Response
"updatedAt": "2019-08-02 00:00:13.006256+00:00",
"contactUrl": "https://www.csc.fi/contact-info",
"environment": "dev",
"version": "1.6.5",
"version": "1.6.6",
"url": "https://staging-elixirbeacon.rahtiapp.fi/"
},
{
Expand All @@ -301,7 +301,7 @@ Response
"updatedAt": "2019-08-02 00:00:13.016122+00:00",
"contactUrl": "https://www.csc.fi/contact-info",
"environment": "prod",
"version": "1.6.5",
"version": "1.6.6",
"url": "https://staging-elixirbeacon.rahtiapp.fi/"
},
{
Expand Down Expand Up @@ -362,7 +362,7 @@ Response
"updatedAt": "2019-08-02 00:00:13.006256+00:00",
"contactUrl": "https://www.csc.fi/contact-info",
"environment": "dev",
"version": "1.6.5",
"version": "1.6.6",
"url": "https://staging-elixirbeacon.rahtiapp.fi/"
}
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
asyncio==3.4.3
aiohttp==3.8.5
aiohttp-cors==0.7.0
aiocache==0.12.0
aiocache==0.12.1
aiomcache==0.8.1
ujson==5.7.0
ujson==5.8.0
uvloop==0.14.0; python_version < '3.7'
uvloop==0.17.0; python_version >= '3.7'
asyncpg==0.27.0
jsonschema==4.17.3
gunicorn==20.1.0
asyncpg==0.28.0
jsonschema==4.18.4
gunicorn==21.2.0
24 changes: 12 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="beacon_network",
version="1.6.5",
version="1.6.6",
description="Beacon Network services",
long_description_content_type="text/markdown",
project_urls={
Expand Down Expand Up @@ -32,29 +32,29 @@
"asyncio==3.4.3",
"aiohttp==3.8.5",
"aiohttp-cors==0.7.0",
"aiocache==0.12.0",
"aiocache==0.12.1",
"aiomcache==0.8.1",
"ujson==5.7.0",
"ujson==5.8.0",
"uvloop==0.14.0; python_version < '3.7'",
"uvloop==0.17.0; python_version >= '3.7'",
"asyncpg==0.27.0",
"jsonschema==4.17.3",
"gunicorn==20.1.0",
"asyncpg==0.28.0",
"jsonschema==4.18.4",
"gunicorn==21.2.0",
],
extras_require={
"test": [
"coverage==7.1.0",
"pytest<7.3",
"pytest-cov==4.0.0",
"coverage==7.2.7",
"pytest<7.5",
"pytest-cov==4.1.0",
"testfixtures==7.1.0",
"tox==4.4.5",
"tox==4.6.4",
"flake8==6.0.0",
"flake8-docstrings==1.7.0",
"asynctest==0.13.0",
"aioresponses==0.7.4",
"black==23.1.0",
"black==23.7.0",
],
"docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.2.0"],
"docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.2.2"],
},
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 24cfe3a

Please sign in to comment.