Skip to content

Commit

Permalink
Bump astroid from 2.11.7 to 3.0.3 in /external/price_server (#21)
Browse files Browse the repository at this point in the history
* Bump astroid from 2.11.7 to 3.0.3 in /external/price_server

Bumps [astroid](https://github.com/pylint-dev/astroid) from 2.11.7 to 3.0.3.
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v2.11.7...v3.0.3)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Upgrade pylint

* Sleep for longer

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Stringer <[email protected]>
  • Loading branch information
dependabot[bot] and trstringer authored Feb 6, 2024
1 parent 86aa1b5 commit e34bd51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions external/price_server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
astroid==2.11.7
astroid==3.0.3
backoff==1.11.1
click==8.1.3
Deprecated==1.2.14
Expand Down Expand Up @@ -36,7 +36,7 @@ packaging==23.2
platformdirs==2.5.2
protobuf==4.21.3
psycopg2==2.9.9
pylint==2.14.5
pylint==3.0.3
pynvim==0.5.0
six==1.16.0
tomli==2.0.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ until ! kubectl get po -A | grep ContainerCreating; do
sleep 5
done

sleep 15
sleep 60

if kubectl get po -A --no-headers | grep -v Running | grep -v Completed; then
echo "Found pods in a state other than Running or Completed"
Expand Down

0 comments on commit e34bd51

Please sign in to comment.