Skip to content

Commit

Permalink
fix: version bumps (magma#15463)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgonze authored Jul 31, 2024
1 parent 4c7edd1 commit 58a101a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lte/gateway/docker/python-precommit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ flake8-string-format==0.3.0
# via wemake-python-styleguide
gitdb==4.0.2
# via gitpython
gitpython==3.1.30
gitpython==3.1.32
# via bandit
isort==5.8.0
# via
Expand Down
12 changes: 12 additions & 0 deletions nms/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10090,11 +10090,23 @@ moment-timezone@^0.5.34, moment-timezone@^0.5.35:
dependencies:
moment ">= 2.9.0"

moment-timezone@^0.5.35:
version "0.5.45"
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.45.tgz#cb685acd56bac10e69d93c536366eb65aa6bcf5c"
integrity sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ==
dependencies:
moment "^2.29.4"

"moment@>= 2.9.0", moment@^2.29.1:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==

moment@^2.29.4:
version "2.30.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.30.1.tgz#f8c91c07b7a786e30c59926df530b4eac96974ae"
integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==

moo@^0.5.0, moo@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/moo/-/moo-0.5.1.tgz#7aae7f384b9b09f620b6abf6f74ebbcd1b65dbc4"
Expand Down
2 changes: 1 addition & 1 deletion orc8r/gateway/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
'markupsafe==1.1.1',
'netifaces>=0.11.0',
'pylint>=1.7.1,<=2.14.0',
'PyYAML==5.3.1',
'PyYAML==5.4.0',
'pytz>=2022.1',
'prometheus_client==0.3.1',
'sentry_sdk>=1.5.0,<1.9',
Expand Down

0 comments on commit 58a101a

Please sign in to comment.