Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#539)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update pandas requirement from ~=2.0 to ~=2.1 in /.aiidalab (#535)

* Update pre-commit requirement from ~=3.3 to ~=3.4 (#537)
* Update pandas requirement from ~=2.0 to ~=2.1 (#536)

Update GH Actions:
* Bump actions/checkout from 3 to 4 (#538)


Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CasperWA and dependabot[bot] authored Sep 6, 2023
1 parent 4421559 commit e20477c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .aiidalab/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ipywidgets~=7.7
ipywidgets-extended>=1.1.1,<2,!=1.2.0,!=1.2.1
nglview>=3.0
optimade~=0.25.1
pandas~=2.0
pandas~=2.1
requests~=2.31
urllib3~=1.24
widget_periodictable~=3.1
2 changes: 1 addition & 1 deletion .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version}}
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ipywidgets~=7.7
ipywidgets-extended>=1.1.1,<2,!=1.2.0,!=1.2.1
nglview~=3.0
optimade~=0.25.1
pandas~=2.0
pandas~=2.1
requests~=2.31
setuptools>=49.4
voila~=0.5.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ipywidgets~=7.7
ipywidgets-extended>=1.1.1,<2,!=1.2.0,!=1.2.1
nglview~=3.0
optimade~=0.25.1
pandas~=2.0
pandas~=2.1
requests~=2.31
widget_periodictable~=3.1
2 changes: 1 addition & 1 deletion requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pre-commit~=3.3
pre-commit~=3.4
pylint~=2.17

0 comments on commit e20477c

Please sign in to comment.