Skip to content

Commit

Permalink
Merge pull request #164 from nordic-institute/chore_dependabot_disall…
Browse files Browse the repository at this point in the history
…ow_vcrpy7

chore: ignore dependencies by dependabot; bump some dependency versions
  • Loading branch information
nortaljevgenikr authored Jan 30, 2025
2 parents 94a1347 + e824ecd commit 4e71fd8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ updates:
- dependency-name: "rpds-py"
versions:
- ">= 0.21.0"
- dependency-name: "vcrpy"
versions:
- ">= 7.0.0"
- dependency-name: "setuptools"
versions:
- ">= 75.4.0"
- dependency-name: "urllib3"
versions:
- ">= 2.3.0"

- package-ecosystem: "github-actions"
directory: "/.github/workflows"
Expand Down
2 changes: 1 addition & 1 deletion anonymizer_module/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from setuptools import setup, find_packages

requirements = [
'setuptools==75.2.0',
'setuptools==75.3.0',
'pymongo==4.10.1',
'pyyaml==6.0.2',
'psycopg2==2.9.10',
Expand Down
4 changes: 2 additions & 2 deletions collector_module/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
from setuptools import setup

requirements = [
'setuptools==75.2.0',
'setuptools==75.3.0',
'pymongo==4.10.1',
'requests==2.32.3',
'tqdm==4.66.5',
'tqdm==4.67.1',
'pyyaml==6.0.2',
'urllib3==2.2.3',
]
Expand Down
2 changes: 1 addition & 1 deletion corrector_module/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from setuptools import setup

requirements = [
'setuptools==75.2.0',
'setuptools==75.3.0',
'pymongo==4.10.1',
'pyyaml==6.0.2',
]
Expand Down
2 changes: 1 addition & 1 deletion opendata_module/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from setuptools import setup, find_packages

requirements = [
'setuptools==75.2.0',
'setuptools==75.3.0',
'dill==0.3.9',
'django==4.2.18',
'pymongo==4.10.1',
Expand Down
4 changes: 2 additions & 2 deletions reports_module/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

requirements = [
'markupsafe==2.1.5',
'Jinja2==3.1.4',
'matplotlib==3.1.2',
'Jinja2==3.1.5',
'matplotlib==3.7.5',
'pandas==2.0.3',
'weasyprint==61.2',
'Pillow==10.4.0',
Expand Down

0 comments on commit 4e71fd8

Please sign in to comment.