Skip to content

Commit

Permalink
Merge pull request #813 from HEPData/dependabot/pip/invenio-accounts-…
Browse files Browse the repository at this point in the history
…5.1.0

build(deps): pin invenio-accounts to 5.0.1
  • Loading branch information
GraemeWatt authored Aug 1, 2024
2 parents 5351d27 + 4d5e4df commit d6d2f2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ updates:
schedule:
interval: "monthly"
ignore:
- dependency-name: "invenio-accounts" # see https://github.com/HEPData/hepdata/issues/816
- dependency-name: "pytest" # see https://github.com/HEPData/hepdata/issues/815
- dependency-name: "pytest-cov" # see https://github.com/HEPData/hepdata/issues/580
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ gunicorn==22.0.0
hepdata-converter-ws-client==0.2.2
hepdata-validator==0.3.5
invenio-access==2.0.0 # Indirect (needed by invenio-admin)
invenio-accounts==5.0.1
invenio-accounts==5.0.1 # https://github.com/HEPData/hepdata/issues/816
invenio-admin==1.5.0
invenio-app==1.5.0
invenio-assets==3.0.3
invenio-config==1.0.4
invenio-db[postgresql]==1.1.5
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
history = open('CHANGES.rst').read()

tests_require = [
'pytest>=6.0.2',
'pytest-cov>=2.9.0,<4.0.0',
'pytest>=6.0.2,<8.0.0', # see https://github.com/HEPData/hepdata/issues/815
'pytest-cov>=2.9.0,<4.0.0', # see https://github.com/HEPData/hepdata/issues/580
'pytest-flask>=1.0.0',
'pytest-mock>=3.1.0',
'pytest-timeout>=1.4.2',
Expand Down

0 comments on commit d6d2f2d

Please sign in to comment.